Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vballoli committed Oct 12, 2020
1 parent eca63c1 commit 2159e89
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ img = jax.random.uniform(rng, (1,256,256,3))
output = model(img)
```

Note: This repository is still in initial stages. Feel free to [Contact me](https://vballoli.github.io) or raise issues/PR for suggestions, improvements or bugs.
`examples` directory contains code to train ViT on CIFAR datasets.
# Docs and references

Documentation for all the modules can be viewed [here](https://vit-flax.readthedocs.io/en/main/).

# Note
This repository is still in initial stages. Feel free to [Contact me](https://vballoli.github.io) or raise issues/PR for suggestions, improvements or bugs.

# Help needed

Expand Down

0 comments on commit 2159e89

Please sign in to comment.