Juan M. Cruz-Martinez
Juan M. Cruz-Martinez
I don't think for this case in particular you will see a gain of performance by using VegasFlow. VegasFlow is most useful when you whole problem can be cast as...
Let me see if I understood correctly: Right now in order to integrate you have to provide a number of iterations and a number of events per iterations. What you...
How did you install tensorflow? It should not say that the GPU is available if it is not true. I'm also using a M1 mac and, indeed,`print(f"GPU available: {tf.test.is_gpu_available()}")` returns...
Ah... I see, the problem is `tensorflow-metal`. A possible solution is to do at the beginning of the code: ``` import tensorflow as tf tf.configl.set_visible_devices([], 'GPU') ``` Basically the opposite...
In principle it should also work by going to the root of the repository and installing there. If it doesn't we should fix it.t It might be however that @toonhasenack...
Please, avoid merging PRs when the tests are still not passing...
> @scarlehoff what should be done in this PR? Change it to `pT2` I'd say.
Yes. I think it should be ok.
Hi @achiefa coyld you cherry-pick or rebase the last few commits? (so that the branch contain only your changes).
Hi @achiefa, could you check the error: ``` FAILED tests/test_loader.py::test_kitable_with_cuts - validphys.loader.DataNotFoundError: No .dat file found for LHCB_Z0J_13TEV_2022_DIMUON and no new data translation found ``` Maybe there's some name problem?...