Skip to content

Commit

Permalink
readme - train 50 diffusion steps
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTevet committed Apr 15, 2024
1 parent 0e3f530 commit dd0d003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ python -m train.train_mdm --save_dir save/my_name --dataset humanact12 --cond_ma
```
</details>

* Use `--diffusion_steps 50` to train the faster model with less diffusion steps.
* Use `--device` to define GPU id.
* Use `--arch` to choose one of the architectures reported in the paper `{trans_enc, trans_dec, gru}` (`trans_enc` is default).
* Add `--train_platform_type {ClearmlPlatform, TensorboardPlatform}` to track results with either [ClearML](https://clear.ml/) or [Tensorboard](https://www.tensorflow.org/tensorboard).
Expand Down

0 comments on commit dd0d003

Please sign in to comment.