Hello,

Thank you for this amazing LEAN. I have just set up the environment and downloaded source code to my computer. I'm just wondering how to run backtest of TensorFlowNeuralNetworkAlgorithm.py on computer. I tried this on website and this worked well. However, everytime I ran backtest on my computer. It only returns thing like this:

..... 20200418 23:21:27.843 Trace:: PythonInitializer.Initialize(): start... PythonEngine.Initialize(): Runtime.Initialize()... Runtime.Initialize(): Py_Initialize... Runtime.Initialize(): PyEval_InitThreads... Runtime.Initialize(): Initialize types... Runtime.Initialize(): Initialize types end. Runtime.Initialize(): AssemblyManager.Initialize()... Runtime.Initialize(): AssemblyManager.UpdatePath()... PythonEngine.Initialize(): register atexit callback... PythonEngine.Initialize(): GetCLRModule()... PythonEngine.Initialize(): clr GetManifestResourceStream... 20200418 23:21:31.279 Trace:: PythonInitializer.Initialize(): ended 20200418 23:21:31.285 Trace:: AlgorithmPythonWrapper(): Python version 3.6.8 |Anaconda, Inc.| (default, Dec 29 2018, 19:07:09) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]: Importing python module TensorFlowNeuralNetworkAlgorithm Killed: 9

I don't understand the meaning of "Killled: 9". Does it mean training method not work on computer environment?

Please kindly advise if possible. Thank you very much!

Trung

Author