weierstrass-walker commited on
Commit
d36098a
1 Parent(s): f4482b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  # Neural ODE with Flax
2
- This is the result of project ["Reproduce Neural ODE and SDE"](https://discuss.huggingface.co/t/reproduce-neural-ode-and-neural-sde/7590) in [HuggingFace Flax/JAX community week](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104).
3
 
4
  <code>main.py</code> will execute training of ResNet or OdeNet for MNIST dataset.
5
 
 
1
  # Neural ODE with Flax
2
+ This is the result of project ["Reproduce Neural ODE and SDE"][projectlink] in [HuggingFace Flax/JAX community week][comweeklink].
3
 
4
  <code>main.py</code> will execute training of ResNet or OdeNet for MNIST dataset.
5