up
This commit is contained in:
parent
de0bea7508
commit
c6770ac214
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ python /utils/build_graphs.py --mode MODE --cpus NUM_CPUS
|
||||||
`MODE` can be `train`, `val` or `test`. NOTE: check `utils/build_graphs.py` to make sure you're loading the correct dataset to generate the graphs you want.
|
`MODE` can be `train`, `val` or `test`. NOTE: check `utils/build_graphs.py` to make sure you're loading the correct dataset to generate the graphs you want.
|
||||||
|
|
||||||
## Training
|
## Training
|
||||||
You can use the `gtbc.sh`.
|
Use `run_train.sh`.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
Use `run_test_tom.sh`.
|
Use `run_test.sh`.
|
||||||
|
|
||||||
# Hardware setup
|
# Hardware setup
|
||||||
All models are trained on an NVIDIA Tesla V100-SXM2-32GB GPU.
|
All models are trained on an NVIDIA Tesla V100-SXM2-32GB GPU.
|
||||||
|
|
Loading…
Reference in a new issue