Skip to content

Commit e43ce37

Browse files
committed
Merge branch 'dev_1.20.0' into lizaitang-main_great_score
2 parents f6e67bc + f9600a4 commit e43ce37

File tree

97 files changed

+269
-6802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+269
-6802
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ If applicable, add screenshots to help explain your problem.
2424
- OS
2525
- Python version
2626
- ART version or commit number
27-
- TensorFlow / Keras / PyTorch / MXNet version
27+
- TensorFlow / Keras / PyTorch version

.github/actions/tf-faster-rcnn/Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/actions/tf-faster-rcnn/action.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/actions/tf-faster-rcnn/run.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/ci-lingvo.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/ci-mxnet.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/ci-tf-faster-rcnn.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get install -y python3 python3-distutils python3-pip
77
RUN pip3 install tensorflow==2.9.1 keras==2.9.0 numpy==1.22.4 scipy==1.8.1 matplotlib==3.5.2 scikit-learn==1.1.2 \
88
six==1.15.0 Pillow==9.2.0 pytest-cov==3.0.0 tqdm==4.64.0 statsmodels==0.13.2 pydub==0.25.1 \
99
resampy==0.3.1 ffmpeg-python==0.2.0 cma==3.2.2 pandas==1.4.3 h5py==3.7.0 tensorflow-addons==0.17.1 \
10-
mxnet==1.6.0 torch==1.12.0 torchaudio==0.12.0 torchvision==0.13.0 catboost==1.0.6 GPy==1.10.0 \
10+
torch==1.12.0 torchaudio==0.12.0 torchvision==0.13.0 catboost==1.0.6 GPy==1.10.0 \
1111
lightgbm==3.3.2 xgboost==1.6.1 kornia==0.6.6 lief==0.12.1 pytest==7.1.2 pytest-pep8==1.0.6 \
1212
pytest-mock==3.8.2 requests==2.28.1
1313

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Please describe the tests that you ran to verify your changes. Consider listing
2525
- OS
2626
- Python version
2727
- ART version or commit number
28-
- TensorFlow / Keras / PyTorch / MXNet version
28+
- TensorFlow / Keras / PyTorch version
2929

3030
# Checklist
3131

0 commit comments

Comments
 (0)