augmented-neural-odes icon indicating copy to clipboard operation
augmented-neural-odes copied to clipboard

Pytorch implementation of Augmented Neural ODEs :sunflower:

Results 11 augmented-neural-odes issues
Sort by recently updated
recently updated
newest added

raise(RuntimeError("Wrong arguments, use python main_experiment.py ")) RuntimeError: Wrong arguments, use python main_experiment.py

Hey Emilien! In my understanding, if I run main_experiment.py as is in the current repo, I would train ResNet, ANODE, and NODE on two datasets---one being concentric spheres. I also...

Hi Emilien, Besides your excellent work, I also like the symbols you type in the commit message, like the the 'bug'. Could you kindly let me know how you type...

--------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last) in 1 from viz.plots import multi_feature_plt 2 ----> 3 multi_feature_plt(feature_history, targets) ~/Box/recent_ML/augmented-neural-odes/viz/plots.py in multi_feature_plt(features, targets, save_fig) 312 labelbottom=False, right=False, left=False, 313 labelleft=False) -->...

Hi, @EmilienDupont , thanks for the code implementation! I am concerned about the structure implemented in this repo, actually, the architecture in the orginal Neural ODE (chen et al. )...

The cell ```python from viz.plots import multi_feature_plt multi_feature_plt(feature_history, targets) ``` raises ``` --------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last) in 1 from viz.plots import multi_feature_plt 2 ----> 3 multi_feature_plt(feature_history, targets)...

Hello! Thank you so much for the work and providing codes. I am new to this field. I tried the code on Google Colab following the pattern you have provided,...

Once I have trained the ODEFun, how can I make future time prediction as an initial value problem if the network does not accept first and second derivative initial values?...

Hi, Thanks for deliverying this amazing work! I'm think about visualization the vector field of my model, however, it is a high dimensional one with shape [16, 16, 256]. Do...