Skip to content

Commit

Permalink
docs link in README to dev version, until stable one actually builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rkurchin committed Apr 16, 2021
1 parent 344e265 commit a829ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AtomicGraphNets.jl implements graph-based models for machine learning on atomic systems, such as [Crystal Graph Convolutional Neural Nets](https://arxiv.org/abs/1710.10324), in Julia. It makes use of the [Flux](https://fluxml.ai) ecosystem for model building and the [JuliaGraphs](https://github.com/JuliaGraphs) ecosystem for graph representation and visualization, as well as adapting some features from [GeometricFlux](https://github.com/yuehhua/GeometricFlux.jl).

Documentation is in progress [over here](https://aced-differentiate.github.io/AtomicGraphNets.jl/stable/).
Documentation is in progress [over here](https://aced-differentiate.github.io/AtomicGraphNets.jl/dev/).

## Getting Started

Expand All @@ -18,4 +18,4 @@ Documentation is in progress [over here](https://aced-differentiate.github.io/At
Please feel free to fork and play, and reach out here on GitHub or to rkurchin [at] cmu [dot] edu with suggestions, etc.!

## Acknowledgements
Many thanks to [Dhairya Gandhi](https://github.com/DhairyaLGandhi) for helping out with some adjoints to actually make these layers trainable! :D
Many thanks to [Dhairya Gandhi](https://github.com/DhairyaLGandhi) for helping out with some adjoints to actually make these layers trainable! :D

0 comments on commit a829ad3

Please sign in to comment.