Majed ALMasari

Results 3 issues of Majed ALMasari

When running: python .\check_images.py --arch alexnet The following warning is generated (see attached issue_1.txt for details): D:\Users\malma\anaconda3\envs\py3_env\lib\site-packages\torchvision\models\_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in...

The changes to **classifier.py** add pre-trained weights parameter support and remove the deprecated pretrained=true flag when initializing the pre-trained CNN models. This will resolve issue #15. **Caveats and advantages of...

### Summary This PR updates Droopescan for compatibility with **Python 3.12+ and 3.13**, where the `imp` module has been removed. ### Key Fixes - Replaced all `imp` imports with `importlib`...