Albert Torosyan

Results 21 issues of 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...

phase / ready-to-go
type / code-health
area / SDK-storage

## 🚀 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....

type / enhancement
area / SDK-storage

## 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...

type / code-health
area / SDK-storage

## 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...

type / code-health
area / SDK-storage

`import aim` statement is slow due to unnecessary imports of third-party packages. Example of such imports are `numpy`, `sqlalchemy`

type / code-health
area / SDK-storage

type / code-health
area / SDK-storage

## 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...

type / code-health
area / SDK-storage

## 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...

good first issue
area / onboarding
type / code-health
area / SDK-storage

## 🐛 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...

type / bug
help wanted
phase / ready-to-go
area / SDK-storage