Skip to content

KeyError: 'source_2_path' when training ConvTasNet using enh_single mode #1538

KeyError: 'source_2_path' when training ConvTasNet using enh_single mode

KeyError: 'source_2_path' when training ConvTasNet using enh_single mode #1538

Workflow file for this run

name: Automatic Rebase
# https://github.com/marketplace/actions/automatic-rebase
on:
issue_comment:
types: [created]
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.3.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}