Igor Korablev

Results 2 issues of Igor Korablev

lessons\3-NeuralNetworks\03-Perceptron running MNIST = pickle.load(mnist_pickle) results in 5 with gzip.open('../03-Perceptron/mnist.pkl.gz', 'rb') as mnist_pickle: 6 ----> 7 MNIST = pickle.load(mnist_pickle) 8 UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 614:...

I followed the same instructions at: https://microsoft.github.io/AI-For-Beginners/etc/how-to-run This command took hours to execute and then failed after having successfully completed other steps: conda env create --name ai4beg --file .devcontainer/environment.yml Error...