AS-GCN
AS-GCN copied to clipboard
The model architecture of AS-GCN (for human action recognition)
I am confused with this line of code. If hard is set as True even for training, how can the gradient flow back through AIM module in backprop? https://github.com/limaosen0/AS-GCN/blob/ab6951c3e6fc1b22bb4a0dc87a33cca228aa69fe/net/utils/adj_learn.py#L264
File Not Found Error: [Errno 2] No such file or directory: './work_dir/recognition/ntu-xsub/AS_GCN/max_hop_4/lamda_05/epoch99_model1.pt'
when I begin to PretrainAIM,it has a problem which is File "main.py", line 4, in from torchlight import import_class ImportError: cannot import name 'import_class' How to deal with it?
could you mention which part of A-act in your code? I didn't find it.
Hello, I will really appreciate if you upload some pretrained models.

File "/AS-GCN/io.py", line 183, in import_class __import__(mod_str) ModuleNotFoundError: No module named 'processor.demo'
谢谢大牛