Gaurav Verma
Gaurav Verma
Hi, while going through Episode3, Visualizing Tabular Data, I came across a few things that I feel can be improved/added. 1. It is a globally accepted convention to use an...
We need to set up the CI Workflow to this repository so that contributors can continuously build and test the code to ensure that the commit doesn't introduce errors. At...
Command (from tutorial): `python3 tune_network.py --network resnet_50 --n-trials 100 --cost-model mlp-no-update --load-model mlp.pkl --transfer-tune` Error: ``` Traceback (most recent call last): File "tune_network.py", line 180, in args.result_file, args.transfer_tune, args.search_type) File...
## Request Support for python like disassembler module Support for IR inspector tool ### Motivation While running the benchmarking notebooks, it will be helpful to analyze the bytecode. Further, support...