Reputation
Badges 1
34 × Eureka!It makes training much faster
We wrap everything in a tf.function()
like
` def f():
print('Tracing!')
tf.print('Executing')
tf.function(f)() `
It is the graph mode from TF1 and we use the mode still (in a session).
I will come up with a min working example (probably next week)
SuccessfulKoala55 we are looking into that as well .
The agent captures all output of a script, right?
I have to look deeper into our codebase to see what exactly happens.
Besides that, the procedure is the same, yes…
Does it make a difference for the autologging
if this is done in graphmode
?
Is there a way to use Google Auth on free tier?
This would indicate the server created them on separate occasions
How can this be if the names are exactly the same?
for to the database and check the
user
collection in the
auth
database
How do I find this?
Yes, we can freely create different users
I navigated my way to the users in the database. The name
of User 1
is exactly the same, however, the instances have different IDs and credentials.
SuccessfulKoala55 I updated the mongo db (removed 2 users) but I still see them in the User Filter in the WebUI. Does it take longer to update that or do I have to do that manually?
Is there a way to join these accounts into a single one?
What would happen if I deleted them out of the database?
If the supplied credentials are the same?