-
Hi and thanks so much for making Gempy 3! (I can finally wrangle the installation with ease). I'm getting through the tutorials and noticed in ch1_1 ln 217 when running:
i get:
but the tutorial suggests it should be:
The outputs appear to be the same (image etc). So is this an issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Thanks Jan! |
Beta Was this translation helpful? Give feedback.
Hi,
thanks for the question: To start with the short answer - No, this is not an issue. Gempy v3 offers to perform the model computation with different backends. Numpy is the most straightforward, easy to install and easy to understand version, making it the default. You can also install pytorch and use this backend (depending on you setup computing either on cpu or gpu) to run models faster. The result will be the same.
I think all the examples in the documentation ran with the torch backend to speed things up, but I would advice tp start with the numpy version at the beginning for smaller models.
Cheers
Jan