Skip to content

RuntimeError: stack expects each tensor to be equal size, but got [5898240] at entry 0 and [17694720] at entry 1 - MeanIoU #92

RuntimeError: stack expects each tensor to be equal size, but got [5898240] at entry 0 and [17694720] at entry 1 - MeanIoU

RuntimeError: stack expects each tensor to be equal size, but got [5898240] at entry 0 and [17694720] at entry 1 - MeanIoU #92

name: auto-assignment
on:
issues:
types:
- opened
permissions:
contents: read
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
const script = require('./\.github/workflows/scripts/auto-assignment.js')
script({github, context})