You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i came across this guide which mentions how to do hyperparameter tuning with distributed strategy.
when should i instantiate the tpu? in guide it was given to use different tuner id's for different workers is it the same for tpu?before running the bash file or inside the tuning file?. I tried just using tpu strategy without any bash file creation but it seems i get this
UnimplementedError: File system scheme '[local]' not implemented (file: '/content/mnist/mnist_tuner/trial_0002/checkpoint_temp/part-00000-of-00001')
Encountered when executing an operation using EagerExecutor. This error cancels all future operations and poisons their output tensors.
I am also encountering a different problem, i get this warning
WARNING:tensorflow:Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0016s vs `on_train_batch_end` time: 0.1302s). Check your callbacks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i came across this guide which mentions how to do hyperparameter tuning with distributed strategy.
when should i instantiate the tpu? in guide it was given to use different tuner id's for different workers is it the same for tpu?before running the bash file or inside the tuning file?. I tried just using tpu strategy without any bash file creation but it seems i get this
I am also encountering a different problem, i get this warning
Beta Was this translation helpful? Give feedback.
All reactions