pytorch / ELF

ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Other
3.37k stars 566 forks source link

[Question] I want to use ELF OpenGo weights for my app. #110

Closed y-ich closed 6 years ago

y-ich commented 6 years ago

Hi.

I am making a Go AI app for iOS. I want to use a converted one of ELF OpenGo weight. ELF itself is licensed as BSD and specified how to refer in README.rst. How about the weight?

Thank you.

jma127 commented 6 years ago

Hey @y-ich , weights are licensed under the same BSD license contained in the source code!

y-ich commented 6 years ago

Thank you! I will refer to your weight according to "Citing ELF" in README.rst.

l1t1 commented 5 years ago

did you use the orignal elf format file at go master?

y-ich commented 5 years ago

Hi, @l1t1 san.

No, I converted the one in LZ text format to the one in Core ML.

l1t1 commented 5 years ago

thanks