lkf1996

Results 3 comments of lkf1996

> 我能够在Python 3.6和Tensorflow 1.15中运行该演示,而几乎没有什么变化: > > 修复_demo.py_`print`末尾的_唯一内容,_并使用pickle(用替换`import cPickle as pickle`行`import pickle`),并在加载时进行此调整以实现兼容性 > > ``` > pkl = pickle.load(open('Data/ellipsoid/info_ellipsoid.dat', 'rb'), encoding='latin1') > ``` excuse me ,may I ask which version of...

Ubuntu or Windows? This error will occur in Windows

hello! Have you run the train.py successfully? I got a problem "InvalidArgumenrError : indices[0,7]= -1 is nor in [0,157] " when run in "sess.run(model , feed_dict = feed_dict" . Hope...