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
@AlexOlsen, thank you for putting this dataset together. After playing with your code and reading your publication, I think I see an error in your global variables in deepweeds.py:
Line 37: Should MAX_EPOCH = 32?
Line 40: Should STOPPING_PATIENCE = 2?
Line 43: Shouldn't these be strings? CLASSES = [str(i) for i in range(9)]
The text was updated successfully, but these errors were encountered:
@AlexOlsen, thank you for putting this dataset together. After playing with your code and reading your publication, I think I see an error in your global variables in deepweeds.py:
MAX_EPOCH = 32
?STOPPING_PATIENCE = 2
?CLASSES = [str(i) for i in range(9)]
The text was updated successfully, but these errors were encountered: