I am working on a project involving Google's TRAX package. I encountered the following error message while running a snippet of code on Jupyter notebook.
module 'trax.supervised' has no attribute 'inputs'
Is there a way around this issue? I have trax version 1.2.3.
Thanks!