现在,我正在使用anaconda 2和python 2.7来尝试完成一个自动编码器问题。互联网上的代码需要“导入logistic_sgd”。然而,当我在我的命令中输入"pip install logistic_sgd“时,我得到:
找不到满足要求的版本logistic_sgd找不到与logistic_sgd匹配的分发版本
有人能帮我解决这个问题吗?
发布于 2017-08-01 17:21:24
您需要下载logistic_sgd.py文件:http://deeplearning.net/tutorial/code/logistic_sgd.py
https://stackoverflow.com/questions/45433762
复制相似问题