huynq55

Results 8 comments of huynq55

@maxpumperla @macfergus Get same problem, trying to fix it. Please review the code in zero_demo.py. Tks!

Great. Thanks for your suggestion

I tested the bench command on my machine. Looks like it doesn't support NNUE. ![image](https://user-images.githubusercontent.com/1425348/177677483-b6e06280-a919-4925-b507-26946390a89a.png) And I used 1 thread because somehow when running more than 1 thread FS freezes.

I change `cc/selfplay` to `cc/concurrent_selfplay` and build the image, but the following error occur: `error: 'google::cloud::bigtable::bigendian64_t' has not been declared`. The cause of the problem is because bigendian64_t has been...

Another problem: ``` cc/tf_bt_utils.cc:94:24: error: 'Model' has not been declared Model::FeatureType feature_type, const Game& game) { ```

@tommadams I've done it by creating a sh file. I post it here for anyone need it: `#!/bin/bash` `source "/home/huy/Documents/pythonenv/bin/activate"` `export BOARD_SIZE=9` `python3 /home/huy/Documents/minigo/gtp.py --load_file=/home/huy/Documents/minigo/outputs/models/best-generation -num_readouts=1600 --verbose=3`

Hi @hzwudi2014. Do you intend to extend the deck to 52 cards?