cosperypf

Results 4 comments of cosperypf

if only "cd $WORKSPACE" and "mkdir build && cd build", we will get the error as bellow when we enter "cmake .." "CMake Error: The source directory "/data" does not...

Hi, I have this error too, has anyone solved it? I have a successfully build like here: https://github.com/quic/aimet/blob/develop/packaging/docker_install.md "import aimet" run well, but "from aimet_torch.batch_norm_fold import fold_all_batch_norms" will failed with...

finally I fixed it by reduce the pytorch version from 1.11 to 1.9.1, and it works well now

I knew that I can generate kernel dataset just like here https://github.com/microsoft/nn-Meter/blob/ffd51e32c31026896fe2bda198b49fe5d756f184/docs/builder/build_kernel_latency_predictor.md, but this is not what I want, I want to get the datasets like here https://github.com/microsoft/nn-Meter/releases/download/v1.0-data/datasets.zip, but the...