returnn 1.20230519.174327__tar.gz → 1.20230521.10102__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.
- {returnn-1.20230519.174327/returnn.egg-info → returnn-1.20230521.10102}/PKG-INFO +1 -1
- returnn-1.20230521.10102/_setup_info_generated.py +2 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-rf.config +1 -1
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-torch.config +4 -8
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/_backend.py +11 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/array_.py +52 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/math_.py +12 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/utils.py +2 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/_backend.py +14 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/frontend/_backend.py +45 -12
- {returnn-1.20230519.174327 → returnn-1.20230521.10102/returnn.egg-info}/PKG-INFO +1 -1
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_array.py +19 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/export_to_onnx.py +1 -8
- returnn-1.20230519.174327/_setup_info_generated.py +0 -2
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/.editorconfig +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/.gitignore +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/.gitmodules +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/.kateconfig +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/CHANGELOG.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/CODEOWNERS +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/CONTRIBUTING.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/LICENSE +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/MANIFEST.in +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/README.rst +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/12AX.cluster_map +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/_setup_returnn_env.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-fwd.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-horovod-mpi.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-horovod-mpi.py.sh +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-horovod-mpi.sh +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-hyper-param-tuning.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-iter-dataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-list-devices.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-lua-torch-layer.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-pretrain.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-record-and-push-to-webserver.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-returnn-as-framework.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-rhn-enwik8.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-sprint-interface.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-att-copy.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-attention.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-chunking-blstm.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-contribrnn-lstm.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-enc-dec.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-hard-att-copy.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-lstm-benchmark.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-maxgradnorm-lstm.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm-lowmem.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm2.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm2.12ax.tuned.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-neural-transducer.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-rec-explicit-lstm.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-rec-explicit-rnn.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-rec-self-att.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-search-compiled-graph.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-vanilla-lstm.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-timit-lstm-ctc.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-upd-mult-model.lstm.12ax.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo.sh +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/IAM_lines/a01-007-06.png +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/README.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/chars.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/config_demo +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/config_fwd +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/config_real +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/create_IAM_dataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/decode.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/features/raw/demo.h5 +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/go.sh +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/lines.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/split/eval.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/split/train.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/split/valid.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial/create_test_h5.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial/forwardconfig +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial/go.sh +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial/trainconfig +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial_rgb/create_test_h5.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial_rgb/forwardconfig +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial_rgb/go.sh +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial_rgb/trainconfig +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/pyproject.toml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/requirements.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/__main__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/__old_mod_loader__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/__setup__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/config.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/audio.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/basic.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/bundle_file.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/cached.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/cached2.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/generating.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/hdf.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/lm.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/map.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/meta.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/multi_proc.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/normalization_data.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/numpy_dump.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/raw_wav.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/sprint.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/stereo.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/util/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/util/feature_extraction.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/datasets/util/vocabulary.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/engine/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/engine/base.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/engine/batch.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/__main__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/.git +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/.gitignore +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/LICENSE +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/aligner.gif +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/check.png +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/core.cu +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/core.h +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/core_cpu.cpp +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/LICENSE +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/MANIFEST.in +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/binding.cpp +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.cu +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.h +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/requirements.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/setup.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/test.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/ref_rna.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/setup.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op.cc +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op_kernel_tmpl.h +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/test.cpp +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/edit.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/reroute.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/select.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/subgraph.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/transform.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/graph_editor/util.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/_numpy_backend.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/_utils.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/attention.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/cond.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/const.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/container.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/control_flow_ctx.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/conv.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/device.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/dims.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/dropout.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/dtype.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/encoder/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/encoder/base.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/encoder/conformer.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/gradient.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/init.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/linear.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/loop.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/loss.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/matmul.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/module.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/normalization.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/parameter.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/rand.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/rec.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/reduce.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/run_ctx.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/signal.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/state.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/tensor_array.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/frontend/types.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/import_/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/import_/common.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/import_/git.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/import_/import_.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/learning_rate_control.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/log.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/native_op.cpp +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/native_op.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/pretrain.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/sprint/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/sprint/cache.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/sprint/control.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/sprint/error_signals.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/sprint/extern_interface.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/sprint/interface.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/_dim_extra.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/_tensor_extra.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/_tensor_mixin_base.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/_tensor_op_overloads.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/control_flow_ctx.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/dim.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/marked_dim.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/tensor.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tensor/tensor_dict.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/compat.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/data_pipeline.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/distributed.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/engine.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/_utils.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/cond.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/config_entry_points.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/debug_eager_mode.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/dims.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/layer.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/make_layer.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/parameter_assign.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/prev_tensor_ref.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_low_level/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_low_level/_backend.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/horovod.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/hyper_param_tuning.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/layers/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/layers/base.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/layers/basic.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/layers/rec.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/layers/segmental_model.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/layers/signal_processing.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/layers/variable.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/native_op.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/network.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/sprint.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/updater.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/util/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/util/basic.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/util/data.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/util/ken_lm.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/util/open_fst.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/data/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/data/pipeline.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/data/returnn_dataset_wrapper.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/data/tensor_utils.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/engine.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/frontend/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/frontend/_rand.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/frontend/bridge.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/functional/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/functional/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/torch/updater.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/__init__.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/basic.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/better_exchook.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/bpe.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/debug.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/debug_helpers.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/fsa.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/literal_py_to_pickle.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/pprint.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/py-to-pickle.cpp +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/py_compat.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/sig_proc.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/util/task_system.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn.egg-info/SOURCES.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn.egg-info/dependency_links.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn.egg-info/top_level.txt +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/rnn.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/setup.cfg +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/setup.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/DummySprintExec.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm-inspection-profile.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/.gitignore +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/.name +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/codeStyleSettings.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/codeStyles/Project.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/codeStyles/codeStyleConfig.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/inspectionProfiles/Project_Default.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/misc.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/modules.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/returnn.iml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/PyCharm.idea/scopes/scope_settings.xml +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/_set_num_threads1.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/_setup_returnn_env.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/_setup_test_env.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/bpe-unicode-demo.codes +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/bpe-unicode-demo.vocab +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/lexicon_opt.fst +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/lexicon_opt.isyms +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/lexicon_opt.jpg +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/lexicon_opt.osyms +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/lint_common.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/pycharm-inspect.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/pylint.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/returnn-as-framework.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/rf_utils.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/spelling.dic +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_Config.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_Dataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_Fsa.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_GeneratingDataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_HDFDataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_LearningRateControl.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_Log.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_MultiProcDataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_PTDataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_Pretrain.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_ResNet.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_SprintDataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_SprintInterface.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TFEngine.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TFNativeOp.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TFNetworkLayer.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TFNetworkRecLayer.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TFNetworkSigProcLayer.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TFUpdater.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TFUtil.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TF_determinism.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TaskSystem.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TaskSystem_SharedMem.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_TranslationDataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_Util.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_demos.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_fork_exec.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_hdf_dump.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_attention.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_base.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_cond.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_container.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_conv.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_encoder_conformer.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_loop.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_math.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_normalization.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_rec.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_reduce.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_rf_signal.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_tensor.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_tools.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_torch_frontend.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tests/test_torch_internal_frontend.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/_setup_returnn_env.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/analyze-dataset-batches.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/bliss-collect-seq-lens.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/bliss-dump-text.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/bliss-get-segment-names.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/bliss-to-ogg-zip.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/bpe-create-lexicon.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/calculate-word-error-rate.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/cleanup-old-models.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/collect-orth-symbols.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/collect-words.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/compile_native_op.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/compile_tf_graph.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/debug-dump-search-scores.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/debug-plot-search-scores.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/dump-dataset-raw-strings.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/dump-dataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/dump-forward-stats.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/dump-forward.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/dump-network-json.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/dump-pickle.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/extract_state_tying_from_dataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/get-attention-weights.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/get-best-model-epoch.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/hdf_dump.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/hdf_dump_translation_dataset.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/import-blocks-mt-model.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/import-t2t-mt-model.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/.gitignore +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/Makefile +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/example/README.md +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/example/libs_list +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.keep_over_epoch.lstm2.config +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/example/rescore_lattice.sh +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/example/state_vars_list +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/example/tensor_names_list +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/file.h +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/htklatticerescorer.cc +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/htklatticerescorer.h +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/main.cc +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/rescorer.h +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/vocabulary.cc +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/lattice_rescorer/vocabulary.h +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/tf_avg_checkpoints.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/tf_inspect_checkpoint.py +0 -0
- {returnn-1.20230519.174327 → returnn-1.20230521.10102}/tools/tf_inspect_summary_log.py +0 -0
|
@@ -26,7 +26,7 @@ extern_data = {
|
|
|
26
26
|
"classes": {"dims": (batch_dim, time_dim), "sparse_dim": out_dim, "dtype": "int32"},
|
|
27
27
|
}
|
|
28
28
|
model_outputs = {
|
|
29
|
-
"output": {"
|
|
29
|
+
"output": {"dims": (batch_dim, time_dim, out_dim), "dtype": "float32"},
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
batching = "random"
|
|
@@ -38,17 +38,13 @@ max_seqs = 10
|
|
|
38
38
|
class Model(torch.nn.Module):
|
|
39
39
|
def __init__(self):
|
|
40
40
|
super().__init__()
|
|
41
|
-
|
|
42
|
-
# We manually calculate the padding because padding="same"
|
|
43
|
-
# is not exportable to ONNX as of 2023/05/19.
|
|
44
|
-
# When stride = 1 and kernel_size % 2 = 1, the following formula applies.
|
|
45
|
-
padding = (kernel_size - 1) // 2
|
|
41
|
+
# Note that padding="same" is not exportable to ONNX as of 2023/05/19.
|
|
46
42
|
self.layers = nn.Sequential(
|
|
47
|
-
nn.Conv1d(num_inputs, 50,
|
|
43
|
+
nn.Conv1d(num_inputs, 50, 5, padding=2),
|
|
48
44
|
nn.ReLU(),
|
|
49
|
-
nn.Conv1d(50, 100,
|
|
45
|
+
nn.Conv1d(50, 100, 5, padding=2),
|
|
50
46
|
nn.ReLU(),
|
|
51
|
-
nn.Conv1d(100, num_outputs,
|
|
47
|
+
nn.Conv1d(100, num_outputs, 5, padding=2),
|
|
52
48
|
)
|
|
53
49
|
|
|
54
50
|
def forward(self, x): # (B, T, F)
|
|
@@ -773,6 +773,17 @@ class Backend(Generic[T]):
|
|
|
773
773
|
"""slice"""
|
|
774
774
|
raise NotImplementedError
|
|
775
775
|
|
|
776
|
+
@staticmethod
|
|
777
|
+
def where(
|
|
778
|
+
cond: Tensor,
|
|
779
|
+
true_: Union[Tensor, rf.RawTensorTypes],
|
|
780
|
+
false_: Union[Tensor, rf.RawTensorTypes],
|
|
781
|
+
*,
|
|
782
|
+
allow_broadcast_all_sources: bool = False,
|
|
783
|
+
) -> Tensor:
|
|
784
|
+
"""where"""
|
|
785
|
+
raise NotImplementedError
|
|
786
|
+
|
|
776
787
|
@staticmethod
|
|
777
788
|
def matmul(a: Tensor[T], b: Tensor[T], *, reduce: Union[Dim, Sequence[Dim]], use_mask: bool = True) -> Tensor[T]:
|
|
778
789
|
"""
|
|
@@ -31,6 +31,9 @@ __all__ = [
|
|
|
31
31
|
"gather",
|
|
32
32
|
"slice",
|
|
33
33
|
"shift_right",
|
|
34
|
+
"where",
|
|
35
|
+
"sparse_to_dense",
|
|
36
|
+
"one_hot",
|
|
34
37
|
]
|
|
35
38
|
|
|
36
39
|
|
|
@@ -490,3 +493,52 @@ def shift_right(source: Tensor, *, axis: Dim, pad_value: Union[rf.RawTensorTypes
|
|
|
490
493
|
padded, (padded_dim,) = rf.pad(source, axes=[axis], padding=[(amount, 0)], mode="constant", value=pad_value)
|
|
491
494
|
padded_slice, _ = rf.slice(padded, axis=padded_dim, size=axis)
|
|
492
495
|
return padded_slice
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
def where(
|
|
499
|
+
cond: Tensor,
|
|
500
|
+
true_: Union[Tensor, rf.RawTensorTypes],
|
|
501
|
+
false_: Union[Tensor, rf.RawTensorTypes],
|
|
502
|
+
*,
|
|
503
|
+
allow_broadcast_all_sources: bool = False,
|
|
504
|
+
) -> Tensor:
|
|
505
|
+
"""
|
|
506
|
+
Wraps tf.where, which is SwitchLayer in RETURNN.
|
|
507
|
+
|
|
508
|
+
:return: true_ if cond else false_, elemwise.
|
|
509
|
+
"""
|
|
510
|
+
# noinspection PyProtectedMember
|
|
511
|
+
return cond._raw_backend.where(cond, true_, false_, allow_broadcast_all_sources=allow_broadcast_all_sources)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
def sparse_to_dense(
|
|
515
|
+
labels: Union[Tensor, rf.RawTensorTypes],
|
|
516
|
+
*,
|
|
517
|
+
label_value: Union[Tensor, rf.RawTensorTypes],
|
|
518
|
+
other_value: Union[Tensor, rf.RawTensorTypes],
|
|
519
|
+
axis: Optional[Dim] = None,
|
|
520
|
+
) -> Tensor:
|
|
521
|
+
"""
|
|
522
|
+
Converts a sparse tensor to a dense one.
|
|
523
|
+
|
|
524
|
+
This is a more generic variant of "one_hot".
|
|
525
|
+
|
|
526
|
+
Note that usually this is not needed as most other functions should handle sparse tensors just fine
|
|
527
|
+
and much more efficiently than they would be with dense tensors.
|
|
528
|
+
"""
|
|
529
|
+
labels = rf.convert_to_tensor(labels)
|
|
530
|
+
if not axis:
|
|
531
|
+
assert labels.sparse_dim, "sparse_to_dense: either provide `axis` or `labels` with sparse_dim"
|
|
532
|
+
axis = labels.sparse_dim
|
|
533
|
+
indices = rf.range_over_dim(axis)
|
|
534
|
+
return where(rf.compare_bc(labels, "==", indices), label_value, other_value)
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
def one_hot(source: Tensor) -> Tensor:
|
|
538
|
+
"""
|
|
539
|
+
one_hot. special case of :func:`sparse_to_dense`.
|
|
540
|
+
|
|
541
|
+
Note that usually this is not needed as most other functions should handle sparse tensors just fine
|
|
542
|
+
and much more efficiently than they would be with dense tensors.
|
|
543
|
+
"""
|
|
544
|
+
return sparse_to_dense(source, label_value=1.0, other_value=0.0)
|
|
@@ -12,6 +12,7 @@ from .types import RawTensorTypes as _RawTensorTypes
|
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
14
|
"compare",
|
|
15
|
+
"compare_bc",
|
|
15
16
|
"combine",
|
|
16
17
|
"combine_bc",
|
|
17
18
|
"equal",
|
|
@@ -115,6 +116,17 @@ def compare(
|
|
|
115
116
|
return backend.compare(a, kind, b, allow_broadcast_all_sources=allow_broadcast_all_sources, dim_order=dim_order)
|
|
116
117
|
|
|
117
118
|
|
|
119
|
+
def compare_bc(
|
|
120
|
+
a: Tensor,
|
|
121
|
+
kind: str,
|
|
122
|
+
b: Tensor,
|
|
123
|
+
*,
|
|
124
|
+
dim_order: Optional[Sequence[Dim]] = None,
|
|
125
|
+
) -> Tensor:
|
|
126
|
+
""":func:`compare` with allow_broadcast_all_sources=True"""
|
|
127
|
+
return compare(a, kind, b, allow_broadcast_all_sources=True, dim_order=dim_order)
|
|
128
|
+
|
|
129
|
+
|
|
118
130
|
@typing.overload
|
|
119
131
|
def combine(
|
|
120
132
|
a: Tensor,
|
|
@@ -101,6 +101,8 @@ def tensor_fill_random_numpy_(
|
|
|
101
101
|
if x.sparse_dim and x.sparse_dim.dimension is not None:
|
|
102
102
|
max_val = x.sparse_dim.dimension
|
|
103
103
|
x.raw_tensor = rnd.randint(min_val, max_val, size=shape, dtype=x.dtype)
|
|
104
|
+
elif x.dtype == "bool":
|
|
105
|
+
x.raw_tensor = rnd.randint(0, 2, size=shape, dtype=x.dtype)
|
|
104
106
|
elif x.dtype.startswith("float"):
|
|
105
107
|
x.raw_tensor = rnd.normal(0.0, 1.0, size=shape).astype(x.dtype)
|
|
106
108
|
elif x.dtype.startswith("complex"):
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/tf/frontend_layers/_backend.py
RENAMED
|
@@ -558,6 +558,20 @@ class ReturnnLayersBackend(Backend[Layer]):
|
|
|
558
558
|
{"class": "slice", "from": source, "axis": axis, "out_dim": out_dim, **args}, name="slice"
|
|
559
559
|
)
|
|
560
560
|
|
|
561
|
+
@staticmethod
|
|
562
|
+
def where(
|
|
563
|
+
cond: Tensor,
|
|
564
|
+
true_: Union[Tensor, rf.RawTensorTypes],
|
|
565
|
+
false_: Union[Tensor, rf.RawTensorTypes],
|
|
566
|
+
*,
|
|
567
|
+
allow_broadcast_all_sources: bool = False,
|
|
568
|
+
) -> Tensor:
|
|
569
|
+
"""where"""
|
|
570
|
+
allow_broadcast_all_sources # noqa # ignore allow_broadcast_all_sources for now..., not implemented
|
|
571
|
+
return rfl.make_layer(
|
|
572
|
+
{"class": "switch", "condition": cond, "true_from": true_, "false_from": false_}, name="where"
|
|
573
|
+
)
|
|
574
|
+
|
|
561
575
|
@staticmethod
|
|
562
576
|
def matmul(a: Tensor, b: Tensor, *, reduce: Union[Dim, Sequence[Dim]], use_mask: bool = True) -> Tensor:
|
|
563
577
|
"""matmul"""
|
|
@@ -626,6 +626,8 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
626
626
|
:param perm: e.g. [0, 2, 1]
|
|
627
627
|
:return: permuted (transposed) raw tensor; wraps torch.permute
|
|
628
628
|
"""
|
|
629
|
+
if all(p == i for i, p in enumerate(perm)):
|
|
630
|
+
return raw_tensor
|
|
629
631
|
return torch.permute(raw_tensor, tuple(perm))
|
|
630
632
|
|
|
631
633
|
@staticmethod
|
|
@@ -786,6 +788,26 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
786
788
|
out.raw_tensor = torch.narrow(source.raw_tensor, dim=axis_int, start=start, length=end - start)
|
|
787
789
|
return out
|
|
788
790
|
|
|
791
|
+
@staticmethod
|
|
792
|
+
def where(
|
|
793
|
+
cond: Tensor,
|
|
794
|
+
true_: Union[Tensor, rf.RawTensorTypes],
|
|
795
|
+
false_: Union[Tensor, rf.RawTensorTypes],
|
|
796
|
+
*,
|
|
797
|
+
allow_broadcast_all_sources: bool = False,
|
|
798
|
+
) -> Tensor:
|
|
799
|
+
"""where"""
|
|
800
|
+
true_ = rf.convert_to_tensor(true_, _backend=TorchBackend)
|
|
801
|
+
false_ = rf.convert_to_tensor(false_, _backend=TorchBackend)
|
|
802
|
+
out = Tensor.get_common_data([true_, false_, cond], allow_broadcast_all_sources=allow_broadcast_all_sources)
|
|
803
|
+
out.dtype = true_.dtype
|
|
804
|
+
out.sparse_dim = true_.sparse_dim
|
|
805
|
+
cond_bc = cond.copy_compatible_to(out, check_dtype=False, check_sparse=False)
|
|
806
|
+
true_bc = true_.copy_compatible_to(out, check_dtype=False, check_sparse=False)
|
|
807
|
+
false_bc = false_.copy_compatible_to(out, check_dtype=False, check_sparse=False)
|
|
808
|
+
out.raw_tensor = torch.where(cond_bc.raw_tensor, true_bc.raw_tensor, false_bc.raw_tensor)
|
|
809
|
+
return out
|
|
810
|
+
|
|
789
811
|
@staticmethod
|
|
790
812
|
def matmul(a: _TT, b: _TT, *, reduce: Union[Dim, Sequence[Dim]], use_mask: bool = True) -> _TT:
|
|
791
813
|
"""
|
|
@@ -1265,20 +1287,25 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
1265
1287
|
batch_dims = [d for d in source.dims if d not in (in_dim,) + tuple(in_spatial_dims)]
|
|
1266
1288
|
# Torch conv expects (N,C,<spatial dims>) as shape.
|
|
1267
1289
|
source = source.copy_transpose(batch_dims + [in_dim] + list(in_spatial_dims))
|
|
1268
|
-
|
|
1269
|
-
source.raw_tensor
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1290
|
+
if len(batch_dims) == 1:
|
|
1291
|
+
src_raw = source.raw_tensor
|
|
1292
|
+
else:
|
|
1293
|
+
src_raw = torch.reshape(
|
|
1294
|
+
source.raw_tensor,
|
|
1295
|
+
# potentially merge batch dims all together
|
|
1296
|
+
[-1, in_dim.get_dim_value()] + [d.get_dim_value() for d in in_spatial_dims],
|
|
1297
|
+
)
|
|
1273
1298
|
use_striding = strides and (strides > 1 if isinstance(strides, int) else any(s > 1 for s in strides))
|
|
1274
|
-
if
|
|
1299
|
+
if padding == "same" and not use_striding and all(d.dimension % 2 == 1 for d in filter_size):
|
|
1300
|
+
if all(filter_size[0].dimension == d.dimension for d in filter_size): # all same
|
|
1301
|
+
padding = (filter_size[0].dimension - 1) // 2
|
|
1302
|
+
else:
|
|
1303
|
+
padding = tuple(d.dimension // 2 for d in filter_size)
|
|
1304
|
+
if padding == "same" and (use_striding or torch.onnx.is_in_onnx_export()):
|
|
1275
1305
|
# padding='same' is not supported for strided convolutions.
|
|
1276
1306
|
# Moreover, padding specified as a string isn't supported for ONNX exporting as of 2023/05/19.
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
padding = 0
|
|
1280
|
-
else:
|
|
1281
|
-
padding = "valid"
|
|
1307
|
+
# Manual add the padding, and then do not use any padding in the conv.
|
|
1308
|
+
padding = 0
|
|
1282
1309
|
pads = []
|
|
1283
1310
|
for i, s in reversed(list(enumerate(filter_size))):
|
|
1284
1311
|
if use_striding:
|
|
@@ -1313,6 +1340,9 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
1313
1340
|
pad_right = pad - pad_left
|
|
1314
1341
|
pads.extend([pad_left, pad_right])
|
|
1315
1342
|
src_raw = torch.nn.functional.pad(src_raw, pads)
|
|
1343
|
+
if padding == "valid":
|
|
1344
|
+
# padding as string is not supported e.g. in ONNX.
|
|
1345
|
+
padding = 0
|
|
1316
1346
|
if len(filter_size) == 1:
|
|
1317
1347
|
# There is also conv_tbc, but it's a bit limited (no dilation)
|
|
1318
1348
|
# and also unclear when exactly it is faster.
|
|
@@ -1348,7 +1378,10 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
1348
1378
|
else:
|
|
1349
1379
|
raise ValueError(f"invalid number of filter dims {filter_size}, expected 1, 2, or 3")
|
|
1350
1380
|
out = Tensor("conv", dims=batch_dims + [out_dim] + list(out_spatial_dims), dtype=source.dtype)
|
|
1351
|
-
|
|
1381
|
+
if len(batch_dims) == 1:
|
|
1382
|
+
out.raw_tensor = out_raw
|
|
1383
|
+
else:
|
|
1384
|
+
out.raw_tensor = torch.reshape(out_raw, [d.get_dim_value() for d in out.dims])
|
|
1352
1385
|
out.feature_dim = out_dim
|
|
1353
1386
|
return out, out_spatial_dims
|
|
1354
1387
|
|
|
@@ -224,3 +224,22 @@ def test_shift_right():
|
|
|
224
224
|
out.mark_as_default_output(shape=(batch_dim, time_dim))
|
|
225
225
|
|
|
226
226
|
run_model(extern_data, lambda *, epoch, step: _Net(), _forward_step)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
def test_where():
|
|
230
|
+
time_dim = Dim(Tensor("time", [batch_dim], dtype="int32"))
|
|
231
|
+
in_dim = Dim(7, name="in")
|
|
232
|
+
extern_data = TensorDict(
|
|
233
|
+
{
|
|
234
|
+
"cond": Tensor("cond", [batch_dim, time_dim], dtype="bool"),
|
|
235
|
+
"true": Tensor("true", [batch_dim, time_dim, in_dim], dtype="float32"),
|
|
236
|
+
"false": Tensor("false", [batch_dim, in_dim], dtype="float32"),
|
|
237
|
+
}
|
|
238
|
+
)
|
|
239
|
+
|
|
240
|
+
# noinspection PyShadowingNames,PyUnusedLocal
|
|
241
|
+
def _forward_step(*, model: rf.Module, extern_data: TensorDict):
|
|
242
|
+
out = rf.where(extern_data["cond"], extern_data["true"], extern_data["false"])
|
|
243
|
+
out.mark_as_default_output(shape=(batch_dim, time_dim, in_dim))
|
|
244
|
+
|
|
245
|
+
run_model(extern_data, lambda *, epoch, step: rf.Module(), _forward_step)
|
|
@@ -174,14 +174,7 @@ def main():
|
|
|
174
174
|
model_outputs_raw_keys.append(k)
|
|
175
175
|
for i, dim in enumerate(v.dims):
|
|
176
176
|
if dim.is_batch_dim() or dim.is_dynamic():
|
|
177
|
-
|
|
178
|
-
# classes available in the final tensor, so we can't call
|
|
179
|
-
# mark_as_default_output(shape=(batch_dim, ...)).
|
|
180
|
-
# These dimensions are automatically instantiated to actual values when
|
|
181
|
-
# the output tensor is passed as parameter to mark_as_default_output
|
|
182
|
-
# without any shape. Therefore, we don't add these to the output.
|
|
183
|
-
if is_rf_module:
|
|
184
|
-
model_outputs_raw_keys.append(f"{k}:size{i}")
|
|
177
|
+
model_outputs_raw_keys.append(f"{k}:size{i}")
|
|
185
178
|
|
|
186
179
|
dynamic_axes = {}
|
|
187
180
|
for k, v in list(extern_data.data.items()) + list(model_outputs.data.items()):
|
|
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
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/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
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-chunking-blstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-contribrnn-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-maxgradnorm-lstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm-lowmem.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm2.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-native-lstm2.12ax.tuned.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-neural-transducer.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-rec-explicit-lstm.config
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-rec-explicit-rnn.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-search-compiled-graph.py
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-tf-vanilla-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/demo-upd-mult-model.lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/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.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/IAM/create_IAM_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/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.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial/create_test_h5.py
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial/forwardconfig
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial_rgb/create_test_h5.py
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/demos/mdlstm/artificial_rgb/forwardconfig
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/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
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/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.20230519.174327 → returnn-1.20230521.10102}/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.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/.gitignore
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/LICENSE
RENAMED
|
File without changes
|
{returnn-1.20230519.174327 → returnn-1.20230521.10102}/returnn/extern/WarpRna/warp-rna/README.md
RENAMED
|
File without changes
|