-
I was able to run the playground demo as late as last Friday, although at the time, there was also dependency conflicts as I run first code block to install libraries (as shown below)
```
ERROR: p…
-
Hi all, we would like to use Flowjax for [our package](https://github.com/eos). However, due to the legacy code and the fact that most of our users are still using Python 3.8, we were wondering if it …
-
### Description
Hi, we encounter an `XlaRuntimeError: INTERNAL: unsupported operands type` that is hard to understand and debug.
This started to happen on some unit tests that we have on our CI:
…
-
Optax Throws attribute error when using the attached Google Colab Inference Demo
```python
---------------------------------------------------------------------------
AttributeError …
-
Hi,
Is it possible to have an example of modifying the objective function in the top_opt module, i.e. eigenfrquency, p-norm von-Mises stress and etc..
Thank you!
Best,
Jason
-
Hello!
When it comes to annotations, `optax` currently relies heavily on `optax.Updates` and `optax.Params`, which are all aliases for `chex.ArrayTree`.
This makes sense, but for folks who run t…
-
Note the redundancy and all the "Alias for field number X" in classes such as optax.MultiStepsState: https://optax.readthedocs.io/en/latest/api/optimizer_wrappers.html#optax.MultiStepsState
![image…
-
Hi Ye,
[hamy12398](https://github.com/hamy12398), my student, and I are trying to make scVI-3D working. We are encountering the same issue on different computers.
First, installation has torch v…
-
I was trying to run Vivit model according to the _quick start_, I obtained this error:
**TypeError: get_optimizer() missing 1 required positional argument: 'learning_rate_fn'**
Since the train_lib_…
-
Hi, thank you very much for providing such brilliant work and code, which greatly facilitates my research. I would like to inquire about the specific versions of the packages listed in the requirement…