You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems no npm package for tensorflow_model_analysis==0.47.1(link)
Currently we make HTML file of evaluation result with ipywidgets package(see below code)
If we run below code with tensorflow_model_analysis==0.47.1 and then open that html with browser(using Chrome & Safari), we get error something like this
I think it is caused by missing npm package for 0.47.1
Can you update npm package for 0.47.1(Cannot use 0.47.0 or older version since we use TFX 1.16 and it requires tensorflow_model_analysis >= 0.47.0 and 0.47.0 has circular import error)
Hey @dante-lee
Sorry for addressing the issue late. Thank you for bringing this to our attention. We will work on this and keep you updated.
Thank you!
Details
ipywidgets
package(see below code)Code for html
The text was updated successfully, but these errors were encountered: