ChuhuaW/SGNet.pytorch

has the file of train_deterministic.py been delete from git

SimonQi1 opened this issue · 5 comments

when I run the command :python tools/jaad/train_deterministic.py --gpu $CUDA_VISIBLE_DEVICES --dataset JAAD --model SGNet
why train_deterministic.py was deleted from this repo

It is actually pretty similar to the CVAE version for deterministic experiments on JAAD and PIE. We'll upload deterministic.py later, however you can modify the code based on the CVAE in the meantime.

它实际上与用于 JAAD 和 PIE 的确定性实验的 CVAE 版本非常相似。我们稍后会上传 deterministic.py,但是您可以同时根据 CVAE 修改代码。

Thank you!

Will relase later

Will relase later

Has this code been released yet?

Will relase later

Has this code been released yet?

It is almost identical to the CVAE training script. I create I gist here. Please check it out. Thanks!