Submitted by joshadel t3_zaqbwr in MachineLearning
gambs t1_iyns2fy wrote
Reply to comment by Desperate-Whereas50 in [D] PyTorch 2.0 Announcement by joshadel
It’s not just functional programming, but for instance, you have to use jax.numpy instead of numpy when compiling, but also not every function from numpy is implemented in jax.numpy, and other issues like that
Desperate-Whereas50 t1_iynukpa wrote
I only have the informations of your link. So I dont know about the other issues you talk about.
But if you set for the functional paradigm it is obvious that you need some jax.numpy and that jax.numpy can not implement every numpy function. Numpy and some of its functions (like inplace updates) are inherent non functional. I cant imagine an other way to fix this.
Viewing a single comment thread. View all comments