sony / model_optimization

Model Compression Toolkit (MCT) is an open source project for neural network model optimization under efficient, constrained hardware. This project provides researchers, developers, and engineers advanced quantization and compression tools for deploying state-of-the-art neural networks.
https://sony.github.io/model_optimization/
Apache License 2.0
297 stars 49 forks source link

Add check existence of coco/train2017 before attemp to download (lar… #1195

Closed alexander-sony closed 1 week ago

alexander-sony commented 2 weeks ago

…ge) dataset file

Pull Request Description:

fix #1194

Checklist before requesting a review:

alexander-sony commented 2 weeks ago

@Idan-BenAmi now i see that several tutorials with GPTQ are downloading without first check existance of train dataset folder - i could update them as well in this PR - what do you say?