Paweł Kubik
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 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,...
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....
When training a model using the [Python-style configuration file](https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#a-pure-python-style-configuration-file-beta). The configuration is saved within the checkpoint files, but all classes are replaced with their fully qualified names. For example, the...