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
In the utils.py
Method: generate_batches
You use int(files[i].split('/')[1]), does that mean you want to cast the names to int? If so this is throwing an error.
**Error**: invalid literal for int() with base 10: 'class1' Configurations:
Tensorflow Version: 1.13.1
Python: 3.7.3
OS: Mac OS Catalina 10.15.3
The text was updated successfully, but these errors were encountered:
aashish-chaubey
changed the title
Directory structure of the data is not clear
Directory structure of the dataset is not clear
Feb 10, 2020
Issue
: Name of the directory in the data set is not clear. Should the names of the directory be a string or should it be number?My directory structure for the data set (as mentioned in the README.md):
In the utils.py
Method:
generate_batches
You use
int(files[i].split('/')[1])
, does that mean you want to cast the names to int? If so this is throwing an error.**Error**
: invalid literal for int() with base 10: 'class1'Configurations
:The text was updated successfully, but these errors were encountered: