Draft
Conversation
Conflicts: neural_modelling/src/neuron/c_main.c neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight.h neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight_multiplicative_impl.c neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight_multiplicative_impl.h neural_modelling/src/neuron/synapses.c neural_modelling/src/neuron/synapses.h spynnaker/pyNN/models/neural_projections/connectors/abstract_generate_connector_on_machine.py spynnaker/pyNN/models/neural_projections/connectors/from_list_connector.py spynnaker/pyNN/models/neuron/abstract_population_vertex.py spynnaker/pyNN/models/neuron/plasticity/stdp/common/plasticity_helpers.py spynnaker/pyNN/models/neuron/plasticity/stdp/timing_dependence/timing_dependence_pfister_spike_triplet.py spynnaker/pyNN/models/neuron/plasticity/stdp/timing_dependence/timing_dependence_spike_nearest_pair.py spynnaker/pyNN/models/neuron/plasticity/stdp/timing_dependence/timing_dependence_spike_pair.py spynnaker/pyNN/models/neuron/plasticity/stdp/timing_dependence/timing_dependence_vogels_2011.py spynnaker/pyNN/models/neuron/synaptic_manager.py unittests/model_tests/neuron/test_synaptic_manager.py
- also fixes for structural plasticity
Conflicts: neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight_additive_one_term_impl.c neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight_additive_two_term_impl.c neural_modelling/src/neuron/plasticity/synapse_dynamics_static_impl.c (Add a missing UNUSED in weight_multiplicative_impl.c)
Conflicts: neural_modelling/src/neuron/plasticity/stdp/synapse_dynamics_stdp_mad_impl.c
Conflicts: neural_modelling/src/neuron/c_main.c neural_modelling/src/neuron/synapses.c neural_modelling/src/neuron/synapses.h spynnaker/pyNN/external_devices_models/external_device_lif_control.py spynnaker/pyNN/external_devices_models/external_device_lif_control_vertex.py spynnaker/pyNN/models/neuron/abstract_population_vertex.py spynnaker/pyNN/models/neuron/abstract_pynn_neuron_model.py spynnaker/pyNN/models/neuron/abstract_pynn_neuron_model_standard.py spynnaker/pyNN/models/neuron/synaptic_manager.py spynnaker/pyNN/spynnaker.cfg unittests/mocks.py unittests/model_tests/neuron/test_synaptic_manager.py unittests/test_populations/test_vertex.py
Conflicts: neural_modelling/src/neuron/population_table/population_table_binary_search_impl.c spynnaker/pyNN/models/neuron/abstract_population_vertex.py spynnaker/pyNN/models/neuron/synaptic_manager.py unittests/model_tests/neuron/test_synaptic_manager.py
spinncer_weight_scale
This was referenced Sep 29, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Combines both the cerebellum updates #1374 and the weight scaling updates #852 into a single branch for testing on the cerebellum network in the SpiNNCer repository; also attempts to better incorporate some stochastic rounding.
Merge with
SpiNNakerManchester/SpiNNFrontEndCommon#1118
SpiNNakerManchester/PyNNExamples#110
SpiNNakerManchester/sPyNNakerNewModelTemplate#107