melodyguan / enas

TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
https://arxiv.org/abs/1802.03268
Apache License 2.0
1.58k stars 390 forks source link

Adapting ENAS for chess #101

Closed LothairKizardjian closed 5 years ago

LothairKizardjian commented 5 years ago

Hello, everyone,

I'm currently doing an internship and I have to use ENAS to find better architectures of NN for the game of chess. I basically understand the paper, i'm mostly interested in the CNN part, but the problem is the code, I don't understand most of it and I don't know where to start. I need to change the input tensors and the output tensors but I can't find where it is done. If anyone could help me i'd appreciate a lot !

Thanks