aim
                                
                                
                                
                                    aim copied to clipboard
                            
                            
                            
                        Aim π« β An easy-to-use & supercharged open-source experiment tracker.
## π Feature One of the major challenges when building a web app is how quickly you can scale the app and create new features. When the demand (requirements) increases,...
## π Bug The user wouldn't be able to easily control brush size. Every time the user ends the brush selection we were resizing the brush size to the including...
## π Feature Poor onboarding when opening explorers for the first time. ### Motivation When a user navigates to an explorer(e.g. Metrics Explorer), an empty screen appears. It is not...
## π Bug The `get_git_info` utility function tries to run 3 `git` commands. When any one of them fails, it reports that "Something went wrong" and gives up entirely: https://github.com/aimhubio/aim/blob/ffd9a5f8677e2b65b7485e3e64f7cc6158787ad2/aim/ext/utils.py#L43-L57...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
## βQuestion I write the code like this but when some error occurred I can not use delete_run. ```python run = Run( repo=os.path.join(aim_repo), experiment="mem_predict" ) try: ... except: run_hash =...
## π Feature In the runs explorer, I would like an option to show the max/min achieved value of a metric in the run list instead of only seeing the...
## π Bug Hello, First of all, thank you very much for the creazy amount of work put into this. Currently, it seems like the docker setup fails. I get...
Implemented the feature request from #188 since I was producing lots of superfluous dummy runs when testing my training code. - Add a `--query` option to `aim experiment rm` that...