Skip to content

Commit

Permalink
keras import (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle authored Jun 14, 2024
1 parent 9c27c3b commit 3903016
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"\n",
"# Weights and Biases related imports\n",
"import wandb\n",
"from wandb.keras import WandbMetricsLogger\n",
"from wandb.keras import WandbModelCheckpoint\n",
"from wandb.keras import WandbEvalCallback"
"from wandb.integration.keras import WandbMetricsLogger\n",
"from wandb.integration.keras import WandbModelCheckpoint\n",
"from wandb.integration.keras import WandbEvalCallback"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"\n",
"# Weights and Biases related imports\n",
"import wandb\n",
"from wandb.keras import WandbMetricsLogger"
"from wandb.integration.keras import WandbMetricsLogger"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"\n",
"# Weights and Biases related imports\n",
"import wandb\n",
"from wandb.keras import WandbMetricsLogger\n",
"from wandb.keras import WandbModelCheckpoint"
"from wandb.integration.keras import WandbMetricsLogger\n",
"from wandb.integration.keras import WandbModelCheckpoint"
]
},
{
Expand Down

0 comments on commit 3903016

Please sign in to comment.