-
Previously it was decided that we obsolete excitatory neuron as it was too hard to populate
- #1540
I am sympathetic to the argument - we want to avoid a spaghetti ontology with lots of incomple…
-
I'm trying to run a workload using fairseq that should already have XLA support by setting `--tpu` and replacing `--fp16` with --`bf16` (https://github.com/facebookresearch/fairseq/tree/main) but I'm…
-
## Context
### Overview of the issue
`rxd.set_solve_type` was intended to be usable more than once, to set the model to 1D, to 3D, or back again. It apparently has no effect after finitialize.
…
-
The issue customer faces with batch inferencing using this approach proposed in https://github.com/aws-neuron/aws-neuron-sdk/issues/906.
"My output is in Tuple[List[torch.Tensor]] which works well…
-
Today we have a very old implementation copy in neuron.
Sundials is now on Github : https://github.com/LLNL/sundials
- Supports CMake integration
- Binary differences to be expected. However tha…
-
lobula plate intrinsic neuron LPi [FBbt_00003910] and its descendants are not optic lobe intrinsic neuron [FBbt_00007577] which would be more useful than unilateral intrinsic neuron [FBbt_00003988] a…
-
Tasks:
- [ ] release neuron morphology, make sure master branch has the latest codes
- [ ] deploy master branch to aws
Validation critera:
- [ ] test run at least one neuron and check out whether …
-
The overall goal of this work is to enable pipeline users/maintainers to
- rapidly determine the status and health of the pipeline and detect failures
- easily download output data
- determine the …
-
## 一言でいうと
強化学習でたった6~18ノードでAtariを攻略した研究。辞書のような構造で状態を離散表現に変換し、数ニューロンの素のRNNで行動を選択する。学習は進化戦略で行う。辞書は新規の状態が既存の辞書の値と大きく異なる場合追加されるようになっており、そのためRNNへの入力サイズも学習中に変動する。
![image](https://user-images.githubuse…
-
So what I was trying to achieve was to display the memory inside the neurons during the training of a `perceptron` algorithm.
@JeffAbrahamson : Is that something like that you were waiting for? An…