Closed EmergentOrder closed 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.
Great, thanks! Yeah, I get that this is all experimental. I like the direction you are headed though, this is promising work.
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
andIsRealTensorH.scala:104: not found: type IsAxisGroundedRealTensor
Tried earlier commits, also no success.