Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSealL committed Mar 19, 2019
1 parent abb8aac commit e137477
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
python:
- "3.6"
cache: pip

install:
- pip install tensorflow torch torchvision
- pip install -U -e .
script:
- unzip -q data/BenchmarkNoisyBlocksSrgb -d data/
- unzip -q data/Test_LR -d data/Test_LR
- RSR_TEST_DIR=data/Test_LR
- RSR_SAVE_DIR=results/rsr
- . one_click_ntire19_rsr.sh
- DRN_TEST_MAT=data/BenchmarkNoisyBlocksSrgb/BenchmarkNoisyBlocksSrgb.mat
- DRN_SAVE_DIR=results/drn
- . one_click_ntire19_drn.sh
Empty file added data/.gitkeep
Empty file.

0 comments on commit e137477

Please sign in to comment.