Skip to content

Naming conventions in torchaudio models #721

@jimchen90

Description

@jimchen90

🚀 Feature

For size names, add naming conventions n_* in torchaudio models

Motivation

As mentioned in torchaudio conventions, "For size names, the prefix n_ is used (e.g. "a tensor of size (n_freq, n_mel)") whereas dimension names do not have this prefix (e.g. "a tensor of dimension (channel, time)")"

How about we change the size names in torchaudio models wav2letter and waveRNN(#705, #724 ) so that they follow this n_* format?

For example: num_* to n_*

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions