Albert Torosyan
Albert Torosyan
## Proposed refactoring or deprecation Do not allow specifying arbitrary string as a `Run.hash`. Currently `Run.hash` values can be any string including characters which are not alphanumeric. This brings some...
## 🚀 Feature As of version `3.11`, Aim sequential data can be stored in two different ways: 1. Linear. where tracking step is used as a key/index for the value....
## Proposed refactoring or deprecation Get the profiling results on Run creation (including cython parts) and make changes in SDK/Storage based on these results. Implement changes accordingly. ### Motivation Improve...
## Proposed refactoring or deprecation Currently the logging on the storage module is sparse, non-informative and in some cases even misleading. Need to introduce verbose logging allowing to collect all...
`import aim` statement is slow due to unnecessary imports of third-party packages. Example of such imports are `numpy`, `sqlalchemy`
## Proposed refactoring or deprecation Add the following steps to `python setup.py build` command: ``` npm i npm run build ``` ### Motivation Currently when running aim from source installation...
## Proposed refactoring or deprecation Output informative messages when run parameter cannot be set (i.e. type is not supported by storage) ### Motivation To give users clear error messages and...
## 🐛 Bug When running training script with remote tracking server Run, new directory is created to report run status/progress. ### To reproduce - Run aim remote tracking server: `aim...