Zahra
Zahra
Hello I am trying to install AIMET from release package using instructions in [this link](https://quic.github.io/aimet-pages/releases/latest/install/install_host.html). I installed prerequisite packages and set the following: ``` export AIMET_VARIANT=tf_gpu export release_tag=1.33.0 export download_url="https://github.com/quic/aimet/releases/download/${release_tag}"...
Hi, How can I use -e option to do evaluation for a trained model that has used PS shift type? By running the following command: `CUDA_VISIBLE_DEVICES=0 python cifar10.py --arch resnet18...
Hi, Thank you for sharing your code. I just want to start with your code and I want to know if I can use it for other models (not reported...