Replies: 1 comment 1 reply
-
As the error message suggests, you attempted to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been struggling for a long time with this issue, and I am pretty stuck.
When I set 'model/backbone' to 'resnet', everything functions fine.
However, when I set it to 'vanilla', I get an AttributeError:
I initially thought this was due to my implementation of 'VanillaCNN'. However, when I swap the names of both neural networks, the error remains unchanged:
Here, effectively the 'VanillaCNN' carries the resnet implementation and vice versa. If I now run the code, it works with 'resnet' in the .yaml config, but I get the exact same error as before with 'vanilla'.
Before each run attempt, I cleared all outputs and restarted the python kernel.
How do I fix this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions