David Grigorian

Results 2 issues of David Grigorian

Hi all! Trying to use `torch.profiler` to measure acceleration in inference of my model https://pytorch.org/tutorials/intermediate/tensorboard_profiler_tutorial.html I am looking at the profiling results in Tensorboard and the following question arises: Why...

bug
plugin

### Summary When I create a contract with a repeated int64 variable, it serializes into repeated string, which is an unpredictable behaviour ### Reproduction Steps 1. Create a contract: ````protobuf...

bug
investigation needed