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
In the data folder, dataset.py. I have had an error says:"ZeroDivisionError: float division by zero" when trying run your train.py with no changes made. Since in train.py line 168 total_time / total_step will have total step=0. How about you change your line 21 in dataset.py to my version -- if "seg" in path.lower(): -- this will give you a more robust model and no error on my test on your data and model.
in train.py line 68, I also need to change the shuffle to non true and then it runs good, not typically understand why, please explain more if have time
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Thanks
The text was updated successfully, but these errors were encountered: