1. 首页
  2. 数据库
  3. 其它
  4. py nn_handwritten_digits 源码

py nn_handwritten_digits 源码

上传者: 2021-04-26 07:24:05上传 ZIP文件 12.97MB 热度 14次
手写数字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
用户评论