soumik12345 / wandb-addons

Weights & Biases Addons is a repository consisting of additional unitilities and community contributions for supercharging your Weights & Biases workflows.

Home Page:https://geekyrakshit.dev/wandb-addons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Keras3 imports

shivance opened this issue · comments

How I found this issue?

Screenshot 2023-10-22 at 4 54 00 PM

What's going on?

The reason we are facing this issue is #51 . It depends on keras now, however there might have been a small confusion.

image

Keras3 release has not updated keras on pypi however it is still being continued as Keras Core (apparently they are waiting for a stable release to update Keras package on pypi)

image

cc: @soumik12345 @suvadityamuk

@shivance Thanks for reporting the issue. Would you be willing to submit a PR to fix it?

@soumik12345 we could just revert the commit, can't we?

@shivance I'm not a huge fan of reverting commits, its always better to patch.