LED
LED
I downloaded baseline and quantized .pth files for resnet18 and 50, but when i'm trying to load them i'm facing with error python quant_train.py -a resnet50 --epochs 1 --lr 0.0001...
Hello, i want to reproduce results from HAWQV1, V2 and V3 versions. How can i understand which HAWQ version i'm using
Hi everyone, i'm trying to install and make dre_slam on docker ubuntu:16.04 image. 1) I installed nvidia-container-toolkit and docker image ubuntu:16.04 Inside image: 2) Installed ros-kinetic and catkin by following...
Hi everyone, when i running "python apis/run.py -d options/examples/default_configuration.yml" a have such error: My ubuntu, torch, cuda versions match with required. File "apis/run.py", line 85, in vo.main() File "/workspace/DF-VO/libs/dfvo.py", line...
ERROR:root:Failed to run worker, id: 1, message: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [256, 64, 8, 8]], which is output...
Hi, thank you for code! I created custom dataset from colmap workspace. After i changed train config file for my colmap workspace. After train launch i have this output: scripts/train.sh...
user@machine:/path_to/BRECQ# python main_imagenet.py --data_path /path_to/IMAGENET_2012/ --arch resnet18 --n_bits_w 2 --channel_wise --n_bits_a 4 --act_quant --test_before_calibration You are using fake SyncBatchNorm2d who is actually the official BatchNorm2d ==> Using Pytorch Dataset Downloading:...
sh example.sh ==> Preparing data.. ==> Conv Type: BlockL1Conv ==> BN Type: LearnedBatchNorm Traceback (most recent call last): File "imagenet.py", line 452, in main() File "imagenet.py", line 279, in main...
Hi everyone, when i'm trying to launch provided in readme python command, i'm catching error (mx_quant) root@226a37f8fc1a:/workspace/quantization/quant_mxnet/examples# python simulate_quantization.py --model=mobilenet1.0 ************************* Settings ************************* model : mobilenet1.0 print_model : False list_models...