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
downloader = GoogleDriveIO()
# Make a 'datasets' and 'models' directories
if not os.path.exists('datasets'):
os.mkdir('datasets')
if not os.path.exists('models'):
os.mkdir('models')
downloader = GoogleDriveIO()
# Make a 'datasets' and 'models' directories
if not os.path.exists('datasets'):
os.mkdir('datasets')
if not os.path.exists('models'):
os.mkdir('models')