发布

  • 15035 73e46cc9ae

    TensorFlow Placeholder Fix (#6852)

    frostbyte_neo 发布于 2023-01-11 14:18:47 +00:00 | 1643 次提交 在此版本后已推送到 master

    Fixed this error from happening when running this code:

    tf.placeholder() is not compatible with eager execution.
    at placeholder
    raise RuntimeError("tf.placeholder() is not compatible with "
    in array_ops.py: line 3341
    at NetTrain
    xs = tf.compat.v1.placeholder(tf.float32 in /QuantConnect/backtesting/./cache/algorithm/project/main.py: line 57

    下载附件