py nn_handwritten_digits 源码
手写数字NN 数据集: : 部署: : 用法 from digits_model . digits import predict_digit_from_file import tensorflow as tf ... tf . argmax ( predict_digit_from_file ( "Path to image" , color_mode = "grayscale" , is_negative = False ), 1 ) from digits_model . digits import predict_digit_from_img import tensorflow as tf from PIL import Image ... tf . argmax ( predict_digit_from_img ( Image . open ( '...' ), is
文件列表
py-nn_handwritten_digits-main.zip
(预估有个17文件)
py-nn_handwritten_digits-main
Dockerfile
392B
templates
index.html
5KB
.dockerignore
16B
assets
train.csv
73.18MB
trained_model
variables
variables.index
2KB
暂无评论