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
add an elif conditional statement for '.txt' extension.
Inside, use os.open in reading mode to read in the list of files (use with clause).
Each filename goes in as an item in the list.
MISA-pytorch/dataset/dataset.py
Line 30 in de9e5ca
add an
elifconditional statement for '.txt' extension.Inside, use os.open in reading mode to read in the list of files (use
withclause).Each filename goes in as an item in the list.