我需要通过spyder在虚拟环境中使用python 3.7.10中的“深度信念网络”。因此,我使用了以下命令:
从dbn.tensorflow导入SupervisedDBNClassification
在运行程序时,它给我的消息是:ModuleNotFoundError:即使在使用"pip install DBN“或"pip install DBN”安装DBN模块之后,也没有名为'dbn‘的模块,因为知道我检查了该模块的路径。
发布于 2021-03-16 14:41:38
根据PyPI,您已经安装了模块分散-蓝牙-网络
请查看维护人员的GitHub页面,以查找安装说明。
用于在虚拟环境中使用模块:
https://github.com/albertbup/deep-belief-network#the-virtualenv-way
https://stackoverflow.com/questions/66657294
复制相似问题