Go-Tak

Results 1 issues of Go-Tak

When I unpickle ORENIST.data downloaded by command as 'git clone https://github.com/enakai00/jupyter_tfbook' using the following command. "f=open('../common/ORENIST.data','rb') images,labels=cPickle.load(f)" I have the following error. "ModuleNotFoundError: No module named 'numpy.core.multiarray\r'" I thought that...