geneing
geneing
A list of ideas to try and outcomes: 1. Distill direct: In the PW/Clarinet papers teacher net receives input from student net. Why? Try "ground truth" as input to the...
Are there any more extensive tutorial available? I only see "hello world" example, and it only seems to show how to run a single thy file. Looking at the code...
There's a bug in this line TypeError: 'dict' object is not callable: https://github.com/PINTO0309/onnx2tf/blob/2bff6c8bd0806785d1224110d11981451589e215/onnx2tf/ops/SequenceEmpty.py#L33 However, ONNX_DTYPES_TO_TF_DTYPES is a dict. Probably just changing brackets to [] would fix it.