Emilien Dupont

Results 15 comments of Emilien Dupont

Hi! To run code on image datasets I would recommend looking at the [experiments_img.py](https://github.com/EmilienDupont/augmented-neural-odes/blob/master/experiments/experiments_img.py) file. This contains code to run experiments on image datasets. It should be pretty easy to...

Hi, if you want to test on brain MRI data, I would suggest trying to build a dataloader for this dataset that looks exactly like the ones for MNIST or...

Hi Will! Thanks for reaching out, I'm glad you found the implementation helpful! I only ran the model in this repo on MNIST (so 28x28 images) and the hyper parameters...

Hi! `num_samples_to_save` refers to the number of images/voxels/globes to sample and save during training. So for example, if `num_samples_to_save = 32`, after every epoch we would sample `32` functions, evaluate...

Hi Hilbert, thanks for your message! Unfortunately it is difficult to visualize high dimensional vector fields and I don't think there is a single good solution for this. You could...