Yash Akhauri

Results 3 issues of Yash Akhauri

Hello, Thank you for this excellent repository! Do you have any suggestions of changes to make to train BYOL on the CIFAR10 dataset? The way I am doing this (in...

``` $ gdown 16Y0UwGisiouVRxW-W5hEtbxmcHw_0hF_ Access denied with the following error: Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link',...

Hello, I am trying to run the following script: https://github.com/intel/neural-compressor/tree/master/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm I use the script below: ``` OMP_NUM_THREADS=32 python run_clm_no_trainer.py --model facebook/opt-1.3b --quantize --sq --alpha 0.5 --ipex --output_dir "saved_results" --int8_bf16_mixed ```...