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
Please run diagnose_tensorboard.py (link below) in the same
environment from which you normally run TensorFlow/TensorBoard, and
paste the output here:
C:\Users\XXXXX\Desktop\XXXXX\XXXXX>python diagnose_tensorboard.py
C:\Users\XXXXX\Desktop\XXXXX\XXXXX\diagnose_tensorboard.py:32: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
import pipes
No action items identified. Please copy ALL of the above output,
including the lines containing only backticks, into your GitHub issue
or comment. Be sure to redact any sensitive information.
ValueError: Failed to construct dataset "imdb_reviews", builder_kwargs "{'config': 'subwords8k', 'data_dir': None}": BuilderConfig subwords8k not found with version None. Available: ['plain_text']
I think the argument name="imdb_reviews/subwords8k" is no longer an option, this causes the error. I tried to replace with plain_text and the loading worked.
But plain text and embeddings do not match so the rest of the example notebook will not execute
The text was updated successfully, but these errors were encountered:
Environment information (required)
Please run
diagnose_tensorboard.py
(link below) in the sameenvironment from which you normally run TensorFlow/TensorBoard, and
paste the output here:
C:\Users\XXXXX\Desktop\XXXXX\XXXXX>python diagnose_tensorboard.py
C:\Users\XXXXX\Desktop\XXXXX\XXXXX\diagnose_tensorboard.py:32: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
import pipes
Diagnostics
Diagnostics output
Next steps
No action items identified. Please copy ALL of the above output,
including the lines containing only backticks, into your GitHub issue
or comment. Be sure to redact any sensitive information.
C:\Users\XXXXX\XXXXX\XXXXX\XXXXX>
Issue description
When trying the tutorial notebook here : https://github.com/tensorflow/tensorboard/blob/master/docs/tensorboard_projector_plugin.ipynb
I encounter an issue when trying to run the second cell :
Here is the error :
I think the argument
name="imdb_reviews/subwords8k"
is no longer an option, this causes the error. I tried to replace withplain_text
and the loading worked.But plain text and embeddings do not match so the rest of the example notebook will not execute
The text was updated successfully, but these errors were encountered: