Pratyush Das

Results 45 comments of Pratyush Das

This issue might be related to #75 and #76 . > I would try a clean download and just try to run with "uci" and enter the "uci" and "isready"...

I get the following error logs when I issue isready ``` Using TensorFlow backend. 2018-11-11 18:52:28.546655: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to...

I deleted everything in data/model but I get the same error.

Attached error logs with nothing in data/model. ``` pratyush@pratyush-GS65-Stealth-Thin-8RF:~/dev/chess-alpha-zero/data/model$ ls pratyush@pratyush-GS65-Stealth-Thin-8RF:~/dev/chess-alpha-zero/data/model$ cd ../.. pratyush@pratyush-GS65-Stealth-Thin-8RF:~/dev/chess-alpha-zero$ python src/chess_zero/run.py self 2018-11-09 18:12:49,168@chess_zero.manager INFO # config type: mini Using TensorFlow backend. 2018-11-09 18:12:50,996@matplotlib DEBUG...

Still does not work. ``` pratyush@pratyush-GS65-Stealth-Thin-8RF:~/dev/chess-alpha-zero$ git status HEAD detached at ef47486 ``` With data/model empty. ``` pratyush@pratyush-GS65-Stealth-Thin-8RF:~/dev/chess-alpha-zero$ python src/chess_zero/run.py self 2018-11-11 10:52:08,263@chess_zero.manager INFO # config type: mini Using TensorFlow...

> In the mean time, see if you can just run it with an existing set of weights in uci mode. Did not work as reported in #73 .

Could you refer me to a commit where everything worked? Maybe roll back the master branch to that and move the current master to a different branch.

> Good idea. I'm still a github noob, but I'll try to figure it out. It would be awesome if you could do that! > BTW I haven't looked at...

> There already is a forked repo that works for me. See: > https://github.com/andynik/deep-move > > PS Be careful with the Keras and tensorflow-gpu versions. I have to use either...

Thanks! > hbook/rootcnv is meant to convert ROOT TH1x (and TH2x and TGraphs) into their hbook equivalent, and vice versa. but hbook objects are very barebones. I noticed that you...