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
Is your feature request related to a problem? Please describe.
I learned this tutorial and ran the code on my laptop (i5-7200U + MX150). It took around 30 min for only one epoch during the training processing using ResNet-50. And It took about six hours to finish all processes using ResNet-18 with the basic reference.
Describe the solution you'd like
Maybe it would be better to employ a progress bar like tqdm for intuitive visualization and prediction of the remaining time.
Describe alternatives you've considered
I am quite familiar with tqdm. If possible, I could try to open a pull request for this.
Additional context
I wonder whether it would be a good idea to employ tqdm as I suppose it may be the contributors' pursuit to keep the requirements as limited as possible.
The text was updated successfully, but these errors were encountered:
Thank you for your prompt reply. I have opened a pull request.
Based on your recruitment information, I sent a cover letter and follow-up email to you using my academic email ([email protected]). I would highly appreciate your feedback even if my application is not shortlisted.
Is your feature request related to a problem? Please describe.
I learned this tutorial and ran the code on my laptop (i5-7200U + MX150). It took around 30 min for only one epoch during the training processing using ResNet-50. And It took about six hours to finish all processes using ResNet-18 with the basic reference.
Describe the solution you'd like
Maybe it would be better to employ a progress bar like
tqdm
for intuitive visualization and prediction of the remaining time.Describe alternatives you've considered
I am quite familiar with
tqdm
. If possible, I could try to open a pull request for this.Additional context
I wonder whether it would be a good idea to employ
tqdm
as I suppose it may be the contributors' pursuit to keep the requirements as limited as possible.The text was updated successfully, but these errors were encountered: