Padraig Gleeson

Results 86 issues of Padraig Gleeson

https://svn.code.sf.net/p/neuroml/code/NeuroML2 not https://neuroml.svn.sourceforge.net/svnroot/neuroml/NeuroML2

bug

Works on Lin/Mac, not win, see https://github.com/NeuralEnsemble/neuroConstruct/blob/master/src/ucl/physiol/neuroconstruct/neuron/NeuronFileManager.java#L5151

bug

To ease integration with other java packages including the NeuroML 2 packages

enhancement

If A->B and B->A, one of these needs to be the start point when evaluating the graph. But what does the input port of the start node get when it...

specification
Strategic priority

Should parameters listed in the Graph element be usable in (any) Nodes in the Graph? https://mdf.readthedocs.io/en/latest/api/Specification.html#graph It seems to make sense that they would, so you can set a value...

enhancement
specification
Strategic priority

e.g. https://github.com/ModECI/MDF/actions/runs/8347579020/job/22847503522 See https://github.com/ts-graphviz/setup-graphviz/issues/578

https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html Possible steps for @Ivy8127: - [ ] Create a standalone repo with a python script version of the model - [ ] Add tests/Github actions for training/using the model...

Outreachy
PyTorch

Current development is limited to torch from torch.onnx.symbolic_helper import _set_opset_version E ImportError: cannot import name '_set_opset_version' from 'torch.onnx.symbolic_helper' (/opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/torch/onnx/symbolic_helper.py) /opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/modeci_mdf/interfaces/pytorch/importer.py:526: ImportError ```