AutoML3 :: AutoML for Lifelong Machine Learning Forum

Go back to competition Back to thread list Post in this thread

> Error with unzipping the submmision code

Hi, I have zipped the baseline code and submitted it for online evaluation, but got the following error:

Traceback (most recent call last):
File "/worker/worker.py", line 298, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 158, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 117, in get_bundle
with ZipFile(bundle_file.file, 'r') as z:
File "/usr/local/lib/python2.7/zipfile.py", line 770, in __init__
self._RealGetContents()
File "/usr/local/lib/python2.7/zipfile.py", line 839, in _RealGetContents
raise BadZipfile("Bad magic number for central directory")
BadZipfile: Bad magic number for central directory

It seems that something went wrong when the file is unzipped? Does anyone know what is the reason and how to solve this problem? Thanks a lot~

Posted by: harryfootball @ Aug. 12, 2018, 6:52 a.m.
Post in this thread