You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User was working with big number of small cuts and identified bunch of interconnected issues, which are the essence of this epic. They would probably separate into multiple smaller tickets
Incorrect experiment combine. Some parts will be sorted in bug(s?) in combine #1778 but some are related to 2. here. bug(s?) in combine #1778 assumes that files with the same run_id should contain same IX_experiment but in fact this should be checked and case of different IX_experiments dealt with. At least throw error for the beginning.
slow operations if loading/doing multiple small cuts and moving objects between containers. (hashes are recalculated at loagind and if there are a lot of small cuts loading). Claimed 7-fold deceleration. Solution -- Hashable class -- subclass of serializable. It would also allow fast comparison of hashable IX_experiments. Additional acceleration would be providing using mex-code for binning and transforming pixels into appropriate coordinate system.
constant grows of unique_references container and its design. Design introduces additional implementation of singleton which is non-trivial to understand. Also adds all experiment's references to unique references container which for N small cuts containing M(n) references so N*M element grows for each operations with this bunch. Design and Grows -- separate but related issues.
User was working with big number of small cuts and identified bunch of interconnected issues, which are the essence of this epic. They would probably separate into multiple smaller tickets
Incorrect experiment combine. Some parts will be sorted in bug(s?) in combine #1778 but some are related to 2. here. bug(s?) in combine #1778 assumes that files with the same
run_id
should contain sameIX_experiment
but in fact this should be checked and case of differentIX_experiments
dealt with. At least throw error for the beginning.slow operations if loading/doing multiple small cuts and moving objects between containers. (hashes are recalculated at loagind and if there are a lot of small cuts loading). Claimed 7-fold deceleration. Solution --
Hashable
class -- subclass ofserializable
. It would also allow fast comparison of hashableIX_experiments
. Additional acceleration would be providing usingmex
-code for binning and transforming pixels into appropriate coordinate system.unique_references
container and its design. Design introduces additional implementation of singleton which is non-trivial to understand. Also adds all experiment's references to unique references container which for N small cuts containing M(n) references so N*M element grows for each operations with this bunch. Design and Grows -- separate but related issues.Prerequest for 3) -- standard form of singleton in unuque references containter Re Problems with unique references singleton implementation #1791
bug in combine_experiment bug(s?) in combine #1778
The text was updated successfully, but these errors were encountered: