ZhangWenhao

Results 47 comments of ZhangWenhao
trafficstars

![image](https://user-images.githubusercontent.com/63956071/187033866-d333be7a-4dd3-4d7b-84c4-27e1fe0e54fb.png) 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...

![image](https://user-images.githubusercontent.com/63956071/189525508-6a0a2af4-a856-4f60-b2d4-ae91deaade6e.png) 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...

![image](https://user-images.githubusercontent.com/63956071/227235732-c9fea47a-71c5-4798-9845-ea91740cc52e.png) On linux, I run "python extract.py --csv=input.csv --type=2d --batch_size=64 --num_decoding_thread=4", but ![image](https://user-images.githubusercontent.com/63956071/227235947-77e77b35-2e07-4e6d-899a-2a5742f36dd1.png)

![image](https://user-images.githubusercontent.com/63956071/227236345-86eb844d-1d7f-43bd-9be7-eadb7f179a80.png)

![image](https://user-images.githubusercontent.com/63956071/227444005-434ac724-6b24-429d-a9cc-e77ea22d6ea2.png) 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...