Skip to content

Commit

Permalink
Fix TF import (#535)
Browse files Browse the repository at this point in the history
* keras import

* quick fix

* import
  • Loading branch information
tcapelle authored Jun 18, 2024
1 parent e6c3855 commit 58cb855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colabs/tensorflow/Simple_TensorFlow_Integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"outputs": [],
"source": [
"import wandb\n",
"from wandb.keras import WandbCallback\n"
"from wandb.integration.keras import WandbCallback"
]
},
{
Expand Down

0 comments on commit 58cb855

Please sign in to comment.