Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
koen-dejonghe committed Nov 9, 2018
1 parent 4c1d281 commit 70b9b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ object ReadmeConvNet extends App {
}
```


The documentation below is a copy of the Autograd and Neural Networks sections of
[PyTorch blitz](http://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html),
adapted for Scorch.
Expand Down Expand Up @@ -428,7 +427,7 @@ Thanks to [Jasper](https://github.com/Jasper-M) for helping out with Scala type
## Dependency
Add this to build.sbt:
```scala
libraryDependencies += "be.botkop" %% "scorch" % "0.1.0-SNAPSHOT"
libraryDependencies += "be.botkop" %% "scorch" % "0.1.0"
```

## References
Expand Down

0 comments on commit 70b9b65

Please sign in to comment.