You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in both code and code_v1.0, debugging and checking is enabled, which results in a lot and lot of images being written to the disk which are just intermediate steps in the training/testing process of the model
(This is as far as I could understood, please correct me if I am wrong). My understanding is that the outputs 0_check_label 1_padding_img_with_detection_and_target 2_cropped_detection 3_resized_detection 4_pos_neg_anchors 5_all_anchors are all outputs representing intermediate steps and are not required for the actual training/testing)
Need to make this optional. The user might not want the output. For reasonable size datasets, this debug output itself is into order of 100s of GBs... (personal experience using this model for training)
Add in the Readme that this output is in fact a debug output..
Small changes, I can do that..
The text was updated successfully, but these errors were encountered:
Currently, in both code and code_v1.0, debugging and checking is enabled, which results in a lot and lot of images being written to the disk which are just intermediate steps in the training/testing process of the model
(This is as far as I could understood, please correct me if I am wrong). My understanding is that the outputs
0_check_label 1_padding_img_with_detection_and_target 2_cropped_detection 3_resized_detection 4_pos_neg_anchors 5_all_anchors
are all outputs representing intermediate steps and are not required for the actual training/testing)Need to make this optional. The user might not want the output. For reasonable size datasets, this debug output itself is into order of 100s of GBs... (personal experience using this model for training)
Add in the Readme that this output is in fact a debug output..
Small changes, I can do that..
The text was updated successfully, but these errors were encountered: