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/15 18:01]
twagner [Known issues]
downloads:cryolo_1 [2019/07/23 10:31]
twagner [Known issues]
Line 98: Line 98:
   * 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.   * Issue 22: Since crYOLO 1.4.0 it sometimes take long until it starts picking. The reason seems to be the tensorflow update.
 +  * Issue 23: Fine-tune mode does not start (cannot find layer model_3). Will be fixed in 1.4.1.
 <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 161: Line 162:
 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