Doodleverse / segmentation_gym

A neural gym for training deep learning models to carry out geoscientific image segmentation. Works best with labels generated using https://github.com/Doodleverse/dash_doodler
MIT License
45 stars 11 forks source link

Error deleting something that doesn't exist #63

Closed CameronBodine closed 2 years ago

CameronBodine commented 2 years ago

If TESTTIMEAUG==False, no additional predictions (est_label2, est_label3, est_label4) are made. But code tries to delete those variables anyway. Moved deletion of those predictions into if TESTTIMEAUG == True: condition statement, then delete est_label after E1.append(...).

dbuscombe-usgs commented 2 years ago

Thank you sir!