Skip to content
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

MiniBatchLoader #12

Open
IbrahimMuh96 opened this issue Mar 13, 2018 · 0 comments
Open

MiniBatchLoader #12

IbrahimMuh96 opened this issue Mar 13, 2018 · 0 comments

Comments

@IbrahimMuh96
Copy link

Hello,
I'm having an issue regarding the dataset preparation process here is the error:

loading VGG model...
training datasets: 9273 test datasets: 1031
scanning all images for human part labels ...
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10304/10304 [07:30<00:00, 22.87it/s]
training datasets: 0 test datasets: 0
found 3785 images
Epoch 1 : training...
0it [00:00, ?it/s]Traceback (most recent call last):
File "train.py", line 113, in
model, optimizer, train_mean_loss, train_ac, train_IoU = train(model, optimizer, MiniBatchLoader, train_mean_loss, train_ac, train_IoU)
File "train.py", line 27, in train
for X, y in tqdm(MiniBatchLoader):
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python36\lib\site-packages\tqdm_tqdm.py", line 962, in iter
for obj in iterable:
TypeError: iter() returned non-iterator of type 'MiniBatchLoader'

could anyone help me please it's URGENT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant