Skip to content

Commit 1750555

Browse files
deploy changes
1 parent bb297ad commit 1750555

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

217 KB
Loading

docs/assets/imgs/favicon.ico

15 KB
Binary file not shown.

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
3+
<p align="center"><img src="assets/imgs/android-chrome-512x512.png" width="150"/></p>
4+
5+
26
Asparagus is a modular machine learning framework designed for medical imaging applications. The codebase is built on PyTorch, Lightning and Hydra and handles model training, experiment management, and evaluation with prepared data. To prepare your data see [Preprocessing](data-pipeline/preprocessing.md). The functional and modules directories follow the structure of `torch.nn.functional` and `torch.nn` with the former being stateless functions and the latter being classes that combine and build upon these with the logic and conventions adopted by Asparagus from PyTorch, Lightning, and Hydra.
37

48

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ site_url: https://Sllambias.github.io/asparagus/
66

77
theme:
88
name: shadcn
9+
favicon: assets/imgs/favicon.ico
10+
icon: assets/imgs/android-chrome-512x512.png
911

1012
markdown_extensions:
1113
- toc:

0 commit comments

Comments
 (0)