-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCITATION.cff
32 lines (31 loc) · 1.09 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Python Machine Learning Research Template
message: >-
If you use this template or borrow some of its code, please
cite it as shown below.
type: software
authors:
- given-names: Skander
family-names: Moalla
email: [email protected]
affiliation: EPFL
orcid: 'https://orcid.org/0000-0002-8494-8071'
repository-code: 'https://github.com/CLAIRE-Labo/python-ml-research-template'
abstract: >-
A template for starting Python machine learning research
projects with hardware acceleration. It features reproducible
environments on major platforms, a great development experience,
Python project packaging following PyPA guidelines to avoid
hacky imports, experiment management and tracking with Hydra
and Weights & Biases, checkpointing for research experiments
compatible with Weights & Biases, and code quality enforcement
with pre-commit.
keywords:
- python
- machine learning
- reproducibility
- containers
- template
license: MIT