Skip to content
New issue

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

Profiler without Cloud Storage bucket #274

Open
qo4on opened this issue Feb 23, 2021 · 0 comments
Open

Profiler without Cloud Storage bucket #274

qo4on opened this issue Feb 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@qo4on
Copy link

qo4on commented Feb 23, 2021

Hi!
As far as I know TPUs usually write to Cloud Storage bucket and you have a very nice tutorial about that. But with recent tf update it is now possible to save checkpoints locally:

# Writing checkpoints locally from a TPU model
save_locally = tf.saved_model.SaveOptions(experimental_io_device='/job:localhost')
checkpoints_cb = tf.keras.callbacks.ModelCheckpoint('./checkpoints', options=save_locally)
model.fit(…, callbacks=[checkpoints_cb])

Can I use similar approach to write profile to local Colab runtime? If it's not possible right now will you add this feature later?

@Matt-Hurd Matt-Hurd added the enhancement New feature or request label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants