Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
Julia wrapper for Aim
Basic Info
- Host: GitHub
- Owner: aimhubio
- License: apache-2.0
- Language: Julia
- Default Branch: main
- Homepage: https://aimstack.io
- Size: 16.6 KB
Statistics
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
Aim
A Julia wrapper around the Aim open-source experiment tracker:
Aim logs your training runs, enables a beautiful UI to compare them and an API to query them programmatically.
For a quick start of the library and to see how you can download the package and get started with it, you can read the Get stated with Aim.
To see the code or report a bug, please visit the GitHub repository.
Installation and usage
Note: This Julia wrapper does not expose all of the functions in the Aim API and it is limited to the Run API.
You need to have a Python distribution installed with the aim Python package. If you do not already have it, run pip install aim form the command line.
Get started
It takes two steps to integrate Aim into your training script.
Step 1: Explicitly import the Aim module.
julia
using Aim
Step 2: Initialize a new Aim.Run and start recording your hyperparameters and tracking your metrics.
julia
run = aim.Run(repo = ".tmp_julia", experiment = "julia_experiment")
Check out a simple tracking example here.
Owner
- Name: Aim
- Login: aimhubio
- Kind: organization
- Location: Berkeley, California
- Website: https://aimstack.io
- Twitter: aimstackio
- Repositories: 10
- Profile: https://github.com/aimhubio
AI Development Environment
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- gorarakelyan (1)
Pull Request Authors
- github-actions[bot] (1)