Hybrid_LeelaZero
Hybrid_LeelaZero copied to clipboard
What should I do if I want to skip the matches?
What should I do in python script if I want to skip the matches, and just get one hybrid net out of four?
I do not know python at all. I hacked version 1.0 to get one hybrid from two nets, without any matches.
@Marcin1960 Here is an only hybrid script you can try: hybrid.zip
Please modify the follow line as you wish w1 = open('oldWeight1.txt', 'rt') w2 = open('oldWeight2.txt', 'rt') #w3 = open('oldWeight3.txt', 'rt') #w4 = open('oldWeight4.txt', 'rt') weight = open('newWeight.txt', 'wt')