!239 add new model tgcn to model_zoo
Merge pull request !239 from YinanF/master
No related branches found
No related tags found
Showing
- research/cv/tgcn/README_CN.md 377 additions, 0 deletionsresearch/cv/tgcn/README_CN.md
- research/cv/tgcn/eval.py 48 additions, 0 deletionsresearch/cv/tgcn/eval.py
- research/cv/tgcn/export.py 55 additions, 0 deletionsresearch/cv/tgcn/export.py
- research/cv/tgcn/requirements.txt 1 addition, 0 deletionsresearch/cv/tgcn/requirements.txt
- research/cv/tgcn/scripts/run_distributed_train_ascend.sh 47 additions, 0 deletionsresearch/cv/tgcn/scripts/run_distributed_train_ascend.sh
- research/cv/tgcn/scripts/run_eval.sh 28 additions, 0 deletionsresearch/cv/tgcn/scripts/run_eval.sh
- research/cv/tgcn/scripts/run_export.sh 28 additions, 0 deletionsresearch/cv/tgcn/scripts/run_export.sh
- research/cv/tgcn/scripts/run_standalone_train.sh 29 additions, 0 deletionsresearch/cv/tgcn/scripts/run_standalone_train.sh
- research/cv/tgcn/src/__init__.py 17 additions, 0 deletionsresearch/cv/tgcn/src/__init__.py
- research/cv/tgcn/src/callback.py 82 additions, 0 deletionsresearch/cv/tgcn/src/callback.py
- research/cv/tgcn/src/config.py 49 additions, 0 deletionsresearch/cv/tgcn/src/config.py
- research/cv/tgcn/src/dataprocess.py 187 additions, 0 deletionsresearch/cv/tgcn/src/dataprocess.py
- research/cv/tgcn/src/metrics.py 88 additions, 0 deletionsresearch/cv/tgcn/src/metrics.py
- research/cv/tgcn/src/model/__init__.py 17 additions, 0 deletionsresearch/cv/tgcn/src/model/__init__.py
- research/cv/tgcn/src/model/graph_conv.py 40 additions, 0 deletionsresearch/cv/tgcn/src/model/graph_conv.py
- research/cv/tgcn/src/model/loss.py 39 additions, 0 deletionsresearch/cv/tgcn/src/model/loss.py
- research/cv/tgcn/src/model/tgcn.py 152 additions, 0 deletionsresearch/cv/tgcn/src/model/tgcn.py
- research/cv/tgcn/src/task.py 56 additions, 0 deletionsresearch/cv/tgcn/src/task.py
- research/cv/tgcn/train.py 122 additions, 0 deletionsresearch/cv/tgcn/train.py
Please register or sign in to comment