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 pytorch_mebeauty_dataset.py file in the function train_test_data() there is a mix up with test and training data. There are two issues. One is the testloader data that is provided and the other is the return value that is provided. This is the current code:
In the pytorch_mebeauty_dataset.py file in the function train_test_data() there is a mix up with test and training data. There are two issues. One is the testloader data that is provided and the other is the return value that is provided. This is the current code:
That I assume should be:
Can someone verfiy if this is an actual issue or if this is done on purpose?
The text was updated successfully, but these errors were encountered: