issues
search
fgnt
/
padertorch
A collection of common functionality to simplify the design, training and evaluation of machine learning models based on pytorch with an emphasis on speech processing.
MIT License
71
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
change Configurable to support type inference in pycharm for new and from_config
#162
boeddeker
closed
3 months ago
0
fix git dependency in setup.py
#161
boeddeker
closed
4 months ago
0
prepare for pypi
#160
boeddeker
closed
4 months ago
1
fix doctests for numpy 2
#159
boeddeker
closed
4 months ago
0
contrib: fix scipy.signal.windows
#158
boeddeker
closed
5 months ago
0
fix tests and contrib: lazy import of torch_complex
#157
boeddeker
closed
5 months ago
1
Updates to contrib: Add audio synthesis from spectrogram
#156
michael-kuhlmann
closed
7 months ago
0
contrib: Updates to time-frequency feature extractors
#155
michael-kuhlmann
closed
7 months ago
0
contrib: Add torch-based time-frequency feature extractors
#154
michael-kuhlmann
closed
7 months ago
0
multiple updates
#153
JanekEbb
opened
10 months ago
1
Add Speaker embedding models to contrib
#152
TCord
closed
11 months ago
1
Add workaround for torch==1.12.0 bug
#151
alexanderwerning
closed
1 year ago
0
Segmentation Fault when Training Model
#150
samly97
closed
1 year ago
2
Add simple visualization tools to compute and view CNN receptive field
#149
michael-kuhlmann
closed
1 year ago
0
Remove azure-pipelines-yml. We use GitHub Actions and azure is broken.
#148
boeddeker
closed
1 year ago
1
Fix GitHub actions
#147
michael-kuhlmann
closed
1 year ago
5
Add alignment reader for Praat textgrid files
#146
michael-kuhlmann
closed
1 year ago
0
Treat SparseArray as an array in collate_fn
#145
thequilo
opened
1 year ago
0
stft: fix padding when fading is disabled
#144
boeddeker
closed
1 year ago
0
fix ignored padding argument when fading is disabled
#143
boeddeker
closed
1 year ago
1
Fix PIT example
#142
TCord
closed
1 year ago
1
minor changes and add freeze_stats argument in normalization module …
#141
JanekEbb
closed
1 year ago
1
Add distance estimator example
#140
tobvogel
closed
2 years ago
1
Drop Python 3.6?
#139
boeddeker
closed
2 years ago
2
Robustify configurable, more options for testrun and contrib changes
#138
boeddeker
closed
2 years ago
1
Remove unused padercontrib import in contrib/cb
#137
boeddeker
closed
2 years ago
1
add optional codebarbon emissions tracking to trainer
#136
JanekEbb
closed
2 years ago
0
add freeze method in Conv and Normalization Modules
#135
JanekEbb
closed
2 years ago
0
Update OR-PIT README.md
#134
alexanderwerning
opened
2 years ago
0
Windows tests
#133
alexanderwerning
opened
2 years ago
0
segmenter fix fix: only pad if remainder > 0
#132
JanekEbb
closed
2 years ago
0
fix padding in segmenter for mode == 'constant'
#131
JanekEbb
closed
2 years ago
0
fix training flag in modify_summary
#130
boeddeker
closed
2 years ago
1
to_numpy: Fix for torch 1.10 and complex numbers
#129
boeddeker
closed
2 years ago
1
Remove unused modules from ConvNet
#128
thequilo
closed
2 years ago
1
Contrib: Tracker code to analyse the NN
#127
boeddeker
closed
2 years ago
2
configurable: fix class_to_str to return correct module for bound met…
#126
boeddeker
closed
3 years ago
0
Rework PIT example train.py and data.py
#125
sibange
opened
3 years ago
1
configurable: fix import_class and class_to_str
#124
boeddeker
closed
3 years ago
1
fix tests for torch 1.10 and modified my contrib
#123
boeddeker
closed
3 years ago
0
Add buffers type to ReviewSummary
#122
TCord
closed
3 years ago
0
configurable: add dataclass support and minor improvements
#121
boeddeker
closed
3 years ago
1
Add soft max to SDR and log-MSE losses
#120
thequilo
closed
3 years ago
2
Add sa-SDR loss function
#119
thequilo
closed
3 years ago
1
fix example_to_device
#118
boeddeker
closed
3 years ago
2
Add review visualization utilities
#117
boeddeker
opened
3 years ago
0
Fix tqdm for jupyter
#116
boeddeker
closed
3 years ago
0
add reference tracking to example_to_device and example_to_numpy
#115
boeddeker
closed
3 years ago
1
Remove numpy and cython imports from setup.py
#114
thequilo
closed
3 years ago
1
Update pt.data.batch
#113
thequilo
closed
3 years ago
2
Next