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 encountered the following error ValueError: not enough values to unpack (expected 3, got 2) when accessing index_array, current_index, current_batch_size = next(self.index_generator) in line 1203 in dm_image.py
This happens in both fine tuning phase and model testing phase (as executing in "Example_model_test.ipynb" notebook inside ddsm_train folder)
Is there anyone also encountered this issue and resolved it?
The text was updated successfully, but these errors were encountered:
I encountered the following error
ValueError: not enough values to unpack (expected 3, got 2)
when accessingindex_array, current_index, current_batch_size = next(self.index_generator)
in line 1203 indm_image.py
This happens in both fine tuning phase and model testing phase (as executing in "Example_model_test.ipynb" notebook inside ddsm_train folder)
Is there anyone also encountered this issue and resolved it?
The text was updated successfully, but these errors were encountered: