Skip to content

Instantly share code, notes, and snippets.

View samuel-js's full-sized avatar

Samuel Jiménez Sanabria samuel-js

View GitHub Profile
@samuel-js
samuel-js / predict.py
Created July 29, 2018 16:58 — forked from claclacla/predict.py
Udacity - AI programming with python
#!/usr/bin/env python3
# Example: python predict.py ../aipnd-project/flowers/test/10/image_07090.jpg ../model/checkpoint.pth
# Example: python predict.py ../aipnd-project/flowers/test/10/image_07090.jpg ../model/checkpoint.pth --topk 5 --gpu
# Example: python predict.py ../aipnd-project/flowers/test/10/image_07090.jpg ../model/checkpoint.pth --topk 5 --category_names ../aipnd-project/cat_to_name.json --gpu
# https://github.com/pytorch/examples/blob/master/imagenet/main.py#L139
import argparse
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.