Skip to content

Introduce wav2vec2 pretraining. #1204

Introduce wav2vec2 pretraining.

Introduce wav2vec2 pretraining. #1204

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

ci_lint_py.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Lint Python / Lint: src/fairseq2/datasets/utils.py#L170
Invalid type comment or annotation
Lint Python / Lint: src/fairseq2/datasets/speech.py#L267
Returning Any from function declared to return "Tensor"
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/common.py#L129
Incompatible types in assignment (expression has type "Tensor", variable has type "int")
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/eval.py#L259
Argument 1 to "update_quantizer_metrics" of "Wav2Vec2MetricBag" has incompatible type "VectorQuantizerOutput"; expected "GumbelVectorQuantizerOutput"
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/train.py#L191
Item "DataClass" of "DataClass | None" has no attribute "encoder_config"
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/train.py#L191
Item "None" of "DataClass | None" has no attribute "encoder_config"
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/train.py#L246
Argument 1 to "__call__" of "DelegatingDatasetLoader" has incompatible type "str | AssetCard | Path"; expected "str | AssetCard"
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/train.py#L461
Argument 1 to "update_quantizer_metrics" of "Wav2Vec2MetricBag" has incompatible type "VectorQuantizerOutput"; expected "GumbelVectorQuantizerOutput"
Lint Python / Lint
Process completed with exit code 1.
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/.