-
This is related to the reason that the first parameter of the Izhikevich model needed to be renamed to 'a_' to avoid the `NameError: a, the mechanism does not exist at PySec_0x*(0.5)` mentioned in th…
-
I need to implement a model similar to the one presented in [Steiner et al., 2024](https://www.nature.com/articles/s41467-024-47552-6). One of its key aspects currently missing in Neuroblox is a short…
-
### Bug summary
When I use "se_atten_v2" descriptor to train a model (I have successfully trained it by using se_e2_a), I found that training step will not converge randomly (only in 00.train/002). F…
-
Hello developers,I have noticed that you already support QNN backend,what a excellent work!
Do you have any plan to support MTK APU via its NeuroPilot SDK?
-
### Your current environment
The output of `python collect_env.py`
```text
(venv) thinclient@skynet:~/llm-server$ python collect_env.py
Collecting environment information...
PyTorch version: …
-
### System Info
```shell
Using TGI v0.0.24 to deploy the model on SageMaker
```
### Who can help?
@dacorvo
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### T…
-
My environment is aws server `inf2.8xlarge`
python : 3.8.10
torch-neuronx : 2.1.1.2.0.1b0
neuronx-cc : 2.12.68.0+4480452af
I'm trying to compile esrgan torch model to neuron but I have an i…
-
### Is your feature request related to a problem?
User currently using RankNet for LTR in Solr.
### What solution would you like?
Support RankNet in LTR.
### What alternatives have you conside…
-
我的代码如下:
model.eval()
for m in model.fc.modules():
if isinstance(m, neuron.LIFNode):
m.store_v_seq = True
print(model.fc[-1].store_v_seq)
monitor_v = monitor.A…
-
### User story
I want a neuron model which emulates a simplified version of dendritic plateau potentials. The model will take two separate inputs, one to the "soma" and another to the "dendrite". Bo…