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
UserWarning: "categorical_crossentropy received from_logits=True, but the output argument was produced by a Softmax activation and thus does not represent logits. Was this intended? #10
Should we modify the from_logits parameters in dvc_workshop/models/classifier.py to False, since we are passing a softmax activation function at the output layer after all?