Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Ping keras-segmentation==0.2.0 #415

Merged
merged 18 commits into from
Mar 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d674930
Add vgg16 and nasnet to v2 application
jiafatom Feb 26, 2020
c731d6f
Add vgg16 and nasnet to v2 application
jiafatom Feb 26, 2020
e389ae3
Merge branch 'test_tfl' of https://github.com/jiafatom/keras-onnx int…
jiafatom Feb 26, 2020
d200756
Merge branch 'master' into test_tfl
jiafatom Feb 26, 2020
4dd8869
Add DepthwiseConv2d to subclassed model and efficient-net test cases …
wenbingl Feb 25, 2020
7f9add8
Merge branch 'test_tfl' of https://github.com/jiafatom/keras-onnx
jiafatom Feb 26, 2020
1bb0e71
Merge branch 'master' of https://github.com/jiafatom/keras-onnx
jiafatom Feb 26, 2020
0cbfd4b
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Feb 26, 2020
59cf5dd
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Feb 28, 2020
99c9428
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Feb 28, 2020
86559d9
Merge branch 'master' of https://github.com/jiafatom/keras-onnx
jiafatom Mar 6, 2020
614e418
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Mar 9, 2020
d226a48
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Mar 11, 2020
aea5db7
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Mar 18, 2020
4fb0eb1
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Mar 19, 2020
9a1da8d
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Mar 25, 2020
af09194
Merge branch 'master' of https://github.com/onnx/keras-onnx
jiafatom Mar 28, 2020
853ea6d
Ping keras-segmentation==0.2.0
jiafatom Mar 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/linux-CI-keras-applications-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
$(INSTALL_ORT)
pip install opencv-python
pip install tqdm
pip install keras-segmentation
pip install keras-segmentation==0.2.0
git clone https://github.com/matterport/Mask_RCNN
cd Mask_RCNN
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/win32-CI-keras-applications-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
%INSTALL_ORT%
pip install opencv-python
pip install tqdm
pip install keras-segmentation
pip install keras-segmentation==0.2.0
pip install matplotlib
git clone https://github.com/qqwweee/keras-yolo3
%INSTALL_KERAS_RESNET%
Expand Down