Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/tf.keras' into refactor/…
Browse files Browse the repository at this point in the history
…losses-metrics
  • Loading branch information
qubvel committed Aug 7, 2019
2 parents 8fbf9be + 7d6c961 commit b5f51d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ install:
# install lib in develop mode
- pip install -e .[tests]

# permanent fixes #TODO: remove
- pip install -U git+https://github.com/qubvel/classification_models@feature/tf.keras
- pip install -U git+https://github.com/qubvel/efficientnet

# detect one of markdown files is changed or not
- export DOC_ONLY_CHANGED=False;
- if [ $(git diff --name-only HEAD~1 | wc -l) == "1" ] && [[ "$(git diff --name-only HEAD~1)" == *"md" ]]; then
Expand All @@ -66,4 +62,4 @@ script:
# set up keras backend
- if [[ "$DOC_ONLY_CHANGED" == "False" ]]; then
PYTHONPATH=$PWD:$PYTHONPATH py.test tests/;
fi
fi
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
keras_applications>=1.0.7,<=1.0.8
keras_applications>=1.0.7,<=1.0.8
image-classifiers==1.0.0b1
efficientnet==1.0.0b2

0 comments on commit b5f51d8

Please sign in to comment.