-
TensorFlow Placeholder Fix (#6852)
发布于
2023-01-11 14:18:47 +00:00 | 1643 次提交 在此版本后已推送到 masterFixed 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下载附件