Happsky
Happsky
After updating. `export CUDA_VISIBLE_DEVICES=0; python main.py -a inception_v3 ./cat2dog --batch-size 16 --print-freq 1 --pretrained;` => using pre-trained model 'inception_v3' Traceback (most recent call last): File "main.py", line 313, in main()...
`export CUDA_VISIBLE_DEVICES=0; python main.py -a inception_v3 ./cat2dog --batch-size 16 --print-freq 1 --pretrained;` => using pre-trained model 'inception_v3' torch.Size([16, 3, 299, 299]) Traceback (most recent call last): File "main.py", line 324,...
The same, how can I train my own datasets?
The same.
the same
the same
@misbahmunir have you solved it? I meet the same error.
@garythung When I run the code on my data set (27 train videos, 18 val videos, 15 test videos), it exits with the error - "Segmentation fault (core dumped) "...
@misbahmunir I have updated to Lua 5.2.3 via sudo apt-get install lua, but it still not work, can you tell me the way your updated?
I meet the same problem, anyone has the solutions?