For Gradient I always need to start a new notebook each time from scratch because opening doesn’t work (as per other issues). Since the /storage
is preserved this isn’t a big issue.
For lesson3-imdb
I get an ascii decode error like this:
A workaround is to manually set the codec in the notebook:
import locale
locale.setlocale(locale.LC_ALL, 'C.UTF-8')