mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 17:58:35 +08:00
Disable eager execution to fix test_tensorflow (#8133)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from numpy.testing import assert_almost_equal
|
||||
import tensorflow.compat.v1 as tf
|
||||
|
||||
import ray
|
||||
import ray.experimental.tf_utils
|
||||
from ray.rllib.utils.framework import try_import_tf
|
||||
|
||||
tf = try_import_tf()
|
||||
|
||||
|
||||
def make_linear_network(w_name=None, b_name=None):
|
||||
|
||||
Reference in New Issue
Block a user