For example, passing around images rather than galsim objects. Create a container for image information like pixel_scale that can be passed around.
@EiffL brought this up in today's meeting. It might be good to think about this earlier rather than later so that we don't have to do a lot of work later in the inference stage to make our code compatible with tensorflow, pytorch, jax, etc.
For example, passing around images rather than galsim objects. Create a container for image information like
pixel_scale
that can be passed around.@EiffL brought this up in today's meeting. It might be good to think about this earlier rather than later so that we don't have to do a lot of work later in the inference stage to make our code compatible with tensorflow, pytorch, jax, etc.