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
when I tried "python main.py with cifar train_size=1000 device=cuda dropout=0.5 alphaupdate.lambda_bar=0.01", the train loss rapidly increased and the program broke down. I found this can be avoided by decreasing "mu". However, after doing so, the accuracy first increased (to around 21%) but then decreased back to around 18.0% during the whole training process (500 epochs). Have you checked that?
The text was updated successfully, but these errors were encountered:
when I tried "python main.py with cifar train_size=1000 device=cuda dropout=0.5 alphaupdate.lambda_bar=0.01", the train loss rapidly increased and the program broke down. I found this can be avoided by decreasing "mu". However, after doing so, the accuracy first increased (to around 21%) but then decreased back to around 18.0% during the whole training process (500 epochs). Have you checked that?
The text was updated successfully, but these errors were encountered: