-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
30 lines (29 loc) · 855 Bytes
/
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
cff-version: 1.2.0
message: >-
If you use this software in your research, please
cite it as below.
type: software
title: Lottery Ticket Hypothesis
abstract: >-
A PyTorch implementation of the Lottery Ticket
algorithm introduced by Frankle et al. in "The
Lottery Ticket Hypothesis: Finding Sparse,
Trainable Neural Networks".
authors:
- given-names: David
family-names: Neumann
email: [email protected]
affiliation: Fraunhofer HHI
orcid: 'https://orcid.org/0000-0003-1907-8329'
keywords:
- Deep Learning
- Python
- PyTorch
- PyTorch Implementation
- Lottery Ticket Hypothesis
- Pruning
version: 0.1.0
date-released: 2022-10-20
license: MIT
repository: https://github.com/lecode-official/pytorch-lottery-ticket-hypothesis.git
url: https://github.com/lecode-official/pytorch-lottery-ticket-hypothesis