The Google Colab with no modifications currently fails.
On the command: !bash gcloud.local.run.keras.sh $MILDNET_CONFIG
This is the output:
job_configs/mildnet.cnf
WARNING: The `gcloud ml-engine` commands have been renamed and will soon be removed. Please use `gcloud ai-platform` instead.
WARNING: Unexpected tensorflow version Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'version'
, using the default primary node name, aka "master" for cluster settings
<subprocess.Popen object at 0x7feb32f6f990>
The training job itself is never kicked off, and the future commands, naturally, fail. Any help diagnosing this problem would be greatly appreciated.
The Google Colab with no modifications currently fails.
On the command:
!bash gcloud.local.run.keras.sh $MILDNET_CONFIGThis is the output:
The training job itself is never kicked off, and the future commands, naturally, fail. Any help diagnosing this problem would be greatly appreciated.