Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
modify README about SYNC_FREQ
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakerkg committed Jun 28, 2015
1 parent 30b070d commit 4177ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use following command to start training given Caffe's solver and configure file
* `solver_file` is the file name in Caffe's [solver](https://github.com/BVLC/caffe/blob/master/models/bvlc_googlenet/quick_solver.prototxt) format.
* `SNAPSHOT` is the index of the snapshot to start with (default: 0). If SNAPSHOT is not equal to 0, it means we continue training from the formal snapshot
* `NUM_GPU` is the number of gpu to use.
* `SYNC_FREQ` is the option to hide IO time consuming, set SYN_FREQ > 1 usually have better speed but will consume more GPU RAM. Please propally set it to let Minerva run smoothly on your machine. (default: 1)
* `SYNC_FREQ` is the option to hide IO time consuming, set SYNC_FREQ > 1 usually have better speed but will consume more GPU RAM. Please set it properly to let Minerva run efficiently while won't exceed GPU RAM limitation. (default: 1)

Example:
```bash
Expand Down

0 comments on commit 4177ebd

Please sign in to comment.