Skip to content

Add padding for convTranspose2d ops of fast style transfer example (#… #143

Add padding for convTranspose2d ops of fast style transfer example (#…

Add padding for convTranspose2d ops of fast style transfer example (#… #143

Workflow file for this run

name: deploy
on:
push:
branches:
- master
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: recursive
- name: Lint
run: |
npm install
npm run lint
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
BRANCH: gh-pages
FOLDER: .
CLEAN: true