Skip to content

fix: fixed the issues with the alexnet, unet and resnet models due to… #402

fix: fixed the issues with the alexnet, unet and resnet models due to…

fix: fixed the issues with the alexnet, unet and resnet models due to… #402

Workflow file for this run

name: test-unet
on: [push, pull_request, workflow_dispatch]
jobs:
run-nightly-tests:
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout 🛎️Ivy Models
uses: actions/checkout@v2
with:
lfs: true
path: models
persist-credentials: false
- name: Run Tests
run: |
cd models
docker run --rm -v `pwd`:/models unifyai/models:latest python3 -m pytest ivy_models_tests/unet