izmailovpavel / neurips_bdl_starter_kit

18 stars 4 forks source link

Corrected numpy reference from onp to np (error from JAX code) #2

Closed AndPotap closed 3 years ago

AndPotap commented 3 years ago

Fixed how numpy is called. In this notebook numpy is loaded as np, whereas in the JAX notebook as onp. Maybe a copy paste error was made.

@sharadmv much better right?

sharadmv commented 3 years ago

Thanks again for the fix!!