Hi,
Same code but for some reason stopped mounting....
This code shows all needed files
competition_path = 'My Drive/Data'
!ls '{mount_path}/{competition_path}'
but below code doesn't work.
Any one faced same problem?
Any ideas?
Eli.
(# Set and test path to competition data files
competition_path = 'INSERT HERE'
try:
if competition_path == 'INSERT HERE':
#print('Please enter path to competition data files:')
competition_path = 'My Drive/Data'
#competition_path = input()
file_path = 'MAFAT RADAR Challenge - Training Set V1.csv'
with open(f'{mount_path}/{competition_path}/{file_path}') as f:
f.readlines()
print(colored('Everything is setup correctly', color='green'))
except:
print(colored('Please mount drive and set competition_path correctly',
color='red'))
)
It looks like there is also a problem in submitting solutions.
I get this error message:
Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable
I believe those are non-related issues.
Eli.
Posted by: elieisenstein @ July 23, 2020, 8 a.m.And just got following message from colab:
Colab is experiencing issues connecting to Drive, and we are actively investigating.
Hi,
1. Colab error - It seemed that Google had a temporary problem to mount Google Drive to Colab. It seems that the problem is solved.
2. Error in submission - Thank you, it is a temporary error in Codalab. We are aware of and investigating it. If it happens again, please wait a few minutes and try to resubmit.
Tsabar
(MAFAT Challenge Team)