如何将我的自定义 C# 程序集添加到 Monaco 编辑器,以便编辑器识别/完成我的程序集类型?
我该如何选择和限制 Monaco Editor 可以使用的 .net 库?
提前致谢。
我正在尝试使用可用的最新资源开发一些时间序列序列预测。为此,我确实检查了 TensorFlow 时间序列中的示例代码,但我收到了这个错误:
AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'TFE_Py_RegisterExceptionClass'
Run Code Online (Sandbox Code Playgroud)
我正在使用蟒蛇。当前环境是 Python 3.5 和 TensorFlow 1.2.1。还尝试了 TensorFlow 1.3,但没有任何改变。
这是我试图运行的代码。我在 Google 上没有找到与该问题相关的任何有用信息。关于如何解决它的任何想法?
python machine-learning time-series tensorflow recurrent-neural-network