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
I am using the config values from the rn50-supsup-adam.yaml file. The args are also set up accordingly.
However, no matter what even after 40-50 epochs, there's no stable change in loss or accuracy. What am I doing wrong here?
Additionally, for this single dataset I am using the following module types:
The text was updated successfully, but these errors were encountered:
appledora
changed the title
How to run the GG experiment on a single custom dataset?
Loss and accuracy doesn't change when trying to run the GG experiment on a single custom dataset
May 16, 2024
From a pickle file, I load my custom dataloaders for a particular dataset like below:
I have slightly modified the
resnet.py
to accept a num_class property during initialization. So my training setup looks like this:These are my training and eval code:
I am using the config values from the
rn50-supsup-adam.yaml
file. The args are also set up accordingly.However, no matter what even after 40-50 epochs, there's no stable change in loss or accuracy. What am I doing wrong here?
Additionally, for this single dataset I am using the following module types:
The text was updated successfully, but these errors were encountered: