TensorFlow与Flask结合打造手写体数字识别 https://www.imooc.com/learn/994
项目结构
regression.py
在这里插入代码片
main.js
/* global $ */
class Main {
constructor() {
this.canvas = document.getElementById('main');
this.input = document.getElementById('input');
this.canvas.width = 449; // 16 * 28 + 1
this
原创
2020-05-11 16:41:07 ·
1776 阅读 ·
1 评论