-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training with mscoco data set #61
Comments
That running time doesn't seem too unreasonable to me. It looks like you're running it through the Python API, just to confirm, you are setting |
Hi @k15z , |
Ok. The running time seems reasonable to me, we ran our original experiments on |
@kveerama I trained on a modified version of the dataset, using only half of the data, which is why I think it was faster. However, I experimented with batch size for training and validation, and the time reduced as I increased the batch size even up to a size of 100. The time decrease plateud around a batch size of 32 for me. |
python --version
): 3.7.3pip --version
):20.1.1python -c "import torch; print(torch.__version__)"
):1.0.0Description
I started training SteganoGAN with mscoco data set using above instance specification.To complete an epoch it takes almost 3 hrs 30 min. What is the standard time taken to train with this data set and suggested instance type to increase the performance?
What I Did
Tried with 4 different GPU instance types
The text was updated successfully, but these errors were encountered: