Open nmb-paperspace opened 2 years ago
The TF2 notebook https://github.com/zzweig/tensorflow2-graphcore/blob/main/get-started/run_cluster_gcn_notebook.ipynb fails with
OSError: [Errno 30] Read-only file system: '/graphcore/graph_datasets/ogbn_arxiv/processed/data_processed'
DATASET_DIR in the notebook is /graphcore, as expected
DATASET_DIR
/graphcore
This is still happening today, so it is not an isolated error
We will change the relative path and will send a PR.
The TF2 notebook https://github.com/zzweig/tensorflow2-graphcore/blob/main/get-started/run_cluster_gcn_notebook.ipynb fails with