Skip to content

Commit

Permalink
more explicit info for device
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed May 27, 2024
1 parent b2c8bd4 commit b395870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
* batch_size = 8
* **num_workers**: Number of parallel processes for neural nets
* num_workers = 5
* **device**: For torch/huggingface models: select your GPU if you have one. Values are either "cpu" or GPU ids (e.g., 0, 1 or both "0,1"). By default, the GPU/CUDA is used if available, otherwise is CPU.
* **device**: For torch/huggingface models: select your GPU number if you have one. Values are either "cpu" or GPU ids (e.g., 0, 1 or both "0,1"). By default, the GPU/CUDA is used if available, otherwise is CPU.
* device = 0
* **patience**: Number of epochs to wait if the result gets better (for early stopping)
* patience = 5
Expand Down

0 comments on commit b395870

Please sign in to comment.