Hi,
I have been having trouble loading a tfhub model (ELMo), even when I try to call a locally downloaded version. Here’s the error message:
TypeError : ‘module’ object is not callable
File “/usr/local/lib/python3.6/dist-packages/streamlit/ScriptRunner.py”, line 310, in _run_script exec(code, module.dict)
File “/storage/notebooks/tim/test_app.py”, line 55, in elmo = hub.module(’/storage/notebooks/tim/tfhub’, trainable=True)
Any suggestions?
Thanks!