-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Ignite with custom event system (#5)
* Remove Torch Ignite, replace with own engine/event mechanism * Add GAN pipeline and example project * Update README.md
- Loading branch information
1 parent
92dac75
commit 329abd9
Showing
45 changed files
with
1,390 additions
and
1,949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
include frogbox/data/*.json | ||
include frogbox/data/*.py | ||
include frogbox/data/Dockerfile | ||
include frogbox/data/*.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,20 @@ | |
frogbox | ||
</h1> | ||
|
||
Frogbox is an opinionated machine learning framework for PyTorch built for rapid prototyping and research. | ||
Frogbox is an opinionated PyTorch machine learning framework built for rapid prototyping and research. | ||
|
||
## Features | ||
|
||
* Built around [Torch Ignite](https://pytorch-ignite.ai) and [Accelerate](https://huggingface.co/docs/accelerate/index) to support automatic mixed precision (AMP) and distributed training. | ||
* Experiments are defined using JSON files and support [jinja2](https://jinja.palletsprojects.com) templates. | ||
* Flexible event system inspired by [Ignite](https://pytorch.org/ignite). | ||
* Automatic experiment tracking. Currently only [Weights & Biases](https://wandb.ai/) is supported with other platforms planned. | ||
* CLI tool for easy project management. Just type `frogbox project new -t supervised` to get started. | ||
* Integrates [Accelerate](https://huggingface.co/docs/accelerate/index) to support automatic mixed precision (AMP) and distributed training. | ||
|
||
## Installation | ||
|
||
```sh | ||
pip install git+https://[email protected]/SimonLarsen/frogbox.git@v0.3.3 | ||
pip install git+https://[email protected]/SimonLarsen/frogbox.git@v0.5.0 | ||
``` | ||
|
||
## Getting started | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.