Patrick Power
Patrick Power
Continuing with a discussion issues that I first posted [here](https://github.com/google/jax/discussions/8503), I was wondering if there were any thoughts about creating a jax-specific data loader that could be nested in a...
How should I go about importing `struct`? Thanks! My attempt below fails -- ``` import tree_math @tree_math.struct class Point: x: float y: float ``` AttributeError: module 'tree_math' has no attribute...
OpenAI has a way to set the [seed](https://cookbook.openai.com/examples/deterministic_outputs_with_the_seed_parameter). Is there a way to do this with gemini models?
I tried this code on my own GPU workstation and in a colab notebook. In short it seems that there is an error in the reparameterization -- one of the...