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
The TF.jl implementation of zeros creates an array of zeros locally and then puts it into the graph. This is problematic if you're using a small client to drive a large distributed cluster (e.g. a TPU), both because the client can run out of memory and because you run into max message size limits.
The text was updated successfully, but these errors were encountered:
The TF.jl implementation of
zeros
creates an array of zeros locally and then puts it into the graph. This is problematic if you're using a small client to drive a large distributed cluster (e.g. a TPU), both because the client can run out of memory and because you run into max message size limits.The text was updated successfully, but these errors were encountered: