Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojw1998 committed Oct 28, 2024
1 parent f034085 commit 3bde69a
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 @@ -42,7 +42,7 @@ root
* To train our model from scratch, first [`train_autoencoder.py`](./train_autoencoder.py), and then [`train_prior.py`](./train_prior.py). You may wish to configure a few params such as `BATCH_SIZE` from the beginning of the training scripts. When `DEBUG_MODE`=1, it will load a small portion of data and quickly run through for debugging purpose.

To set up the environment, run the following:
```
```python
# python version <= 3.9 is recommended
conda create -n env python=3.8
conda activate env
Expand Down

0 comments on commit 3bde69a

Please sign in to comment.