-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenvironment.yml
More file actions
36 lines (36 loc) · 764 Bytes
/
environment.yml
File metadata and controls
36 lines (36 loc) · 764 Bytes
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
33
34
35
36
name: im2latex
channels:
- defaults
- pytorch
- nvidia
- conda-forge
dependencies:
- python=3.8
- cudatoolkit=11.1
- pytorch=1.8.1
- torchvision=0.9.1
- pytorch-lightning=1.3.0
- torchmetrics=0.3.1
- smart_open
- fastapi
- uvicorn
- streamlit
- editdistance
- toml
## dev
# wandb issue: https://discuss.pytorch.org/t/runtimeerror-module-backward-hook-for-grad-input-is-called-before-the-grad-output-one-this-happens-because-the-gradient-in-your-nn-m-odule-flows-to-the-modules-input-without-passing-through-the-modules-output/119763/8
- wandb=0.10.20
- jupyterlab
- matplotlib
# test
- pytest
- pytest-xdist
# linter
- pycodestyle
- pylint
- pydocstyle
- mypy
- bandit
- safety
# formatter
- black