rwth-i6 / i6_models

Collection of NN-Model parts
Mozilla Public License 2.0
1 stars 0 forks source link

Legacy-like zero-Specaugment implementation #34

Closed JackTemaki closed 1 year ago

JackTemaki commented 1 year ago

Thanks to @mmz33 , here some specaugment compatible to old Returnn/TF setups. Code follows mostly the Tensorflow implementation.

vieting commented 1 year ago

Is the rationale to be as close as possible to the old implementation or just to replicate the behavior as good as possible?

JackTemaki commented 1 year ago

Is the rationale to be as close as possible to the old implementation or just to replicate the behavior as good as possible?

In my opinion it could also be only replicating, so yes I can go over the code and use better names.