Austin Mackillop

Results 17 comments of Austin Mackillop

I think that I fixed `test_multiple_keys_with_at_most_singly_nested_values` The bug was that since the keys of the dictionary `paramete_input` are generated using faker, every now and then the generated keys would collide...

#123 should be completed first as this will inherently rely on how many users that there are.

My initial thoughts on accomplishing this: * We should only need to scale the tb server container with the number of users. * The tensorboard api should just forward the...

@ekhl See above, I just got that in ahead of your question lol. I can look into multi tenancy in the underlying tb_server itself.

Are all the things that we cannot do tied to the scheduler?

/reopen Is there a workaround for this?

I'm interested in trying to get this to work. Any tips to get started?

It happens 99% of the time I would say. There was one time that it was oddly working. Another piece of information that may be useful is that it seemed...

The logs appear to be the same: `docker run -it --rm -p 6006:6006 --name tb_test -v $(realpath tb_files):/logs my-tb /bin/bash -c "tensorboard --logdir /logs --verbosity 1"` ``` /usr/local/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541: FutureWarning: Passing...