- Feb 18, 2025
-
-
Maxim Gonchar authored
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
Clean the graph connection See merge request !103
-
Tsegelnik Nikita authored
-
- Feb 17, 2025
-
-
Tsegelnik Nikita authored
rename `scope->idx_scope`, `idx->idx_input`, `idx_out->idx_output` in the input strategies, move input strategy for `ViewConcat` node to the common file for them (`input_strategy.py`); small fixes
-
Tsegelnik Nikita authored
rename `SimpleFormatter -> SimpleLimbNameFormatter` and `SequentialFormatter -> SequentialLimbNameFormatter`; fix wording; update type hinting (add `Generator`); fix exception message
-
Tsegelnik Nikita authored
slightly improve `input_strategy` setter in the NodeBase: add comments, rename argument to `new_input_strategy`; fix meaning error in exception in the connection methods: `not implemented` to `not supported`
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
rename `Formatter -> LimbNameFormatter`, adding description of the reimplementation of the connection method in the CovarianceMatrixGroup; fix a mistake `nethod -> method`
-
- Feb 15, 2025
-
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
-
- Feb 14, 2025
-
-
Tsegelnik Nikita authored
-
- Feb 13, 2025
-
-
Tsegelnik Nikita authored
rename `MissingInputStrategy -> InheritInputStrategy` and move into `core.input_strategy.py`; clean `<<` operator for `NodeBase`; other small fixes
-
Tsegelnik Nikita authored
improve connection of MetaNodes: now it is possible to reimplement custom behaviour like it is done for CovarianceMatrixGroup
-
- Feb 12, 2025
-
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
fix bug of connection of `Sequence[Node] >> Node`, where lhs is a sequence of nodes with 1 output (allowed connection): previously such connection creates a new output for each node in the sequence, which is generally wrong behaviour, for instance, for BlockToOneNode; improve the test
-
- Feb 10, 2025
-
-
Tsegelnik Nikita authored
-
- Feb 03, 2025
-
-
Maxim Gonchar authored
Add Profiling module: the way to estimate time of nodes and framework overhead See merge request !60
-
- Jan 31, 2025
-
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
this prevents from using positional args, making the code less error-prone
-
George Ponomarev authored
-
- Jan 30, 2025
-
-
George Ponomarev authored
-
- Jan 27, 2025
-
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
George Ponomarev authored
-
- Jan 22, 2025
-
-
Tsegelnik Nikita authored
-
Tsegelnik Nikita authored
-