chapter 16 Sentiment Analysis
Open
- Dominant language
- Jupyter Notebook
- Stars
- 30k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
When I run this line of code I get this error
```python
vocabulary = Counter()
for X_batch, y_batch in datasets["train"].batch(32).map(preprocess):
for review in X_batch:
vocabulary.update(list(review.numpy()))
AttributeError: 'SparseTensor' object has no attribute 'to_tensor'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.