chess-alpha-zero icon indicating copy to clipboard operation
chess-alpha-zero copied to clipboard

No weights in ftp server?

Open Akababa opened this issue 8 years ago • 2 comments

Where can we share our weights and training data? I.e. to get a head start with your "good results"

Edit: model_best_config.h5 seems to be missing from the ftp server

Akababa avatar Dec 13 '17 22:12 Akababa

We need to use an FTP server with high max file size capacity. I initially configured a free server but we cannot load (or save) the 30MB size of the h5 weights. If you can find another FTP server you just have to configure the new access information (username, password, etc.) in the 'config.py' file. In that moment we could start working distributed.

Zeta36 avatar Dec 16 '17 07:12 Zeta36

Sure I'll look around. Also could you see if you can use your company can let you use their Azure server for FTP? BTW if you change the keras.json to use float16, it halves the size of the weights file.

Akababa avatar Dec 16 '17 15:12 Akababa