Skip to content

Introduce wav2vec2 pretraining. #1203

Introduce wav2vec2 pretraining.

Introduce wav2vec2 pretraining. #1203

Triggered via pull request August 26, 2024 10:12
Status Failure
Total duration 3m 56s
Artifacts

ci_lint_py.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L25
Missing type parameters for generic type "ndarray"
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L76
No overload variant matches argument types "float", "int", "int"
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L79
Incompatible types in assignment (expression has type "list[int]", variable has type "ndarray[Any, dtype[Any]]")
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L82
Incompatible types in assignment (expression has type "list[int]", variable has type "ndarray[Any, dtype[Any]]")
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L90
Need type annotation for "mask_idc" (hint: "mask_idc: list[<type>] = ...")
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L92
Function is missing a type annotation
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L108
Module has no attribute "int"
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L117
Incompatible types in assignment (expression has type "ndarray[Any, dtype[Any]]", variable has type "list[Any]")
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L123
Incompatible types in assignment (expression has type "ndarray[Any, Any]", variable has type "list[Any]")
Lint Python / Lint: src/fairseq2/nn/utils/fairseq1_mask.py#L125
Incompatible types in assignment (expression has type "ndarray[Any, dtype[Any]]", variable has type "list[Any]")
Lint Python / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.