Riley Jones

Results 20 comments of Riley Jones

I'm not sure this approach to adding hparam columns to the scalar card actually scales. The hparams data project is about to launch and experiments will have 1000s of hparams....

The issue here seems to have to do with using TensorBoard in VSCode which we don't officially support (though it would be nice to fix). Here's a workaround: The python...

I believe your logdir is incorrect. Can you try running `tensorboard --logdir test_dir` from the root dir? These are the steps I followed to get this working: 1) Setup an...

This looks like an issue with the TensorFlow profiler plugin which is part of a different repo and maintained by different people https://github.com/tensorflow/profiler

What exactly are you trying to do? With just a stack trace it's hard to help. - This seems like an issue with a pip package, have you ever gotten...

This seems to be a symptom of a pretty major issue where the UI cannot communicate with the api due to a CORS issue. ![image](https://user-images.githubusercontent.com/78179109/121417473-cb2f2b00-c91e-11eb-817e-cce8fe3076c5.png)

https://github.com/ampproject/amphtml/issues/37597

@dethstrobe this is currently blocked by https://github.com/ampproject/amphtml/issues/36461 which I expect to be completed this week. As soon as that is closed I'll fix up https://github.com/ampproject/bento/pull/13 and let you know if...

Unfortunately our OSS project uses different lint rules. Please run `yarn fix-lint`. Alternatively patch [this commit](https://github.com/rileyajones/tensorboard/commit/3d385cc8c242f14834ebfde8d5f17306892c0a74)

Can you please provide more information about what you are doing? TensorBoard has nothing to do with Ray RL lib so it's hard to say whether events are being written...