aws / aws/amazon-sagemaker-examples

pytorch_gcn.ipynb failed CI

Open
#2,441 0 comments 0 reactions 1 assignee Claimed by @atqy View on GitHub
Dominant language
Jupyter Notebook
Stars
11k
Forks
7k
Avg merge
8h 29m
Merged PRs (30d)
8

Description

Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/sagemaker-python-sdk/dgl_gcn/pytorch_gcn.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [4]":
---------------------------------------------------------------------------
UnexpectedStatusException Traceback (most recent call last)
in
----> 1 estimator.fit()

/opt/conda/lib/python3.6/site-packages/sagemaker/estimator.py in fit(self, inputs, wait, logs, job_name, experiment_config)
670 self.jobs.append(self.latest_training_job)
671 if wait:
--> 672 self.latest_training_job.wait(logs=logs)
673
674 def _compilation_job_name(self):

/opt/conda/lib/python3.6/site-packages/sagemaker/estimator.py in wait(self, logs)
1601 # If logs are requested, call logs_for_jobs.
1602 if logs != "None":
-> 1603 self.sagemaker_session.logs_for_job(self.job_name, wait=True, log_t

[...]

RuntimeError: Failed downloading url https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/cora_r

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.