Skip to content

Commit

Permalink
Merge pull request #77 from grok-ai/develop
Browse files Browse the repository at this point in the history
Version 0.2.2
  • Loading branch information
lucmos authored Jun 13, 2022
2 parents c003ff9 + ef4d254 commit 32037ae
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
Generic template to bootstrap your [PyTorch](https://pytorch.org/get-started/locally/) project,
read more in the [documentation](https://grok-ai.github.io/nn-template).

![nn-template-asciinema](https://s8.gifyu.com/images/optimized.gif)


## Get started

If you already know [cookiecutter](https://github.com/cookiecutter/cookiecutter), just generate your project with:
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"repository_url": "https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.project_name.strip().lower().replace(' ', '-') }}",
"conda_env_name": "{{ cookiecutter.project_name.strip().lower().replace(' ', '-') }}",
"python_version": "3.9",
"__version": "0.2.1"
"__version": "0.2.2"
}
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ cookiecutter https://github.com/grok-ai/nn-template

---

![nn-template-asciinema](https://s8.gifyu.com/images/optimized.gif)

---

Generic cookiecutter template to bootstrap [PyTorch](https://pytorch.org/get-started/locally/) projects
and to avoid writing boilerplate code to integrate:

Expand Down
16 changes: 16 additions & 0 deletions docs/papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ hide:

The following papers acknowledge the adoption of NN Template:

!!! abstract "arXiv 2022"

**Metric Based Few-Shot Graph Classification**

*Donato Crisostomi, Simone Antonelli, Valentino Maiorca, Luca Moschella, Riccardo Marin, Emanuele Rodolà*

[![](https://shields.io/badge/-Repository-emerald?style=for-the-badge&logo=github&labelColor=gray)](https://github.com/crisostomi/metric-few-shot-graph)

!!! abstract "Computer Graphics Forum: CGF 2022"

**Learning Spectral Unions of Partial Deformable 3D Shapes**

*Luca Moschella, Simone Melzi, Luca Cosmo, Filippo Maggioli, Or Litany, Maks Ovsjanikov, Leonidas Guibas, Emanuele Rodolà*

[![](https://shields.io/badge/-Repository-emerald?style=for-the-badge&logo=github&labelColor=gray)](https://github.com/lucmos/spectral-unions)

!!! abstract "Findings of the Association for Computational Linguistics: EMNLP 2021"

**WikiNEuRal: Combined Neural and Knowledge-based Silver Data Creation for Multilingual NER**
Expand Down
4 changes: 2 additions & 2 deletions {{ cookiecutter.repository_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black.git
rev: '22.1.0'
rev: '22.3.0'
hooks:
- id: black
- id: black-jupyter
Expand Down Expand Up @@ -75,7 +75,7 @@ repos:
- id: nbstripout

- repo: https://github.com/PyCQA/bandit
rev: '1.7.1'
rev: '1.7.4'
hooks:
- id: bandit
args: ['-c', 'pyproject.toml', '--recursive', 'src']
Expand Down

0 comments on commit 32037ae

Please sign in to comment.