DAC4AutoML Competition - DAC4SGD Track Forum

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

> HTTP Error 500: Internal Server Error

Hi,
there is currently some issue with the internal server.... All of the submissions get failed ! See the error below.

I also think we should remove/exclude all of the failed submissions from our submitted list. This is because I get a long list of submissions, but most of them are failed that should be excluded.

Thank you,
Vu

==================================================================================

Traceback (most recent call last):
File "/tmp/codalab/tmpvukxs0/run/ingestion_program/run_experiments.py", line 234, in <module>
total_rewards, duration = run_experiment(policy_loader, env, **env_args)
File "/tmp/codalab/tmpvukxs0/run/ingestion_program/run_experiments.py", line 75, in run_experiment
obs = dac_env_obj.reset()
File "/usr/local/lib/python3.9/site-packages/gym/wrappers/order_enforcing.py", line 16, in reset
return self.env.reset(**kwargs)
File "/root/DAC4SGD/sgd_env/envs/sgd_env.py", line 134, in reset
super().reset(instance)
File "/root/dac4automlcomp/dac4automlcomp/dac_env.py", line 65, in reset
self._current_instance = self._to_instance(instance)
File "/usr/local/lib/python3.9/functools.py", line 938, in _method
return method.__get__(obj, cls)(*args, **kwargs)
File "/root/dac4automlcomp/dac4automlcomp/dac_env.py", line 86, in _to_instance
return next(self._generator_iterator)
File "/root/dac4automlcomp/dac4automlcomp/generator.py", line 62, in __next__
return self.generator.get_instance(instance_idx)
File "/root/dac4automlcomp/dac4automlcomp/generator.py", line 32, in get_instance
return self.random_instance(rng)
File "/root/DAC4SGD/sgd_env/envs/generators.py", line 124, in random_instance
instance = self._random_instance(rng, dataset, **config)
File "/root/DAC4SGD/sgd_env/envs/generators.py", line 259, in _random_instance
datasets, loaders = self._random_torchvision_loader(rng, dataset, **kwargs)
File "/root/DAC4SGD/sgd_env/envs/generators.py", line 233, in _random_torchvision_loader
train_dataset = getattr(datasets, name)(
File "/usr/local/lib/python3.9/site-packages/torchvision/datasets/cifar.py", line 65, in __init__
self.download()
File "/root/DAC4SGD/sgd_env/envs/utils.py", line 73, in wrapped
out = func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/torchvision/datasets/cifar.py", line 141, in download
download_and_extract_archive(self.url, self.root, filename=self.filename, md5=self.tgz_md5)
File "/usr/local/lib/python3.9/site-packages/torchvision/datasets/utils.py", line 430, in download_and_extract_archive
download_url(url, download_root, filename, md5)
File "/usr/local/lib/python3.9/site-packages/torchvision/datasets/utils.py", line 131, in download_url
url = _get_redirect_url(url, max_hops=max_redirect_hops)
File "/usr/local/lib/python3.9/site-packages/torchvision/datasets/utils.py", line 79, in _get_redirect_url
with urllib.request.urlopen(urllib.request.Request(url, headers=headers)) as response:
File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/local/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/local/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error

Posted by: vu @ May 26, 2022, 8:01 a.m.

Hi,
sorry for the late response, the email notifications were off!
Do you still experience this error?

Best wishes
Carolin

Posted by: Benjam @ June 3, 2022, 1:35 p.m.
Post in this thread