-
Since a lot of people are working on tuning FPU at the moment and some people are exploring tweaks to the search algorithm I wanted to share a few areas of research I was looking over this evening, in…
-
Hello,
I'm trying to use ST-GCN on a custom dataset with 10 classes and a custom number of joints (i.e. 21 joints)
However, I get size mismatch errors when I use test.yaml after training the data.…
-
When I run the testing code
`mmskl configs/recognition/st_gcn_aaai18/kinetics-skeleton/test.yaml --checkpoint ./work_dir/recognition/ST_GCN_18/kinetics-skeleton/epoch_50.pth --gpus 2`
I found th…
-
https://pykeen.readthedocs.io/en/latest/api/pykeen.models.TorusE.html
In this link, the "TorusE" should be TransE, right?
-
We will train a multioutput CNN classifier using data from DeepMars (https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16040/16400). This will require revisiting the Training method in the Mod…
-
Please review: https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/viewFile/16983/16176
-
thanks for your works!
when I run the command
mmskl configs/recognition/st_gcn_aaai18/ntu-rgbd-xview/test.yaml
I've got an error
AssertionError: Invalid device id
can you tell me how to solve …
-
`./decode.sh conll13st-test models/bpe/mlconvgec_aaai18_bpe.model models/dicts `
This is the error
```
Traceback (most recent call last):
File "fairseq/interactive_multi.py", line 195, in
…
-
作者您好,
看了您的代码,我怎么感觉ID-LSTM代码中actor网络的更新忘记乘以reward这一项了?也许是我的理解有问题,希望您能够解惑。
-
Hi there,
When I tried running "python train.py --embedding_dim 100 --num_filters 50 --learning_rate 0.000005 --name FB15k-237 --useConstantInit --model_name fb15k237", It seems the program does no…