Hybrid_LeelaZero icon indicating copy to clipboard operation
Hybrid_LeelaZero copied to clipboard

What should I do if I want to skip the matches?

Open Marcin1960 opened this issue 6 years ago • 1 comments

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 avatar Mar 01 '18 16:03 Marcin1960

@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')

pangafu avatar Mar 02 '18 03:03 pangafu