Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to github action #3137

Merged
merged 5 commits into from
Jun 27, 2020
Merged

Migrate to github action #3137

merged 5 commits into from
Jun 27, 2020

Conversation

xvjiarui
Copy link
Collaborator

No description provided.

@xvjiarui xvjiarui requested a review from hellock June 27, 2020 14:40
python-version: [3.6, 3.7]
torch: [1.3.0, 1.5.0]
cuda: [10.1]
cudnn: [7]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cuda and cudnn seems unused.

torchvision: 0.6.0
cuda_arch: "7.0"


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An unnecessary blank line.

CUDA_SHORT: 10.1
UBUNTU_VERSION: ubuntu1804
FORCE_CUDA: 1
runs-on: ubuntu-latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May put this line at the top.

sudo apt-get install -y ninja-build
- name: Install PyTorch
run: |
pip install Pillow==6.2.2 # remove this line when torchvision>=0.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the version of torchvision?

@hellock hellock merged commit 581b4fd into open-mmlab:master Jun 27, 2020
mike112223 pushed a commit to mike112223/mmdetection that referenced this pull request Aug 25, 2020
* migrate to github action

* fixed typo

* install pycocotools

* resolve comments

* fixed syntax
FANGAreNotGnu pushed a commit to FANGAreNotGnu/mmdetection that referenced this pull request Oct 23, 2023
Co-authored-by: gidler <gidler@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants