我如何安装Sugyan-Tensorflow-MNIST?

2024-09-29 19:31:25 发布

您现在位置:Python中文网/ 问答频道 /正文

我想在我的笔记本电脑上实现Sugyan Tensorflow Mnist,这是一个数字识别系统的实现。你知道吗

我使用的是ubuntu16.04 LTS。我已经从需求.txt. 你知道吗

下一步我应该做什么? 如何使用npm安装?你知道吗

在终端执行npm install命令之后,我得到了这个警告。你知道吗

 aniruddh@Aspire-5742Z:~/Desktop/tensorflow-mnist-master$ npm install

 > tensorflow-mnist@1.0.0 postinstall /home/aniruddh/Desktop/tensorflow-mnist-master
 > gulp

 [11:29:47] Using gulpfile ~/Desktop/tensorflow-mnist-master/gulpfile.js
 [11:29:47] Starting 'build'...
 [11:29:48] Finished 'build' after 883 ms
 [11:29:48] Starting 'default'...
 [11:29:48] Finished 'default' after 27 μs
 npm WARN tensorflow-mnist@1.0.0 No repository field.
 aniruddh@Aspire-5742Z:~/Desktop/tensorflow-mnist-master$gunicorn main:app --log-file=-
 [2016-12-15 12:34:49 +0530] [6108] [INFO] Starting gunicorn 19.6.0
 [2016-12-15 12:34:49 +0530] [6108] [INFO] Listening at: http://127.0.0.1:8000 (6108)
 [2016-12-15 12:34:49 +0530] [6108] [INFO] Using worker: sync
 [2016-12-15 12:34:49 +0530] [6111] [INFO] Booting worker with pid: 6111

在这之后,它就卡在这里了。你知道吗

如何纠正此问题?你知道吗


Tags: installbuildinfomasternpmtensorflowusingmnist
1条回答
网友
1楼 · 发布于 2024-09-29 19:31:25

感谢您对我的存储库感兴趣。你知道吗

npm install是生成static/js/main.js的命令。可以忽略警告消息。你知道吗

如果已经创建了static/js/main.js,只需运行gunicorn main:app log-file=-命令并访问本地主机:8000英寸你的浏览器。你知道吗

相关问题 更多 >

    热门问题