We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In analyst/tree/master/courses/machine_learning/deepdive2/production_ml/labs/tpu_speed_data_pipelines.ipynb, there is an issue with the dataset.
Those datasets seem not to work: training_images_file = 'gs://mnist-public/train-images-idx3-ubyte' training_labels_file = 'gs://mnist-public/train-labels-idx1-ubyte' validation_images_file = 'gs://mnist-public/t10k-images-idx3-ubyte' validation_labels_file = 'gs://mnist-public/t10k-labels-idx1-ubyte'
When running the next sell loading the dataset, we get error 403: The billing account for the owning project is disabled in state closed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In analyst/tree/master/courses/machine_learning/deepdive2/production_ml/labs/tpu_speed_data_pipelines.ipynb, there is an issue with the dataset.
Those datasets seem not to work:
training_images_file = 'gs://mnist-public/train-images-idx3-ubyte'
training_labels_file = 'gs://mnist-public/train-labels-idx1-ubyte'
validation_images_file = 'gs://mnist-public/t10k-images-idx3-ubyte'
validation_labels_file = 'gs://mnist-public/t10k-labels-idx1-ubyte'
When running the next sell loading the dataset, we get error 403: The billing account for the owning project is disabled in state closed
The text was updated successfully, but these errors were encountered: