Nick Mazurkin
Nick Mazurkin
Simple test of the simple record ``` record MyRecord(int total, int used) { MyRecord(int total, int used) { Preconditions.checkArgument(total >= 0); this.total = total; Preconditions.checkArgument(used >= 0); Preconditions.checkArgument(used Record: failed...
Got `RuntimeError: chunk expects at least a 1-dimensional tensor` on `trainer.train()` in self-hosted Conda Jupyter environment:  ``` absl-py 2.2.2 Abseil Python Common Libraries, se... accelerate 1.1.1 Accelerate aiohappyeyeballs 2.6.1...
# the case let's assume `AsyncHttpClient` reads `https://example.com/robots.txt` and at some moment the owner of `example.com` binds the dynamic controller on `/robots.txt` which streams the endless stream of random bytes....
## Environment information (required) TensorBoard 2.19 ## Issue description I am trying to access the TensorBoard data for my own graphs, alerting and review ```python import tensorboard.backend.event_processing.event_file_inspector a = tensorboard.backend.event_processing.event_file_inspector.get_inspection_units(logdir=manager.summary_folder)...