问题标签 [edward]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 无法在 python 中安装 edward2 库
我想安装 edward2 库:https ://github.com/google/edward2 。我使用了这个命令:pip install "git+https://github.com/google/edward2.git#egg=edward2"
. 但是当我想在 spyder 中导入它时出现错误:
ModuleNotFoundError:没有名为“edward2”的模块。
有人可以帮我用 conda 安装它吗?
python - 无法建立 LSTM 单元的顺序模型
我通过使用论文贝叶斯层中的 edward2 库使用了贝叶斯 lstm 的代码:神经网络不确定性模块:
我想用这段代码来训练一个神经网络。有人可以帮助我吗?