Majed ALMasari

Results 3 issues of Majed ALMasari

There is a typo in Line 52 in the equation in the introduction.ipynb file in the discussion of the recursive implementation of multiplying two integer numbers. The original equation is...

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...