-
I am wondering if it is good to let the modules to support taking modules as input so as to dynamically adjust the parameters accordingly.
For example, in Fully Convolutional Neutral Network (or Fas…
-
Hi!
I am using the latest version of the NESTML master branch, with the sine and cosine implementation.
I wrote two NESTML codes for stdp synapses, which present sine and cosine functions in the ke…
-
DDFPack and DDFUpPack currently assume that the in_channels and out_channels are the same. Can you make short changes to the modules to allow them to work for different in_channels and out_channels?
…
-
Hello,
In the qat module, I'm a little bit confusing about the way to define a quantized convolution layer with tensor quantizer. From my observation, I see that only weight quantizer is initialized …
-
In Equation 4 in your paper, you specify an equation for the spatial-aware attention module which averages across the levels of the rescaled spatial pyramid. It appears this equation would map an elem…
-
In the examples of lightweight and dynamic convolutions, to install the light/dynamic convolutions I ran the scripts:
```
python cuda_function_gen.py
python setup.py install
```
However I got t…
-
### Description
When I use jax.pmap to execute a network containing convolutions, an error is reported:
```python
model = nn.Conv(64, (3,))
# model = nn.Dense(64)
key1, key2 = jrd.split(jrd…
-
Opisać i zadecydować o tym jak będziemy jak wyglądać nasza architektura CNN.
- [ ] różna długość próbek na wejście do CNN - rozwiązania:
a) przycięcie próbek,
b) podział sygnałów próbek na 'pod-p…
-
Hi!
This work is pretty interesting, but I think there should are more results like in "Demystifying Local Vision Transformer: Sparse Connectivity, Weight Sharing, and Dynamic Weight" as they replace…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
The emotion-based music player successfully integrates deep learning and computer vi…