Nick Mazurkin

Results 4 issues of 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: ![Image](https://github.com/user-attachments/assets/24bbafe4-e1ea-4e37-b7e1-64bf66c0e862) ``` 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)...

type:feature