Rafael Sanchez
Rafael Sanchez
Hi, I'm getting some errors when executing the [R training tutorial](https://github.com/GoogleCloudPlatform/ml-on-gcp/blob/master/tutorials/R/02-Training-Serving-TF-Models.ipynb) on a AI Platform notebook with the R 3.6 kernel (there is no 3.5.3 available any more). First, `install_tensorflow()`...
I try to run the [Fairness_Indicators_Example_Colab.ipynb](https://github.com/tensorflow/fairness-indicators/blob/master/g3doc/tutorials/Fairness_Indicators_Example_Colab.ipynb) in Vertex Workbench (user-managed notebook), but when I run this cell, it says `Loading widget` for ever and nothing is displayed. I restarted the...
Is it possible to create word clouds with LIT ? For example, I can have a dataset of social comments and would like to quickly check for most frequent words....
If I "Run all" [the Pretraining a Transformer from scratch with KerasNLP](https://keras.io/guides/keras_nlp/transformer_pretraining/) notebook in Colab, it fails at line: `tokenizer = keras_nlp.tokenizers.WordPieceTokenizer` with the following error: ```sh ImportError: WordPieceTokenizer requires...