Skip to content

Commit

Permalink
Merge pull request #125 from FrancescoSaverioZuppichini/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
FrancescoSaverioZuppichini authored Oct 24, 2020
2 parents 3c029a8 + 74d768f commit 1b65123
Show file tree
Hide file tree
Showing 51 changed files with 3,065 additions and 2,816 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/doc_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme recommonmark torch torchvision
pip install sphinx sphinx_rtd_theme recommonmark torch torchvision pandas tqdm torchsummary timm pretrainedmodels
- name: Build doc
run: |
cd ./docs
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest torch torchvision coverage requests tqdm
pip install flake8 pytest torch torchvision coverage requests tqdm timm pretrainedmodels efficientnet_pytorch torchsummary
pip install git+https://github.com/sksq96/pytorch-summary.git
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
docs/_build/
#
*.pth
.vscode/
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -131,3 +130,5 @@ dmypy.json

# Pyre type checker
.pyre/

table-torchvision.md
Loading

0 comments on commit 1b65123

Please sign in to comment.