-
### Bug description
When resuming from a checkpoint (or multi-gpu training with ddp, anything where you might construct multiple instances of your model), if the model layers are constructed in dif…
-
Just installed following the instructions.
I get to point 4. test mozilla.wav.
I see lots of "WARNING: 00 _default: no tail silence word survived on the last frame, search failed"
when I try to r…
-
Do you know how should I merge the the layer weights that are split in the two processing channels (i.e. layers 2,4,5), in order to load them to an alexnet implementation?
I donwloaded the weights, …
-
Initialzing...
Initializing data source...
Data initialization complete.
Initializing model...
Model initialization complete.
Loading the model of iteration 10000...
Transforming...
Traceback (…
-
The logging frontend macros encourage users to attach local variables from their functions for later inspection:
```julia
for i=1:5
x = i^2 + i
@info "Some message" x
end
```
This i…
-
```python
key = jax.random.PRNGKey(0)
# (B, C, H*W)
inputs = jnp.ones((3, 16, 64))
linear_layer = jax.vmap(eqx.nn.Linear(
16, 16, use_bias=False, key=key
))
outputs = linear_layer(input…
-
### What problem does this new feature solve?
There are new testnets and layer2 available.
eg;
Polygon Amoy
Scroll
Scroll Speolia
and others that are not available in the app kit.
Even if…
-
### 🐛 Describe the bug
I am trying to reproduce the resnet50-pipeline parallel demo in this page: https://colossalai.org/docs/features/pipeline_parallel
I can go well with the code in this page.…
-
This little app seems amazing, but I have not been able to get it working using settings from any of the pre-set configs. I have attempted to update their bindings to reflect my custom bindings:
``…
-
from _ext import slice_pool_layer
ImportError: No module named _ext