-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the issue about seg #115
Comments
vim.py line 47 |
I also encountered the same problem, may I ask if you have solved the problem of ”RuntimeError: Given groups=1, weight of size [192, 80, 16, 16], expected input[8, 3, 512, 512] to have 80 channels, but got 3 channels instead“? |
yes just as the description above. i simply changed seg/backbone/vim.py Line 47 |
No, I changed it according to what you said, and the display reported an error: said an extra parameter |
No, I changed it according to what you said, and the display reported an error: said an extra parameter |
Excuse me, may I ask what the environment configuration for your experiment is? I noticed that the CUDA version for SEG is 11.6, but the CUDA version for causal_comv1d is as low as 11.8 |
When i use the command:
it show result:
how can i fix?
Besides, the pre-trained model files do not match the model names provided in the scripts. How can this be resolved?
scripts like:
The text was updated successfully, but these errors were encountered: