Closed h4ck4l1 closed 5 months ago
I am sorry, I don't know the relevant labels, so I ended up using the bug label
Guys, This is actually a bud? I've concluded that you can't run keras tuner when the directory is given as some gcp/aws storage bucket. I thought it was a hp5 error that wasn't able to create files but it turns out it was a cloud error(?). I need suggestions as to what can be done so that I can save keras tuner results directly to the cloud.
new colab TPU is a vm v2-8 instance. so now its solved.
Describe the bug
I am training with custom loop on TPU strategy
I get this error
To Reproduce
Colab Notebook, which reproduces the bug.
Expected behavior
It should not give the error and the training should go smoothly with keras tuner accessing storage buckets
Additional context
This code also doesn't work with colab
but in kaggle we have the option to attach notebook to a gcp account(?)
I have the .tfrecords stored in my storage bucket and i am unable to access in both colab and kaggle. I would like to know why is this happening and the possible solutions Thankyou.
Would you like to help us fix it?