Hard-coded number of input channels (80) can be replaced with `h.num_mels`. https://github.com/rishikksh20/iSTFTNet-pytorch/blob/ecbf0f635b36432bd3e432790326591bc86cadbc/models.py#L81
Hard-coded number of input channels (80) can be replaced with
h.num_mels.iSTFTNet-pytorch/models.py
Line 81 in ecbf0f6