pyoung2778
pyoung2778
Looks like the issue was that the version of the TensorFlow that we're pointing to in our WORKSPACE file is 2.6.0, and it's causing problems because it's probably 2.9.1 that's...
As a quick update, syncing the code did fix that problem, but also revealed another bug in the dataset building section. Will continue to investigate.
GoEmotions colab should be working again.
I *think* the GoEmotions dataset may not have been available in tensorflow-datasets when we started writing the colab, and we never got around to updating the package we were using...
Finally got a chance to look at this. It looks to be a bazel change. bazel 6.0.0 is not backwards compatible, and @bazel_tools//platforms constraints are now giving us some problems....
Okay. I suspect the actual fix buried deeper that I'm going to be able to fix. In the mean time, changing the line "!sudo apt install bazel" to "!sudo apt...
Okay, should be fixed.