Skip to content

Optimize batch processing

Compare
Choose a tag to compare
@cxnt cxnt released this 26 Apr 14:34
· 121 commits to master since this release
d062042
Optimize batch processing (#48)

* Do not generate empty images if not required

* Add logging statement for creating items batch in Net.py

* Optimize items creation

* Update batch size and logging statement in Net.py, and dynamic batch size logic in main.py

Add debug logs to Create new project

* remove debug logs from CreateNewProject

* Update CreateNewProjectLayer.py