Skip to content

Commit

Permalink
Add workaround for vlfeat.org's expired TLS cert
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Dec 11, 2022
1 parent 9fc62d1 commit befc07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: wget https://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat
- run: wget --no-check-certificate https://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat
- run: python neural_style.py --content examples/1-content.jpg --styles examples/1-style.jpg --output test-$(date +%s).png --iterations 2
fmt:
name: Format
Expand Down

0 comments on commit befc07b

Please sign in to comment.