ctongfei / nexus

Experimental tensor-typed deep learning
https://tongfei.me/nexus/
MIT License
257 stars 15 forks source link

Does not compile #4

Closed EmergentOrder closed 6 years ago

EmergentOrder commented 6 years ago

As of the latest ( https://github.com/ctongfei/nexus/commit/cfe4f00cf566b85de94da74037b2e7cfbfcfa5b1 ), this project does not compile. First, there is no project/build.properties included, therefore which version of sbt to use is not immediately clear. Determine to use 0.13.x. Second, the sbt unidoc plugin is missing. Finally, I get compile errors: ToHList.scala:29: not found: type Label and IsRealTensorH.scala:104: not found: type IsAxisGroundedRealTensor Tried earlier commits, also no success.

ctongfei commented 6 years ago

Ah sorry some files are missing. Now it compiles and the XOR sample runs. In sbt:

project core
test:runMain nexus.XorTest

Note this is in very early stage -- lots of operators are not implemented.

EmergentOrder commented 6 years ago

Great, thanks! Yeah, I get that this is all experimental. I like the direction you are headed though, this is promising work.