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
{{ message }}
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
Having to install the cloud-tpu-profiler package is a pain, because it pulls in all of tensorflow (and takes a really long time to start up). It's also unnecessary, because all it does is issue one grpc request to the profiler service and then wait until it's done. We should be able to do that ourselves.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having to install the
cloud-tpu-profiler
package is a pain, because it pulls in all of tensorflow (and takes a really long time to start up). It's also unnecessary, because all it does is issue one grpc request to the profiler service and then wait until it's done. We should be able to do that ourselves.The text was updated successfully, but these errors were encountered: