returnn 1.20240611.113715__tar.gz → 1.20240614.213333__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of returnn might be problematic. Click here for more details.
- {returnn-1.20240611.113715/returnn.egg-info → returnn-1.20240614.213333}/PKG-INFO +1 -1
- returnn-1.20240614.213333/_setup_info_generated.py +2 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/dims.py +34 -7
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/normalization.py +23 -5
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/_tensor_extra.py +13 -10
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/frontend/_backend.py +7 -17
- returnn-1.20240614.213333/returnn/util/math.py +28 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333/returnn.egg-info}/PKG-INFO +1 -1
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_Util.py +20 -0
- returnn-1.20240611.113715/_setup_info_generated.py +0 -2
- returnn-1.20240611.113715/returnn/util/math.py +0 -11
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/.editorconfig +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/.gitignore +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/.gitmodules +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/.kateconfig +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/CHANGELOG.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/CODEOWNERS +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/CONTRIBUTING.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/LICENSE +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/MANIFEST.in +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/README.rst +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/12AX.cluster_map +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/_setup_returnn_env.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-fwd.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-horovod-mpi.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-horovod-mpi.py.sh +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-horovod-mpi.sh +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-hyper-param-tuning.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-iter-dataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-list-devices.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-lua-torch-layer.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-pretrain.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-record-and-push-to-webserver.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-returnn-as-framework.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-rf-pt-benchmark.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-rf.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-rhn-enwik8.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-sprint-interface.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-att-copy.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-attention.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-chunking-blstm.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-contribrnn-lstm.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-enc-dec.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-hard-att-copy.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-lstm-benchmark.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-maxgradnorm-lstm.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm-lowmem.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm2.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm2.12ax.tuned.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-neural-transducer.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-rec-explicit-lstm.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-rec-explicit-rnn.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-rec-self-att.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-search-compiled-graph.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-vanilla-lstm.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-timit-lstm-ctc.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-torch.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-upd-mult-model.lstm.12ax.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo.sh +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/IAM_lines/a01-007-06.png +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/README.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/chars.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/config_demo +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/config_fwd +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/config_real +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/create_IAM_dataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/decode.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/features/raw/demo.h5 +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/go.sh +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/lines.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/split/eval.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/split/train.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/split/valid.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial/create_test_h5.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial/forwardconfig +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial/go.sh +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial/trainconfig +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial_rgb/create_test_h5.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial_rgb/forwardconfig +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial_rgb/go.sh +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial_rgb/trainconfig +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/pyproject.toml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/requirements.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/__main__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/__old_mod_loader__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/__setup__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/config.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/audio.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/basic.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/bundle_file.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/cached.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/cached2.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/distrib_files.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/generating.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/hdf.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/lm.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/map.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/meta.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/multi_proc.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/normalization_data.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/numpy_dump.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/raw_wav.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/sprint.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/stereo.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/util/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/util/feature_extraction.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/util/strings.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/util/vocabulary.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/engine/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/engine/base.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/engine/batch.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/__main__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/.git +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/.gitignore +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/LICENSE +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/aligner.gif +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/check.png +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/core.cu +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/core.h +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/core_cpu.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/LICENSE +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/MANIFEST.in +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/binding.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.cu +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.h +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/requirements.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/setup.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/test.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/ref_rna.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/setup.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op.cc +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op_kernel_tmpl.h +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/test.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/edit.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/reroute.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/select.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/subgraph.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/transform.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/graph_editor/util.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/forward_iface.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_backend.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/backend.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/backend.hpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/module.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/module.hpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/py_utils.hpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/tensor_ops.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_native/tensor_ops.hpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_numpy_backend.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_random_journal.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/_utils.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/array_.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/attention.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/audio/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/audio/mel.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/audio/specaugment.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/backend.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/cond.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/const.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/container.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/control_flow_ctx.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/conv.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/decoder/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/decoder/transformer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/device.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/dropout.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/dtype.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/encoder/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/encoder/base.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/encoder/conformer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/gradient.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/graph.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/hooks.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/init.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/label_smoothing.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/linear.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/loop.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/loss.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/math_.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/matmul.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/module.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/parameter.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/rand.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/rec.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/reduce.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/run_ctx.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/signal.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/state.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/tensor_array.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/frontend/types.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/import_/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/import_/common.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/import_/git.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/import_/import_.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/learning_rate_control.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/log.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/native_op.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/native_op.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/pretrain.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/sprint/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/sprint/cache.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/sprint/control.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/sprint/error_signals.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/sprint/extern_interface.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/sprint/interface.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/_dim_extra.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/_tensor_mixin_base.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/_tensor_op_overloads.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/control_flow_ctx.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/dim.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/marked_dim.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/tensor.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/tensor_dict.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tensor/utils.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/compat.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/data_pipeline.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/distributed.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/engine.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/_backend.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/_utils.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/cond.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/config_entry_points.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/debug_eager_mode.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/dims.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/layer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/loop.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/make_layer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/masked_computation.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/parameter_assign.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_layers/prev_tensor_ref.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_low_level/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/frontend_low_level/_backend.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/horovod.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/hyper_param_tuning.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/layers/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/layers/base.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/layers/basic.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/layers/rec.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/layers/segmental_model.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/layers/signal_processing.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/layers/variable.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/native_op.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/network.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/sprint.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/updater.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/util/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/util/basic.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/util/data.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/util/gradient_checkpoint.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/util/ken_lm.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/tf/util/open_fst.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/data/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/data/extern_data.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/data/pipeline.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/data/queued_data_iter.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/data/returnn_dataset_wrapper.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/data/tensor_utils.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/distributed.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/engine.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/frontend/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/frontend/_rand.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/frontend/bridge.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/frontend/raw_ops.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/updater.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/util/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/util/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/util/diagnose_gpu.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/torch/util/scaled_gradient.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/__init__.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/basic.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/better_exchook.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/bpe.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/debug.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/debug_helpers.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/file_cache.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/fsa.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/literal_py_to_pickle.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/multi_proc_non_daemonic_spawn.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/native_code_compiler.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/pprint.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/py-to-pickle.cpp +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/py_compat.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/py_ext_mod_compiler.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/result_with_reason.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/sig_proc.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/task_system.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/train_proc_manager.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/util/watch_memory.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn.egg-info/SOURCES.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn.egg-info/dependency_links.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn.egg-info/top_level.txt +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/rnn.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/setup.cfg +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/setup.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/DummySprintExec.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm-inspection-profile.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/.gitignore +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/.name +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/codeStyleSettings.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/codeStyles/Project.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/codeStyles/codeStyleConfig.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/inspectionProfiles/Project_Default.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/misc.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/modules.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/returnn.iml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/PyCharm.idea/scopes/scope_settings.xml +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/_set_num_threads1.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/_setup_returnn_env.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/_setup_test_env.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/bpe-unicode-demo.codes +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/bpe-unicode-demo.vocab +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/lexicon_opt.fst +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/lexicon_opt.isyms +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/lexicon_opt.jpg +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/lexicon_opt.osyms +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/lint_common.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/pycharm-inspect.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/pylint.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/returnn-as-framework.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/rf_utils.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/spelling.dic +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_Config.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_Dataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_Fsa.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_GeneratingDataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_HDFDataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_LearningRateControl.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_Log.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_MultiProcDataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_Pretrain.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_ResNet.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_SprintDataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_SprintInterface.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TFEngine.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TFNativeOp.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TFNetworkLayer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TFNetworkRecLayer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TFNetworkSigProcLayer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TFUpdater.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TFUtil.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TF_determinism.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TaskSystem.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TaskSystem_SharedMem.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_TranslationDataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_demos.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_fork_exec.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_hdf_dump.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_array.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_attention.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_base.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_cond.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_const.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_container.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_conv.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_encoder_conformer.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_gradient.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_label_smoothing.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_loop.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_math.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_normalization.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_rec.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_reduce.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_rf_signal.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_tensor.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_tools.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_torch_dataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_torch_engine.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_torch_frontend.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tests/test_torch_internal_frontend.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/_setup_returnn_env.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/analyze-dataset-batches.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/bliss-collect-seq-lens.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/bliss-dump-text.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/bliss-get-segment-names.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/bliss-to-ogg-zip.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/bpe-create-lexicon.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/calculate-word-error-rate.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/cleanup-old-models.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/collect-orth-symbols.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/collect-words.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/compile_native_op.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/compile_tf_graph.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/debug-dump-search-scores.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/debug-plot-search-scores.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/dump-dataset-raw-strings.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/dump-dataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/dump-forward-stats.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/dump-forward.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/dump-network-json.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/dump-pickle.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/extract_state_tying_from_dataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/get-attention-weights.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/get-best-model-epoch.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/hdf_dump.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/hdf_dump_translation_dataset.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/import-blocks-mt-model.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/import-t2t-mt-model.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/.gitignore +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/Makefile +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/example/README.md +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/example/libs_list +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.keep_over_epoch.lstm2.config +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/example/rescore_lattice.sh +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/example/state_vars_list +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/example/tensor_names_list +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/file.h +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/htklatticerescorer.cc +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/htklatticerescorer.h +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/main.cc +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/rescorer.h +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/vocabulary.cc +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/lattice_rescorer/vocabulary.h +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/tf_avg_checkpoints.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/tf_inspect_checkpoint.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/tf_inspect_summary_log.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/torch_avg_checkpoints.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/torch_export_to_onnx.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/torch_inspect_checkpoint.py +0 -0
- {returnn-1.20240611.113715 → returnn-1.20240614.213333}/tools/torch_inspect_checkpoint_and_opt.py +0 -0
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Utilities for dimension tags, dimensions, axes.
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
from __future__ import annotations
|
|
7
6
|
from typing import Optional, Union, TypeVar, Sequence, Tuple
|
|
8
7
|
from returnn.tensor import Tensor, Dim
|
|
@@ -18,6 +17,7 @@ __all__ = [
|
|
|
18
17
|
"replace_dim",
|
|
19
18
|
"dim_match_priority_when_needed",
|
|
20
19
|
"num_elements_of_shape",
|
|
20
|
+
"masked_fraction_of_shape",
|
|
21
21
|
]
|
|
22
22
|
|
|
23
23
|
|
|
@@ -122,11 +122,19 @@ def dim_match_priority_when_needed(dim: Dim, *other_dims: Dim) -> Dim:
|
|
|
122
122
|
return dim
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
def num_elements_of_shape(dims: Sequence[Dim]) -> Union[int, Tensor]:
|
|
125
|
+
def num_elements_of_shape(dims: Union[Dim, Sequence[Dim]], *, use_mask: bool = True) -> Union[int, Tensor]:
|
|
126
126
|
"""
|
|
127
127
|
:param dims:
|
|
128
|
+
:param use_mask:
|
|
128
129
|
:return: num elements of a tensor of shape dims, properly considering masking
|
|
129
130
|
"""
|
|
131
|
+
if isinstance(dims, Dim):
|
|
132
|
+
dims = [dims]
|
|
133
|
+
if not use_mask:
|
|
134
|
+
n = 1
|
|
135
|
+
for dim in dims:
|
|
136
|
+
n *= dim.get_dim_value_tensor()
|
|
137
|
+
return n
|
|
130
138
|
if all(dim.is_static() for dim in dims):
|
|
131
139
|
n = 1
|
|
132
140
|
for dim in dims:
|
|
@@ -135,7 +143,7 @@ def num_elements_of_shape(dims: Sequence[Dim]) -> Union[int, Tensor]:
|
|
|
135
143
|
|
|
136
144
|
n = 1
|
|
137
145
|
dims = list(dims)
|
|
138
|
-
dims.sort(key=lambda
|
|
146
|
+
dims.sort(key=lambda dim__: -dim__.dyn_size_ext.batch_ndim if dim__.dyn_size_ext else 0)
|
|
139
147
|
while dims:
|
|
140
148
|
dim = dims.pop(0)
|
|
141
149
|
if dim.is_static():
|
|
@@ -144,10 +152,29 @@ def num_elements_of_shape(dims: Sequence[Dim]) -> Union[int, Tensor]:
|
|
|
144
152
|
# E.g. dyn_size_ext is shape [B], and self has shape [B,T].
|
|
145
153
|
# Due to the sorting of dims above, dims will be [T,B], and we will first process T.
|
|
146
154
|
# We want to sum over dyn_size_ext, but then we need to remove the other dims it covers.
|
|
155
|
+
dims_to_reduce = []
|
|
147
156
|
for dim_ in dim.dyn_size_ext.dims:
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
157
|
+
if dim_ in dims:
|
|
158
|
+
assert not dim_.need_masking() # not implemented
|
|
159
|
+
dims.remove(dim_)
|
|
160
|
+
dims_to_reduce.append(dim_)
|
|
161
|
+
n_ = rf.reduce_sum(dim.dyn_size_ext, axis=dims_to_reduce) if dims_to_reduce else dim.dyn_size_ext
|
|
152
162
|
n *= n_
|
|
153
163
|
return n
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
def masked_fraction_of_shape(dims: Union[Dim, Sequence[Dim]], *, inverse: bool = False) -> Union[int, float, Tensor]:
|
|
167
|
+
"""
|
|
168
|
+
:param dims:
|
|
169
|
+
:param inverse: if True, return the inverse of the fraction
|
|
170
|
+
:return: :func:`num_elements_of_shape`(dims) / prod(dims) if not inverse else prod(dims) / num_elements
|
|
171
|
+
"""
|
|
172
|
+
if isinstance(dims, Dim):
|
|
173
|
+
dims = [dims]
|
|
174
|
+
if not any(dim.need_masking() for dim in dims):
|
|
175
|
+
return 1
|
|
176
|
+
num_elems_masked = num_elements_of_shape(dims)
|
|
177
|
+
num_elems_total = 1
|
|
178
|
+
for dim in dims:
|
|
179
|
+
num_elems_total *= dim.get_dim_value_tensor()
|
|
180
|
+
return (num_elems_masked / num_elems_total) if not inverse else (num_elems_total / num_elems_masked)
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Normalization functions such as batch norm
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
from __future__ import annotations
|
|
7
6
|
from typing import Optional, Sequence, Union, Tuple
|
|
8
7
|
from returnn.tensor import Tensor, Dim
|
|
@@ -12,15 +11,34 @@ import returnn.frontend as rf
|
|
|
12
11
|
__all__ = ["moments", "LayerNorm", "BatchNorm", "normalize", "Normalize"]
|
|
13
12
|
|
|
14
13
|
|
|
15
|
-
def moments(
|
|
14
|
+
def moments(
|
|
15
|
+
x: Tensor, axis: Union[Dim, Sequence[Dim]], *, use_mask: bool = True, correction: Union[int, float, Tensor] = 0
|
|
16
|
+
) -> Tuple[Tensor, Tensor]:
|
|
16
17
|
"""
|
|
17
18
|
:param x: input
|
|
18
|
-
:param axis: the axis to be reduced, to calculate statistics over
|
|
19
|
-
:
|
|
19
|
+
:param axis: the axis (or axes) to be reduced, to calculate statistics over
|
|
20
|
+
:param use_mask: whether to use a mask for dynamic spatial dims in the reduction
|
|
21
|
+
:param correction:
|
|
22
|
+
The variance will be estimated by ``sum((x - mean)**2) / (n-correction)``
|
|
23
|
+
where ``n`` is the number of elements in the axis (or the axes)
|
|
24
|
+
(with ``use_mask=True``, taking masking into account, using :func:`num_elements_of_shape`).
|
|
25
|
+
The default ``correction=0`` will return the biased variance estimation.
|
|
26
|
+
``correction=1`` is the `Bessel correction <https://en.wikipedia.org/wiki/Bessel%27s_correction>`__
|
|
27
|
+
and will return the unbiased variance estimation.
|
|
28
|
+
In PyTorch, there was an argument ``unbiased`` for this, but this changed recently to ``correction``
|
|
29
|
+
(`PyTorch issue #61492 <https://github.com/pytorch/pytorch/issues/61492>`__,
|
|
30
|
+
`Python Array API Standard
|
|
31
|
+
<https://data-apis.org/array-api/latest/API_specification/generated/array_api.var.html>`__).
|
|
32
|
+
In PyTorch, the default is ``correction=1``, which is the unbiased variance estimation,
|
|
33
|
+
while in most other frameworks, the default is ``correction=0``, which is the biased variance estimation.
|
|
34
|
+
:return: tuple (mean, variance). it has the same shape as the input with the axis removed
|
|
20
35
|
"""
|
|
21
36
|
mean = rf.reduce_mean(x, axis=axis)
|
|
22
37
|
# stop_gradient does not change the gradient here
|
|
23
|
-
variance = rf.reduce_mean(rf.squared_difference(x, rf.stop_gradient(mean)), axis=axis)
|
|
38
|
+
variance = rf.reduce_mean(rf.squared_difference(x, rf.stop_gradient(mean)), axis=axis, use_mask=use_mask)
|
|
39
|
+
if isinstance(correction, Tensor) or correction != 0:
|
|
40
|
+
n = rf.num_elements_of_shape(axis, use_mask=use_mask)
|
|
41
|
+
variance *= n / (n - correction)
|
|
24
42
|
return mean, variance
|
|
25
43
|
|
|
26
44
|
|
|
@@ -1262,13 +1262,15 @@ class _TensorMixin(_TensorMixinBase):
|
|
|
1262
1262
|
raw_tensor = backend.transpose_raw(raw_tensor, [p for p in out_permutation if p >= 0])
|
|
1263
1263
|
raw_tensor = backend.reshape_raw(raw_tensor, [raw_shape[p] if p >= 0 else 1 for p in out_permutation])
|
|
1264
1264
|
out_dims = [
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1265
|
+
(
|
|
1266
|
+
dims[i]
|
|
1267
|
+
if p >= 0
|
|
1268
|
+
else Dim(
|
|
1269
|
+
kind=dims[i].kind,
|
|
1270
|
+
description="%s_bc_dim1" % (dims[i].description or "unnamed"),
|
|
1271
|
+
dimension=1,
|
|
1272
|
+
auto_generated=True,
|
|
1273
|
+
)
|
|
1272
1274
|
)
|
|
1273
1275
|
for i, p in enumerate(out_permutation)
|
|
1274
1276
|
]
|
|
@@ -1300,6 +1302,7 @@ class _TensorMixin(_TensorMixinBase):
|
|
|
1300
1302
|
"""
|
|
1301
1303
|
Simpler variant of :func:`copy_compatible_to` which just takes a list of dims,
|
|
1302
1304
|
and uses simple Dim equality.
|
|
1305
|
+
This adds broadcast dims for any missing dims.
|
|
1303
1306
|
|
|
1304
1307
|
:param dims:
|
|
1305
1308
|
:return: raw tensor from self with dims permuted and broadcast dims added
|
|
@@ -3342,9 +3345,9 @@ class _TensorMixin(_TensorMixinBase):
|
|
|
3342
3345
|
max_match_priority = max(dim.match_priority for dim in self.dims)
|
|
3343
3346
|
return max(
|
|
3344
3347
|
matching,
|
|
3345
|
-
key=lambda ax: (
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
+
key=lambda ax: (
|
|
3349
|
+
(max_match_priority + 1) if (self.dims[ax] is other_axis_dim_tag) else self.dims[ax].match_priority
|
|
3350
|
+
),
|
|
3348
3351
|
)
|
|
3349
3352
|
|
|
3350
3353
|
other_to_self_mapping = {}
|
|
@@ -1258,7 +1258,7 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
1258
1258
|
assert all(isinstance(dim, Dim) for dim in axis)
|
|
1259
1259
|
raw_dims = [source.get_axis_from_description(dim) for dim in axis]
|
|
1260
1260
|
res_dims = [dim for i, dim in enumerate(source.dims) if i not in raw_dims]
|
|
1261
|
-
correction_factor:
|
|
1261
|
+
correction_factor: Union[None, float, Tensor] = None
|
|
1262
1262
|
if use_mask and any(dim.need_masking() for dim in axis):
|
|
1263
1263
|
source = source.copy()
|
|
1264
1264
|
dtype = source.raw_tensor.dtype
|
|
@@ -1270,21 +1270,7 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
1270
1270
|
mask_value = 0
|
|
1271
1271
|
elif mode == "mean":
|
|
1272
1272
|
mask_value = 0
|
|
1273
|
-
|
|
1274
|
-
if dim.need_masking():
|
|
1275
|
-
total_num_el = dim.get_dim_value_tensor()
|
|
1276
|
-
actual_num_el = dim.get_size_tensor()
|
|
1277
|
-
num_el_reduce_dims = [dim_ for dim_ in axis if dim_ in actual_num_el.dims]
|
|
1278
|
-
if num_el_reduce_dims:
|
|
1279
|
-
actual_num_el = rf.reduce_sum(actual_num_el, axis=num_el_reduce_dims)
|
|
1280
|
-
for dim_ in num_el_reduce_dims:
|
|
1281
|
-
total_num_el *= dim_.get_dim_value_tensor()
|
|
1282
|
-
correction_factor_ = rf.cast(total_num_el, source.dtype) / rf.cast(actual_num_el, source.dtype)
|
|
1283
|
-
correction_factor__ = correction_factor_.copy_compatible_to_dims_raw(res_dims)
|
|
1284
|
-
if correction_factor is None:
|
|
1285
|
-
correction_factor = correction_factor__
|
|
1286
|
-
else:
|
|
1287
|
-
correction_factor *= correction_factor__
|
|
1273
|
+
correction_factor = rf.masked_fraction_of_shape(axis, inverse=True)
|
|
1288
1274
|
else:
|
|
1289
1275
|
raise NotImplementedError(f"reduce_{mode} not implemented with masking on tensor {source!r}.")
|
|
1290
1276
|
for dim in axis:
|
|
@@ -1302,7 +1288,11 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
1302
1288
|
else:
|
|
1303
1289
|
raw_result = func(source.raw_tensor, dim=raw_dims)
|
|
1304
1290
|
if correction_factor is not None:
|
|
1305
|
-
raw_result *=
|
|
1291
|
+
raw_result *= (
|
|
1292
|
+
correction_factor.copy_compatible_to_dims_raw(res_dims).to(raw_result.device)
|
|
1293
|
+
if isinstance(correction_factor, Tensor)
|
|
1294
|
+
else correction_factor
|
|
1295
|
+
)
|
|
1306
1296
|
res = Tensor(
|
|
1307
1297
|
name=f"reduce_{mode}",
|
|
1308
1298
|
raw_tensor=raw_result,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Some mathematical functions, in pure NumPy.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
from __future__ import annotations
|
|
6
|
+
from typing import Union, Dict
|
|
7
|
+
import numpy
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def next_power_of_two(n: int) -> int:
|
|
11
|
+
"""next power of two, >= n"""
|
|
12
|
+
return 2 ** (int(n - 1).bit_length())
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class PiecewiseLinear:
|
|
16
|
+
"""
|
|
17
|
+
Piecewise linear function.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
def __init__(self, values: Dict[Union[int, float], Union[int, float]]):
|
|
21
|
+
self._sorted_items = sorted(values.items())
|
|
22
|
+
self._sorted_keys = numpy.array([x for x, _ in self._sorted_items])
|
|
23
|
+
self._sorted_values = numpy.array([y for _, y in self._sorted_items])
|
|
24
|
+
|
|
25
|
+
def __call__(self, x: Union[int, float]) -> Union[int, float]:
|
|
26
|
+
steps = self._sorted_keys
|
|
27
|
+
values = self._sorted_values
|
|
28
|
+
return numpy.interp(x, steps, values)
|
|
@@ -96,6 +96,26 @@ def test_slice_pad_zeros():
|
|
|
96
96
|
assert_equal(list(slice_pad_zeros(np.array([1, 2, 3, 4]), begin=2, end=6)), [3, 4, 0, 0])
|
|
97
97
|
|
|
98
98
|
|
|
99
|
+
def test_math_PiecewiseLinear():
|
|
100
|
+
from returnn.util.math import PiecewiseLinear
|
|
101
|
+
|
|
102
|
+
eps = 1e-5
|
|
103
|
+
f = PiecewiseLinear({1: 2, 3: 4, 5: 1})
|
|
104
|
+
assert_equal(f(0), 2)
|
|
105
|
+
assert_equal(f(1 - eps), 2)
|
|
106
|
+
assert_equal(f(1), 2)
|
|
107
|
+
assert_almost_equal(f(1 + eps), 2, decimal=4)
|
|
108
|
+
assert_equal(f(2), 3)
|
|
109
|
+
assert_almost_equal(f(3 - eps), 4, decimal=4)
|
|
110
|
+
assert_equal(f(3), 4)
|
|
111
|
+
assert_almost_equal(f(3 + eps), 4, decimal=4)
|
|
112
|
+
assert_equal(f(4), 2.5)
|
|
113
|
+
assert_almost_equal(f(5 - eps), 1, decimal=4)
|
|
114
|
+
assert_equal(f(5), 1)
|
|
115
|
+
assert_equal(f(5 + eps), 1)
|
|
116
|
+
assert_equal(f(6), 1)
|
|
117
|
+
|
|
118
|
+
|
|
99
119
|
def test_parse_orthography_into_symbols():
|
|
100
120
|
assert_equal(list("hi"), parse_orthography_into_symbols("hi"))
|
|
101
121
|
assert_equal(list(" hello "), parse_orthography_into_symbols(" hello "))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-hyper-param-tuning.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-record-and-push-to-webserver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-chunking-blstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-contribrnn-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-maxgradnorm-lstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm-lowmem.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm2.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-native-lstm2.12ax.tuned.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-neural-transducer.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-rec-explicit-lstm.config
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-rec-explicit-rnn.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-search-compiled-graph.py
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-tf-vanilla-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/demo-upd-mult-model.lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/IAM_lines/a01-007-06.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/create_IAM_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/IAM/features/raw/demo.h5
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial/create_test_h5.py
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial/forwardconfig
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial_rgb/forwardconfig
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/demos/mdlstm/artificial_rgb/trainconfig
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/normalization_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/datasets/util/feature_extraction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/.git
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/.gitignore
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/LICENSE
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/README.md
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/aligner.gif
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/check.png
RENAMED
|
File without changes
|
{returnn-1.20240611.113715 → returnn-1.20240614.213333}/returnn/extern/WarpRna/warp-rna/core.cu
RENAMED
|
File without changes
|