You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\ProgramData\miniconda3\envs\lora\lib\site-packages\torch\nn\modules\conv.py", line 309, in _conv_forward
return F.conv1d(input, weight, bias, self.stride,
RuntimeError: Given groups=1, weight of size [320, 1024, 7], expected input[4, 384, 40] to have 1024 channels, but got 384 channels instead
All other steps work - the raw data processing etc..
I am using a game laptop so only have like 4 GB of GPU
Perhaps this is the issue
The text was updated successfully, but these errors were encountered:
File "C:\ProgramData\miniconda3\envs\lora\lib\site-packages\torch\nn\modules\conv.py", line 309, in _conv_forward
return F.conv1d(input, weight, bias, self.stride,
RuntimeError: Given groups=1, weight of size [320, 1024, 7], expected input[4, 384, 40] to have 1024 channels, but got 384 channels instead
All other steps work - the raw data processing etc..
I am using a game laptop so only have like 4 GB of GPU
Perhaps this is the issue
The text was updated successfully, but these errors were encountered: