File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3636# Import backend functions.
3737if backend () == "tensorflow" :
3838 from keras .src .backend .tensorflow import * # noqa: F403
39- from keras .src .backend .tensorflow import distribution_lib
4039 from keras .src .backend .tensorflow .core import Variable as BackendVariable
4140elif backend () == "jax" :
4241 from keras .src .backend .jax import * # noqa: F403
43- from keras .src .backend .jax import distribution_lib
4442 from keras .src .backend .jax .core import Variable as BackendVariable
4543elif backend () == "torch" :
4644 from keras .src .backend .torch import * # noqa: F403
Original file line number Diff line number Diff line change 11from keras .src .backend .config import is_nnx_enabled
22from keras .src .backend .jax import core
3+ from keras .src .backend .jax import distribution_lib
34from keras .src .backend .jax import image
45from keras .src .backend .jax import linalg
56from keras .src .backend .jax import math
Original file line number Diff line number Diff line change 11from keras .src .backend .tensorflow import core
2+ from keras .src .backend .tensorflow import distribution_lib
23from keras .src .backend .tensorflow import image
34from keras .src .backend .tensorflow import linalg
45from keras .src .backend .tensorflow import math
Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ def use_floatx(x):
120120 "not an issue in sklearn>=1.6"
121121 ),
122122 "check_pipeline_consistency" : "Neural networks are non-deterministic" ,
123+ "check_transformer_data_not_an_array" : "Neural networks are "
124+ "non-deterministic" ,
125+ "check_transformer_general" : "Neural networks are non-deterministic" ,
123126 },
124127}
125128
You can’t perform that action at this time.
0 commit comments