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
Hey there! I came across your repository due to my interest in age estimation using PyTorch.
If you look at the Kaggle Dataset as given in the link, it gives you Training Datasets (12611 images) and Test Datasets (200 images), but no Validation Dataset. Does this mean that for your Validation dataset, you created a separate folder/dataset for validation?
Also under your test, valid and train dataset split:
I ran the code on the #Sanity Check 2, however I got line 175, in <module> sample_batch = next(iter(test_data_loader)) StopIteration. Could you please explain how I could resolve this?
I am a noob and new at this deep learning aspect, so please understand :)
The text was updated successfully, but these errors were encountered:
Hey there! I came across your repository due to my interest in age estimation using PyTorch.
If you look at the Kaggle Dataset as given in the link, it gives you Training Datasets (12611 images) and Test Datasets (200 images), but no Validation Dataset. Does this mean that for your Validation dataset, you created a separate folder/dataset for validation?
Also under your test, valid and train dataset split:
I ran the code on the #Sanity Check 2, however I got
line 175, in <module> sample_batch = next(iter(test_data_loader)) StopIteration
. Could you please explain how I could resolve this?I am a noob and new at this deep learning aspect, so please understand :)
The text was updated successfully, but these errors were encountered: