Levigty / AimCLR

This is an official PyTorch implementation of "Contrastive Learning from Extremely Augmented Skeleton Sequences for Self-supervised Action Recognition" in AAAI2022.
MIT License
63 stars 14 forks source link

How to solve it that when I verify #6

Closed shnulailai closed 1 year ago

shnulailai commented 2 years ago

[04.26.22|13:33:35] Can not find weights [encoder_q.fc.bias]. [04.26.22|13:33:35] Can not find weights [encoder_q.fc.weight]. Traceback (most recent call last): File "main.py", line 50, in p = Processor(sys.argv[2:]) File "/home/lailai/lailai_file/action/AimCLR/processor/processor.py", line 60, in init self.load_data() File "/home/lailai/lailai_file/action/AimCLR/processor/processor.py", line 92, in load_data dataset=train_feeder(**self.arg.train_feeder_args), File "/home/lailai/lailai_file/action/AimCLR/feeder/ntu_feeder.py", line 17, in init self.load_data(mmap) File "/home/lailai/lailai_file/action/AimCLR/feeder/ntu_feeder.py", line 22, in load_data self.sample_name, self.label = pickle.load(f) _pickle.UnpicklingError: STACK_GLOBAL requires str

czhaneva commented 2 years ago

I think you should check your config file, and make sure the path to your dataset is right!

Levigty commented 2 years ago

Check the path of the dataset~

shnulailai commented 1 year ago

您的来信我已经收到了!