Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
from keras.utils import np_utils

"""
yo bhatia this ones for you remove this line and see the git diff

Tera baap hoon mai
path = "train"
folder_names = [name for name in os.listdir(path) if os.path.isdir(os.path.join(path, name))]
print(folder_names)
Expand Down