barrybecker4 / ScalphaGoZero

An independent implementation of DeepMind's AlphaGoZero in Scala, using Deeplearning4J (DL4J)
Apache License 2.0
2 stars 0 forks source link

Upgrade to dl4j beta-3 #9

Closed barrybecker4 closed 5 years ago

barrybecker4 commented 5 years ago

Currently using beta-2 and there are some tests that need to be commented until beta-3 can be used.

barrybecker4 commented 5 years ago

I updated sbt to use beta-3, but I could not run the python script that would allow the ignored unit tests to run, so they are still currently ignored.

barrybecker4 commented 5 years ago

done. Ignored tests passed after generating keras model with python. I guess they should be ignored again so those tests do not fail if keras model not generated locally.