sinzlab/nnfabrik

Decouple measure tables (per data_key local identity) and neuron id (global identity)

Closed this issue · 2 comments

Decouple measure tables (per data_key local identity) and neuron id (global identity)

Hey @KonstantinWilleke, I was looking at the scoring table template and I already see some user-specific stuff such as per-neuron being an argument of the measure_function. Also it appears there some hidden expectations? for instance, the output of the measure_function should be a dictionary? - It is unclear whether there are any assumptions about the output of the measure_function.

But in order to have better feedback (including some suggestions instead of just saying what is problem 🙈), would it be possible to have a toy example of how one could potentially use this scoring base table?

Will be addressed in PR #78