Kewei Zhou
Kewei Zhou
I had the same error, and I tried to fix it by adding ``` import tensorflow as tf import tensorboard as tb tf.io.gfile = tb.compat.tensorflow_stub.io.gfile ``` This seems to have...
I'm seeing a similar issue with the visualization, except that even the blanks are all colored differently. I've attached my code below, and I'm wondering if you can give me...
I've tried using torch.dist(probs, new_probs, 2) and torch.norm(), but it's still producing some sort of all green figure 
I'm still having trouble with installing transformers even with this command. I'm seeing "Building wheel for regex (setup.py) ... error". I'm wondering anyone else has seen this error before.
I uninstall all pip packages using `pip freeze | xargs pip uninstall -y` and used the command `pip3 install transformers==2.4.1 ` The error message I got was Building wheels for...
I fixed this error by running `brew install gcc`, if anyone is getting the same error!
Hi everyone, this is Kewei. Hope you're all doing well in this turmoil!