We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8e849 commit b398329Copy full SHA for b398329
.idx/dev.nix
@@ -20,7 +20,7 @@
20
MAMBA_ROOT_PREFIX = "/run/micromamba";
21
# METAFLOW_DATASTORE_SYSROOT_LOCAL = "/run/.metaflow";
22
# METAFLOW_CARD_LOCALROOT = "/run/.metaflow/mf.cards";
23
- KERAS_BACKEND = "torch";
+ KERAS_BACKEND = "tensorflow";
24
ENDPOINT_NAME = "penguins";
25
MLFLOW_TRACKING_URI = "http://127.0.0.1:5000";
26
METAFLOW_PROFILE = "local";
0 commit comments