Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjp authored Apr 1, 2021
1 parent d6d1e44 commit bde7437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python Train.py --gpus 1 --dataset_path 'your_dataset_directory' --dataset_type
```
* For the reconstruction task, you need to newly set the parameters, *e.g,*, the target task and the weights of the losses.
```bash
python Train.py --method recon --loss_compact 0.01 --loss_separate 0.01 # for training
python Train.py --method recon --loss_compact 0.01 --loss_separate 0.01 --t_length 1 # for training
```

## Evaluation
Expand Down

0 comments on commit bde7437

Please sign in to comment.