aimhubio / Aim.jl

Julia wrapper for Aim
https://aimstack.io
Apache License 2.0
4 stars 0 forks source link

Add Julia wrapper for Aim #1

Open gorarakelyan opened 1 year ago

gorarakelyan commented 1 year ago

Julia wrapper for Aim.

Aim is an easy-to-use & supercharged open-source experiment tracker. Aim logs your training runs, enables a beautiful UI to compare them and an API to query them programmatically. More details: https://github.com/aimhubio/aim

This issues is submitted to register Aim.jl package.

gorarakelyan commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/72183

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" adb2a63c195ed6b1508c6cc556b292bff8d2ba61
git push origin v0.1.0