Skip to content

Commit

Permalink
Add note about device on README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Jun 6, 2024
1 parent 1a0d1ed commit 00cb7e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ python main.py gflownet=trajectorybalance env=ctorus proxy=torus

The above command will overwrite the `env` and `proxy` default configuration with the configuration files in `config/env/ctorus.yaml` and `config/proxy/torus.yaml` respectively.

Note that by default, PyTorch will operate on the CPU because we have not observed performance improvements by running on the GPU. You may run on GPU with `device=cuda`.

Hydra configuration is hierarchical. For instance, a handy variable to change while debugging our code is to avoid logging to wandb. You can do this by setting `logger.do.online=False`.

## GFlowNet loss functions
Expand Down

0 comments on commit 00cb7e1

Please sign in to comment.