ctongfei / nexus

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

How do you 'include' your project? #15

Closed dansuh17 closed 6 years ago

dansuh17 commented 6 years ago

I'm new to scala, and I'm having difficulties adding dependency with your project using sbt. Even simply loading the project using sbt command will give [error] (torch/*:update) sbt.ResolveException: unresolved dependency: me.tongfei#jtorch-cpu;0.3.0-SNAPSHOT: not found.

Could you please add a guide about how to use nexus?

ctongfei commented 6 years ago

This is in alpha stage and is not intended to be used at the current stage.

You require a Torch native binding to use it -- see https://github.com/ctongfei/jtorch for installation details.