al

Results 40 issues of al

我尝试显示图3.10,但有错误。 tensorflow.python.framework.errors_impl.FailedPreconditionError: Attempting to use uninitialized value test_recon_layer1/b 在line 41使用了新的图模型test_recon_layer1,似乎没有使用已保存的模型,在新的session下面运行就给出了错误。 我运行的代码在https://gist.github.com/arisliang/59a49faf5fe5772ff4ab71b916035b34, 有稍微refactoring改动,但基本应该是一样的。如果书中的代码有放在github或者哪里,重跑和书中完全一样的代码会更精确。

这张图似乎没有代码.

## env OS: win10 PYTHON_VERSION: 3.7 EASYTRADER_VERSION: 0.22.0 BROKER_TYPE: gj ## problem 2021-02-10 14:19:36,152 [ERROR] clienttrader.py 471: error occurred when trying to get left menus Traceback (most recent call last):...

>OSError: Unable to create file (unable to open file: name = 'run/vae/0001_faces\weights\weights-001-[1268.2771 533.9863 517.3795 998.59143 648.56256 729.18225 655.6426 383.01758 483.9422 1255.6431 1351.9233 881.78906 1008.7115 1596.2979 522.4963 1055.336 ].h5', errno =...

**System information**. TensorFlow version (you are using): 2.6 Are you willing to contribute it (Yes/No) : No **Describe the feature and the current behavior/state**. For GAN style models, whether the...

type:feature

When loading data universe SP 500 from 2016-01-03 to 2017-01-03, it gives `'Index' object has no attribute 'normalize'`: C:\Users\arisl\anaconda3\envs\zipline-trader\python.exe C:/src/lycn/conda-environments/zipline-trader/src/zipline-trader/zipline/data/bundles/alpaca_api.py C:/src/lycn/conda-environments/zipline-trader/src/zipline-trader/zipline/data/bundles/alpaca_api.py:276: UserWarning: Overwriting bundle with name 'alpaca_api' def api_to_bundle(interval=['1m']): C:/src/lycn/conda-environments/zipline-trader/src/zipline-trader/zipline/data/bundles/alpaca_api.py:355:...

I try to load historical data from alpaca for custom_asset_list: AAPL, TSLA, GOOG, and changed time period to: >end_date = pd.Timestamp('2005-02-01 0:00', tz='utc') start_date = end_date - timedelta(days=365) It gives...

>Traceback (most recent call last): File "C:/btexamples/algos_example.py", line 26, in s = bt.Strategy('strategy', branch_stack, ['spy', 'agg']) File "bt\core.py", line 2107, in bt.core.Strategy.__init__ TypeError: 'AlgoStack' object is not iterable Above error...

[Use the Thumbs Up reaction to vote for this feature, and please avoid adding comments like "+1" as they create noise for others watching the issue.] **Is your feature request...

enhancement