User Tools

Site Tools


downloads:cryolo_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
downloads:cryolo_1 [2019/07/11 11:39]
twagner [crYOLO boxmanager]
downloads:cryolo_1 [2019/07/22 13:05]
twagner [Installation]
Line 97: Line 97:
   * Issue 0: Training on multiple GPUs sometimes lead to worse performance (higher loss). We currently recommend to train on single gpus.   * Issue 0: Training on multiple GPUs sometimes lead to worse performance (higher loss). We currently recommend to train on single gpus.
   * Issue 17: On the fly filtering (%%--%%otf) is slower than using it not, as the filtering is not parallelized in this case.    * Issue 17: On the fly filtering (%%--%%otf) is slower than using it not, as the filtering is not parallelized in this case. 
 +  * Issue 22: Since crYOLO 1.4.0 it sometimes take long until it starts picking. The reason seems to be the tensorflow update.
 <hidden Closed issues> <hidden Closed issues>
   * <del>  Issue 1: crYOLO sometimes not exit properly after training finished. Has to be killed manually.</del>   * <del>  Issue 1: crYOLO sometimes not exit properly after training finished. Has to be killed manually.</del>
Line 160: Line 161:
 In case you run **crYOLO on a GPU** run: In case you run **crYOLO on a GPU** run:
 <code> <code>
-pip install cryolo-X.Y.Z.tar.gz[gpu] +pip install 'cryolo-X.Y.Z.tar.gz[gpu]
 </code> </code>
  
 But if you want to run **crYOLO on a CPU** run: But if you want to run **crYOLO on a CPU** run:
 <code> <code>
-pip install cryolo-X.Y.Z.tar.gz[cpu] +pip install 'cryolo-X.Y.Z.tar.gz[cpu]
 </code> </code>
  
downloads/cryolo_1.txt ยท Last modified: 2021/02/19 09:43 by twagner