AIPND-revision icon indicating copy to clipboard operation
AIPND-revision copied to clipboard

Revision to the code and associated files for the AI Programming with Python Nanodegree Program

Results 8 AIPND-revision issues
Sort by recently updated
recently updated
newest added

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

python:latest does not support the old version of torch ` docker run -it --rm -v ~/git:/root/git/:Z python:latest /bin/bash root@d90a2e105924:~/git/AIPND-revision# pip3 install -r requirements.txt ERROR: Could not find a version that...

In the 'Running the Project on a Local Computer' section of the FAQ, installed was spelled as intalled