snn_angular_velocity
snn_angular_velocity copied to clipboard
Batch Size 1 Error
i am a college student from taiwan
i follow the steps finally run python test.py
after running some minutes
i get this result
Loading checkpoint from pretrained/cnn5-avgp-fc1.pt
testing: 100%|████████████████████████████████████████████████| 2495/2495 [05:34<00:00, 7.46it/s]
Traceback (most recent call last):
File "test.py", line 34, in
can you help me where i was wrong...thank you
Mind if we contact us by email?
thank you very much I'm a rookie..so need yout help
You changed the batch size to 1 in the test_config.yaml. I did not account for this case. So if you change it to 2 you should be fine.
thank you ! I try it, change the batch size to 2 and other parameter same as yours, but still got this error.
the reason why i change batch size is : if i did not change it , cuda will not get enough memory..
do you mind telling me the Hardware for doing this project?
thank you very much!
I can only reproduce this error if the batch size is set to 1. can you show me the config file that you used where you get this error without setting batch size to 1?
I used an Nvidia RTX 2080 for this project
when i run python setup.py install it show "TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType" can you help me
@holygoodman if this is not related to this issue, please open a new issue