Skip to content

Commit

Permalink
doc: options auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-jg committed Aug 21, 2023
1 parent f1e0526 commit bd16f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Here are all the available options to call with `train.py`
| --train_lr_decay_iters | int | 50 | multiply by a gamma every lr_decay_iters iterations |
| --train_lr_policy | string | linear | learning rate policy.<br/><br/> **Values:** linear, step, plateau, cosine |
| --train_metrics_every | int | 1000 | compute metrics every N iterations |
| --train_metrics_list | array | ['FID'] | metrics on results quality to compute<br/><br/> **Values:** FID, KID, MSID, PSNR |
| --train_metrics_list | array | ['FID'] | metrics on results quality to compute<br/><br/> **Values:** FID, KID, MSID, PSNR, LPIPS |
| --train_mm_lambda_z | float | 0.5 | weight for random z loss |
| --train_mm_nz | int | 8 | number of latent vectors |
| --train_n_epochs | int | 100 | number of epochs with the initial learning rate |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_static/openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ Training
+-----------------------------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
| --train_metrics_every | int | 1000 | compute metrics every N iterations |
+-----------------------------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
| --train_metrics_list | array | [‘FID’] | metrics on results quality to compute **Values:** FID, KID, MSID, PSNR |
| --train_metrics_list | array | [‘FID’] | metrics on results quality to compute **Values:** FID, KID, MSID, PSNR, LPIPS |
+-----------------------------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
| --train_mm_lambda_z | float | 0.5 | weight for random z loss |
+-----------------------------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit bd16f1e

Please sign in to comment.