wandb / edu

Educational materials on deep learning by Weights & Biases
http://wandb.ai
GNU General Public License v2.0
562 stars 257 forks source link

example.txt read gives Unicode Error incase encoding is not set #157

Open tpancholi opened 3 weeks ago

tpancholi commented 3 weeks ago

In the current code if user has not set encoding there is a unicode error.

to resolve this we can give explicit encoding when reading the examples.txt file.

Please see the error screenshot below for more information.

Image