Francois Lanusse
Francois Lanusse
The motivation for these modification is to improve the scalability of the code to be able to handle much larger graphs. With the baseline code, I couldn't compute graph pyramids...
I just created a zenodo community intended to gather in one place the different datasets available to use with GalSim. I uploaded the COSMOS 25.2 and 23.5 samples but I...
Images can be generated on the fly and cached using the tf.dataset API, this will be useful for feeding Deep Learning or other TensorFlow-based algorithms. Here is an example of...
The current upstream version of IMNN is no longer compatible with 2023 JAX because it relied on some internal APIs and also because of the change to jnp.Array and the...
This is an early draft for a validation notebook for DC2 metacal catalogs. Short term goal is to demonstrate how to access the metacal catalog from the GCR. Long term...
This PR adds spectral operations needed for the [flowpm](https://github.com/modichirag/flowpm/tree/mesh) project in Mesh TensorFlow, which was the subject of this blogpost: https://blog.tensorflow.org/2020/03/simulating-universe-in-tensorflow.html . These operations are useful for lots of applications...
This draft PR is in response to #9 and presents a prototype implementation of the leap-frog solver that uses a `lax.scan` instead of a for loop in the `nbody` function....
In fantastic news, after over a year of waiting and checking every few months if it was working yet, it looks like finally it's possible to instantiate a distributed XLA...
In this example: https://gist.github.com/EiffL/8e46d261e5d52cd28ca81e233fef9b04 It takes 3 mins for the first evaluation of the model to run, but just a few seconds in the second run. @modichirag has also been...
Hello hello, while writing our own HOD code with @bhorowitz and others we were trying to compare our results to halotools as God's truth, but were finding some residual differences...