Paweł Kubik

Results 4 issues of Paweł Kubik

**Describe the issue**: During computing Channel Dependencies `reshape_break_channel_dependency` does following code to ensure that the number of input channels equals the number of output channels: ``` in_shape = op_node.auxiliary['in_shape'] out_shape...

bug
help wanted
good first issue
model compression

## 🐛 Bug I initialized a directory with `aim init` on my NFS share, and run several jobs pointing to this directory. Initially all metrics and params were logged properly,...

type / bug
help wanted
area / SDK-storage

Right now adding and removing new config values is quite tedious as we need to repeat the class/function name for each field: ``` MyClass.batch_size = 100 MyClass.num_epochs = 100 ......

Right now the main scripts sets only one of the desktop specific values for the `compiler.libcxx` (in `conan_cmake_detect_unix_libcxx` macro), e.g. `libstdc++`, libstdc++11`. Please add support for other types values, e.g....