wys2929

Results 6 issues of wys2929

Traceback (most recent call last): File "nl_map_save.py", line 20, in net.load_state_dict(torch.load('weights/net.pth')) File "/home/user/anaconda3/envs/TEST2/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1045, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s) in loading state_dict for Network: Missing key(s) in state_dict:...

A skeletonMix strategy is used in the tacnn paper, but I didn't see this part of the code when I read the code of tacnn. I didn't find it. Could...

When i try : CUDA_VISIBLE_DEVICES=0,1,2 python main_classifier.py --net s3d --dataset ucf101 --seq_len 32 --ds 1 --batch_size 32 --train_what last --epochs 30 --schedule 60 80 --optim sgd --lr 1e-1 --wd 1e-3...

when i try:python main.py pretrain_crossclr_3views --config config/CrosSCLR/crossclr_3views_xview.yaml out:RuntimeError: mat1 dim 1 must match mat2 dim 0 Parameters: {'work_dir': 'work_dir/crossclr_3views/1_xview_frame50_channel16_epoch300_cross150', 'config': 'config/CrosSCLR/crossclr_3views_xview.yaml', 'phase': 'train', 'save_result': False, 'start_epoch': 0, 'num_epoch': 50, 'use_gpu':...