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
The nn.fit command fails with a TypeError: 'SparseTensor' object is not subscriptable error when executed on the latest docker image of tensorflow with pandas, nltk, and sklearn installed. I have attached the full stack trace. err.txt
The text was updated successfully, but these errors were encountered:
Environment:
python = 3.6.9
Keras = 2.4.3
nltk = 3.5
sklearn = 0.24.1
pandas = 1.1.5
tensorflow = 2.4.1
The
nn.fit
command fails with aTypeError: 'SparseTensor' object is not subscriptable
error when executed on the latest docker image of tensorflow with pandas, nltk, and sklearn installed. I have attached the full stack trace.err.txt
The text was updated successfully, but these errors were encountered: