Skip to content

Validation every N steps, tensorboard logging bugfix #708

Validation every N steps, tensorboard logging bugfix

Validation every N steps, tensorboard logging bugfix #708

Workflow file for this run

name: Mirror to CASUS
on: [push, delete]
jobs:
mirror-to-CASUS:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror-repository
uses: spyoungtech/[email protected]
with:
REMOTE: 'ssh://[email protected]/casus/mala.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
DEBUG: "true"