Damien Menigaux
Results
53
comments of
Damien Menigaux
I didn't have the ressources to test with the exact same parameters as the paper, but I reached 63% on kinetics in validation. However it does train from scratch which...
I'm very interested in this too.
I think this code only interpolates a grid, whereas scipy griddata interpolates unstructured data. So you can't actually write an equivalent code. When using `RegularGridInterpolator` you should provide in `points`...