ZhangWenhao
ZhangWenhao
 test error raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for SetNet: Missing key(s) in state_dict: "set_layer1.forward_block.conv.weight", "set_layer2.forward_block.conv.weight", "set_layer3.forward_block.conv.weight", "set_layer4.forward_block.conv.weight", "set_layer5.forward_block.conv.weight", "set_layer6.forward_block.conv.weight", "gl_layer1.conv.weight", "gl_layer2.conv.weight", "gl_layer3.conv.weight",...
Please help me! When I run "./1_train_casia-b_fine.sh", I come across an error"ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory".
> Hello @author, thank you for your work and I very much appreciate. > > Here is my question, so after training, I understood that only validation accuracy and training...
 What is printed after "# parameters: "?
``` python extract.py --csv=input.csv --type=2d --batch_size=64 --num_decoding_thread=1 Loading 2D-ResNet-152 ... loaded Loading 2D-ResNet-152 ... loaded Traceback (most recent call last): File "", line 1, in File "C:\Users\hp\Miniconda3\lib\multiprocessing\spawn.py", line 116, in...
 On linux, I run "python extract.py --csv=input.csv --type=2d --batch_size=64 --num_decoding_thread=4", but 

 On linux, I run "python extract.py --csv=input.csv --type=2d --batch_size=64 --num_decoding_thread=4", but
``` Traceback (most recent call last): File "extract.py", line 51, in for k, data in enumerate(loader): File "/usr/local/miniconda3/envs/py37torch160/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 530, in __next__ data = self._next_data() File "/usr/local/miniconda3/envs/py37torch160/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1224, in...
UCF101TrainTestSplits-DetectionTask or UCF101TrainTestSplits-RecognitionTask?