-
* link to support ticket: [VUB request](https://vub.service-now.com/now/nav/ui/classic/params/target/incident.do%3Fsys_id%3D41bbe612c3395e10443d7ac4e401318e%26sysparm_record_target%3Dincident%26syspar…
-
Hi,
I am trying to run [Tutorial_new_model_training
](https://github.com/atomicarchitects/phonax/blob/main/Tutorial_new_model_training.ipynb) but getting an error in step 3 [construct and initialize…
-
**Describe the bug**
Importing elegy after a fresh install is now broken. This is because [jax v0.2.21 removed `jax.api`](https://github.com/google/jax/releases/tag/jax-v0.2.21). `jax.api` is impor…
-
![image](https://github.com/jwade109/bagelbot/assets/16963909/a8616b86-0f1b-4b01-b283-77dfa334e05d)
-
Hi
I am wondering if the checkpoints of ResNet trained on ImageNet using Haiku (https://github.com/deepmind/dm-haiku/tree/main/examples/imagenet) can be made public? That would be very helpful
T…
-
### Description
Hi,
This is both sort of a bug report or clarification on the semantics of `jax.nn.initializers`.
Should JAX prefer the dtype specified by users over the parameter passed to the …
-
Hello,
I am trying to reproduce the numbers reported in the CoTracker3 paper using the public checkpoint (scaled offline model ). Unfortunately, I am not able to obtain the claimed performance of …
-
I'm seeing the following failures:
```
=========================== short test summary info ============================
FAILED haiku/_src/integration/jax_transforms_test.py::JaxTransformsTest::test…
-
When a window is defined as such:
```python
x = hk.max_pool(
value=x,
window_shape=(2, 2),
strides=(2, 2),
padding="VALID",
channel_axis=-1,
)
```
It gets misaligned …
-
I'm modifying the acme codebase externally, but the YAPF auto-formatter I'm using keeps producing different formatting results, which is frustrating for me.
I am using yapf 0.32.0 (latest as of tod…