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
For example, OS X likes to create .DS_Store files and they confuse datasets.ImageFolder (more precisely, the find_classes function) - it thinks this is one of the classes. Maybe it makes sense to ignore hidden files when determining classes that are present in a folder, what do you think? This particular case can also be solved if only directories were considered, not sure if it's ok to just skip regular files.
The text was updated successfully, but these errors were encountered:
For example, OS X likes to create
.DS_Store
files and they confusedatasets.ImageFolder
(more precisely, thefind_classes
function) - it thinks this is one of the classes. Maybe it makes sense to ignore hidden files when determining classes that are present in a folder, what do you think? This particular case can also be solved if only directories were considered, not sure if it's ok to just skip regular files.The text was updated successfully, but these errors were encountered: