Skip to content

Updated the losses.py for the reduction loss function #104

Updated the losses.py for the reduction loss function

Updated the losses.py for the reduction loss function #104

Workflow file for this run

name: pull_workflow
on:
pull_request_target:
types: [synchronize,opened,closed]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@v6
with:
script: |
const script = require('./\.github/workflows/scripts/pull_workflow.js')
script({github, context})