Bryce Arden

Results 5 issues of Bryce Arden

Previously, we were overloading the `name` key in the metrics ostream exporter. This patch qualifies the `name` key with the appropriate prefix based on the structures they represent.

It might be useful to include some documentation about how to deploy the docker image generated by gitlab CI in this template repository on AWS / some other container management...

feature
documentation

Are there any plans to support a `flags.DEFINE_path` or something similar that utilizes python's `pathlib` module to support declaring `os.PathLike` operations for the default option? For context, I often find...

Currently, the DS1 graph fails to export to ONNX due to the `HardTanh` operation not being part of the supported [ONNX operators](https://pytorch.org/docs/stable/onnx.html). ``` torch.onnx.export(model._get_network(), dummy_input, model_path, verbose=True, input_names=input_names) > RuntimeError:...

Hello! I'm looking for good examples of how others have used the `TRACE_COUNTER` macro in order to implement a basic histogram / metrics API for application observability. Ideally, something lightweight...

documentation