returnn 1.20230626.20229__tar.gz → 1.20230626.24329__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.20230626.20229/returnn.egg-info → returnn-1.20230626.24329}/PKG-INFO +1 -1
- returnn-1.20230626.24329/_setup_info_generated.py +2 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/_backend.py +1 -1
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/const.py +8 -2
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/run_ctx.py +29 -2
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/_backend.py +3 -1
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/frontend/_backend.py +3 -1
- {returnn-1.20230626.20229 → returnn-1.20230626.24329/returnn.egg-info}/PKG-INFO +1 -1
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/_setup_test_env.py +12 -1
- returnn-1.20230626.20229/_setup_info_generated.py +0 -2
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/.editorconfig +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/.gitignore +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/.gitmodules +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/.kateconfig +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/CHANGELOG.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/CODEOWNERS +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/CONTRIBUTING.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/LICENSE +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/MANIFEST.in +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/README.rst +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/12AX.cluster_map +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/_setup_returnn_env.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-fwd.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-horovod-mpi.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-horovod-mpi.py.sh +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-horovod-mpi.sh +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-hyper-param-tuning.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-iter-dataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-list-devices.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-lua-torch-layer.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-pretrain.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-record-and-push-to-webserver.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-returnn-as-framework.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-rf.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-rhn-enwik8.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-sprint-interface.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-att-copy.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-attention.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-chunking-blstm.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-contribrnn-lstm.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-enc-dec.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-hard-att-copy.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-lstm-benchmark.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-maxgradnorm-lstm.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-native-lstm-lowmem.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-native-lstm.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-native-lstm2.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-native-lstm2.12ax.tuned.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-neural-transducer.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-rec-explicit-lstm.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-rec-explicit-rnn.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-rec-self-att.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-search-compiled-graph.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-vanilla-lstm.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-timit-lstm-ctc.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-torch.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-upd-mult-model.lstm.12ax.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo.sh +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/IAM_lines/a01-007-06.png +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/README.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/chars.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/config_demo +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/config_fwd +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/config_real +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/create_IAM_dataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/decode.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/features/raw/demo.h5 +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/go.sh +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/lines.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/split/eval.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/split/train.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/split/valid.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial/create_test_h5.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial/forwardconfig +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial/go.sh +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial/trainconfig +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial_rgb/create_test_h5.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial_rgb/forwardconfig +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial_rgb/go.sh +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial_rgb/trainconfig +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/pyproject.toml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/requirements.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/__main__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/__old_mod_loader__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/__setup__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/config.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/audio.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/basic.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/bundle_file.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/cached.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/cached2.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/generating.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/hdf.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/lm.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/map.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/meta.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/multi_proc.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/normalization_data.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/numpy_dump.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/raw_wav.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/sprint.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/stereo.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/util/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/util/feature_extraction.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/datasets/util/vocabulary.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/engine/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/engine/base.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/engine/batch.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/__main__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/.git +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/.gitignore +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/LICENSE +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/aligner.gif +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/check.png +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/core.cu +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/core.h +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/core_cpu.cpp +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/LICENSE +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/MANIFEST.in +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/binding.cpp +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.cu +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.h +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/requirements.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/setup.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/test.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/ref_rna.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/setup.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op.cc +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op_kernel_tmpl.h +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/test.cpp +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/edit.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/reroute.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/select.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/subgraph.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/transform.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/util.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/forward_iface.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/_numpy_backend.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/_utils.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/array_.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/attention.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/cond.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/container.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/control_flow_ctx.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/conv.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/device.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/dims.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/dropout.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/dtype.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/encoder/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/encoder/base.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/encoder/conformer.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/gradient.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/init.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/linear.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/loop.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/loss.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/math_.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/matmul.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/module.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/normalization.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/parameter.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/rand.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/rec.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/reduce.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/signal.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/state.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/tensor_array.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/frontend/types.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/import_/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/import_/common.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/import_/git.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/import_/import_.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/learning_rate_control.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/log.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/native_op.cpp +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/native_op.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/pretrain.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/sprint/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/sprint/cache.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/sprint/control.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/sprint/error_signals.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/sprint/extern_interface.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/sprint/interface.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/_dim_extra.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/_tensor_extra.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/_tensor_mixin_base.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/_tensor_op_overloads.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/control_flow_ctx.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/dim.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/marked_dim.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/tensor.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/tensor_dict.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tensor/utils.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/compat.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/data_pipeline.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/distributed.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/engine.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/_utils.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/cond.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/config_entry_points.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/debug_eager_mode.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/dims.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/layer.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/make_layer.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/parameter_assign.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/prev_tensor_ref.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_low_level/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_low_level/_backend.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/horovod.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/hyper_param_tuning.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/layers/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/layers/base.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/layers/basic.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/layers/rec.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/layers/segmental_model.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/layers/signal_processing.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/layers/variable.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/native_op.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/network.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/sprint.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/updater.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/util/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/util/basic.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/util/data.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/util/ken_lm.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/util/open_fst.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/data/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/data/pipeline.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/data/returnn_dataset_wrapper.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/data/tensor_utils.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/distributed.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/engine.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/frontend/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/frontend/_rand.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/frontend/bridge.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/functional/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/functional/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/torch/updater.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/__init__.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/basic.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/better_exchook.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/bpe.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/debug.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/debug_helpers.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/fsa.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/literal_py_to_pickle.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/pprint.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/py-to-pickle.cpp +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/py_compat.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/sig_proc.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/util/task_system.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn.egg-info/SOURCES.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn.egg-info/dependency_links.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn.egg-info/top_level.txt +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/rnn.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/setup.cfg +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/setup.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/DummySprintExec.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm-inspection-profile.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/.gitignore +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/.name +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/codeStyleSettings.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/codeStyles/Project.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/codeStyles/codeStyleConfig.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/inspectionProfiles/Project_Default.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/misc.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/modules.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/returnn.iml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/PyCharm.idea/scopes/scope_settings.xml +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/_set_num_threads1.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/_setup_returnn_env.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/bpe-unicode-demo.codes +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/bpe-unicode-demo.vocab +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/lexicon_opt.fst +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/lexicon_opt.isyms +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/lexicon_opt.jpg +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/lexicon_opt.osyms +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/lint_common.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/pycharm-inspect.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/pylint.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/returnn-as-framework.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/rf_utils.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/spelling.dic +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_Config.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_Dataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_Fsa.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_GeneratingDataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_HDFDataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_LearningRateControl.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_Log.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_MultiProcDataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_PTDataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_Pretrain.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_ResNet.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_SprintDataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_SprintInterface.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TFEngine.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TFNativeOp.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TFNetworkLayer.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TFNetworkRecLayer.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TFNetworkSigProcLayer.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TFUpdater.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TFUtil.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TF_determinism.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TaskSystem.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TaskSystem_SharedMem.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_TranslationDataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_Util.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_demos.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_fork_exec.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_hdf_dump.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_array.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_attention.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_base.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_cond.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_container.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_conv.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_encoder_conformer.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_loop.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_math.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_normalization.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_rec.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_reduce.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_rf_signal.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_tensor.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_tools.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_torch_engine.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_torch_frontend.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tests/test_torch_internal_frontend.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/_setup_returnn_env.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/analyze-dataset-batches.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/bliss-collect-seq-lens.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/bliss-dump-text.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/bliss-get-segment-names.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/bliss-to-ogg-zip.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/bpe-create-lexicon.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/calculate-word-error-rate.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/cleanup-old-models.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/collect-orth-symbols.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/collect-words.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/compile_native_op.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/compile_tf_graph.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/debug-dump-search-scores.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/debug-plot-search-scores.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/dump-dataset-raw-strings.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/dump-dataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/dump-forward-stats.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/dump-forward.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/dump-network-json.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/dump-pickle.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/extract_state_tying_from_dataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/get-attention-weights.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/get-best-model-epoch.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/hdf_dump.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/hdf_dump_translation_dataset.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/import-blocks-mt-model.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/import-t2t-mt-model.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/.gitignore +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/Makefile +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/example/README.md +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/example/libs_list +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.keep_over_epoch.lstm2.config +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/example/rescore_lattice.sh +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/example/state_vars_list +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/example/tensor_names_list +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/file.h +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/htklatticerescorer.cc +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/htklatticerescorer.h +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/main.cc +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/rescorer.h +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/vocabulary.cc +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/lattice_rescorer/vocabulary.h +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/tf_avg_checkpoints.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/tf_inspect_checkpoint.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/tf_inspect_summary_log.py +0 -0
- {returnn-1.20230626.20229 → returnn-1.20230626.24329}/tools/torch_export_to_onnx.py +0 -0
|
@@ -3,7 +3,7 @@ Constant / full / fill / zeros / ones, etc
|
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
|
-
from typing import Optional, Sequence
|
|
6
|
+
from typing import Optional, Union, Sequence
|
|
7
7
|
import numpy
|
|
8
8
|
from returnn.tensor import Tensor, Dim
|
|
9
9
|
from .types import RawTensorTypes
|
|
@@ -17,7 +17,7 @@ __all__ = ["full", "fill", "constant", "zeros", "ones", "zeros_like", "ones_like
|
|
|
17
17
|
def full(
|
|
18
18
|
*,
|
|
19
19
|
dims: Sequence[Dim],
|
|
20
|
-
fill_value: RawTensorTypes,
|
|
20
|
+
fill_value: Union[RawTensorTypes, Tensor],
|
|
21
21
|
dtype: Optional[str] = None,
|
|
22
22
|
sparse_dim: Optional[Dim] = None,
|
|
23
23
|
feature_dim: Optional[Dim] = None,
|
|
@@ -42,6 +42,8 @@ def full(
|
|
|
42
42
|
dtype = rf.get_default_float_dtype()
|
|
43
43
|
elif isinstance(fill_value, bool):
|
|
44
44
|
dtype = "bool"
|
|
45
|
+
elif isinstance(fill_value, Tensor):
|
|
46
|
+
dtype = fill_value.dtype
|
|
45
47
|
else:
|
|
46
48
|
raise ValueError(f"cannot infer dtype from {fill_value!r} or type ({type(fill_value)})")
|
|
47
49
|
if isinstance(fill_value, numpy.ndarray):
|
|
@@ -49,6 +51,10 @@ def full(
|
|
|
49
51
|
f"full/fill/constant: expect scalar fill_value, got array with shape {fill_value.shape}.\n"
|
|
50
52
|
"Use rf.convert_to_tensor to convert an arbitrary array to a tensor."
|
|
51
53
|
)
|
|
54
|
+
if isinstance(fill_value, Tensor):
|
|
55
|
+
assert (
|
|
56
|
+
fill_value.dims == ()
|
|
57
|
+
), f"full/fill/constant: expect scalar fill_value, got tensor with shape {fill_value.dims}."
|
|
52
58
|
return global_backend.full(dims, fill_value, dtype=dtype, sparse_dim=sparse_dim, feature_dim=feature_dim)
|
|
53
59
|
|
|
54
60
|
|
|
@@ -8,6 +8,7 @@ or forwarding loop.
|
|
|
8
8
|
|
|
9
9
|
from __future__ import annotations
|
|
10
10
|
from typing import Optional, Union, Any, Sequence, Dict
|
|
11
|
+
import logging
|
|
11
12
|
from dataclasses import dataclass
|
|
12
13
|
from returnn.tensor import Tensor, Dim, TensorDict
|
|
13
14
|
import returnn.frontend as rf
|
|
@@ -194,8 +195,7 @@ class RunCtx:
|
|
|
194
195
|
), f"mark_as_output: {name!r} dims mismatch from expected output, given {dims}, expected {expected_output}"
|
|
195
196
|
|
|
196
197
|
if not isinstance(tensor, Tensor):
|
|
197
|
-
|
|
198
|
-
tensor = rf.convert_to_tensor(tensor, dims=dims)
|
|
198
|
+
tensor = _output_tensor_from_raw(tensor, dims=dims, name=name)
|
|
199
199
|
# In case it was not specified, just accept whatever order we got.
|
|
200
200
|
dims = tensor.dims
|
|
201
201
|
|
|
@@ -386,3 +386,30 @@ def _default_dim_order(tensor: Tensor) -> Sequence[Dim]:
|
|
|
386
386
|
elif len(rem_dims) == 1:
|
|
387
387
|
dims.append(rem_dims[0])
|
|
388
388
|
return dims
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
def _output_tensor_from_raw(raw_tensor, *, dims: Sequence[Dim], name: str) -> Tensor:
|
|
392
|
+
assert isinstance(raw_tensor, _backend.global_backend.RawTensorType)
|
|
393
|
+
tensor = rf.convert_to_tensor(raw_tensor, dims=dims)
|
|
394
|
+
# This is called when the user passed some raw tensor directly to mark_as_output.
|
|
395
|
+
# So e.g. in case of pure PyTorch code.
|
|
396
|
+
# In this case, it is common that the user does not explicitly specify the dyn sizes of the dim tags.
|
|
397
|
+
# We accept this, but for ONNX export and maybe other cases,
|
|
398
|
+
# we automatically fill in the dyn sizes from the raw tensor.
|
|
399
|
+
# In case the dim tag has scalar size, this is non-ambiguous,
|
|
400
|
+
# however, otherwise, it is ambiguous, so we print a warning that we always use the highest dim size.
|
|
401
|
+
for axis, dim in enumerate(tensor.dims):
|
|
402
|
+
if dim.dyn_size_ext and dim.dyn_size_ext.raw_tensor is None:
|
|
403
|
+
dim_value_raw = _backend.global_backend.get_shape_tuple_raw(raw_tensor)[axis]
|
|
404
|
+
dim_value = rf.convert_to_tensor(dim_value_raw, dims=())
|
|
405
|
+
dim_value = rf.cast(dim_value, dtype=dim.dyn_size_ext.dtype)
|
|
406
|
+
if dim.dyn_size_ext.dims:
|
|
407
|
+
dyn_size = rf.full(dims=dim.dyn_size_ext.dims, fill_value=dim_value)
|
|
408
|
+
logging.warning(
|
|
409
|
+
f"Cannot infer dynamic size for dim {dim} from output {name!r} {tensor}."
|
|
410
|
+
f"Using {dyn_size} as fallback."
|
|
411
|
+
)
|
|
412
|
+
else:
|
|
413
|
+
dyn_size = dim_value
|
|
414
|
+
dim.dyn_size_ext.raw_tensor = dyn_size.raw_tensor
|
|
415
|
+
return tensor
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/tf/frontend_layers/_backend.py
RENAMED
|
@@ -445,13 +445,15 @@ class ReturnnLayersBackend(Backend[Layer]):
|
|
|
445
445
|
@staticmethod
|
|
446
446
|
def full(
|
|
447
447
|
dims: Sequence[Dim],
|
|
448
|
-
fill_value: RawTensorTypes,
|
|
448
|
+
fill_value: Union[RawTensorTypes, Tensor],
|
|
449
449
|
*,
|
|
450
450
|
dtype: str,
|
|
451
451
|
sparse_dim: Optional[Dim] = None,
|
|
452
452
|
feature_dim: Optional[Dim] = None,
|
|
453
453
|
) -> Tensor:
|
|
454
454
|
"""full"""
|
|
455
|
+
if isinstance(fill_value, Tensor):
|
|
456
|
+
return fill_value + rf.zeros_like(fill_value)
|
|
455
457
|
kwargs = {}
|
|
456
458
|
if sparse_dim:
|
|
457
459
|
kwargs["sparse_dim"] = sparse_dim
|
|
@@ -660,7 +660,7 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
660
660
|
@staticmethod
|
|
661
661
|
def full(
|
|
662
662
|
dims: Sequence[Dim],
|
|
663
|
-
fill_value: RawTensorTypes,
|
|
663
|
+
fill_value: Union[RawTensorTypes, Tensor],
|
|
664
664
|
*,
|
|
665
665
|
dtype: str,
|
|
666
666
|
sparse_dim: Optional[Dim] = None,
|
|
@@ -668,6 +668,8 @@ class TorchBackend(Backend[torch.Tensor]):
|
|
|
668
668
|
) -> Tensor:
|
|
669
669
|
"""full"""
|
|
670
670
|
shape = [dim.get_dim_value() for dim in dims]
|
|
671
|
+
if isinstance(fill_value, Tensor):
|
|
672
|
+
fill_value = fill_value.raw_tensor
|
|
671
673
|
raw_tensor = torch.full(shape, fill_value, dtype=TorchBackend.as_dtype_raw(dtype))
|
|
672
674
|
return Tensor(
|
|
673
675
|
"full", dims=dims, sparse_dim=sparse_dim, feature_dim=feature_dim, dtype=dtype, raw_tensor=raw_tensor
|
|
@@ -63,6 +63,18 @@ def setup():
|
|
|
63
63
|
# No propagate, use stdout directly.
|
|
64
64
|
log.initialize(verbosity=[5], propagate=False)
|
|
65
65
|
|
|
66
|
+
# PyTorch is optional.
|
|
67
|
+
if "RETURNN_DISABLE_TORCH" in os.environ and int(os.environ["RETURNN_DISABLE_TORCH"]) == 1:
|
|
68
|
+
pass
|
|
69
|
+
else:
|
|
70
|
+
# Import order of TF and PyTorch can have an influence...
|
|
71
|
+
# I have a case where only this order works: torch, tensorflow
|
|
72
|
+
try:
|
|
73
|
+
# noinspection PyUnresolvedReferences,PyPackageRequirements
|
|
74
|
+
import torch
|
|
75
|
+
except ImportError:
|
|
76
|
+
pass
|
|
77
|
+
|
|
66
78
|
# TF is optional.
|
|
67
79
|
if "RETURNN_DISABLE_TF" in os.environ and int(os.environ["RETURNN_DISABLE_TF"]) == 1:
|
|
68
80
|
tf = None
|
|
@@ -168,7 +180,6 @@ def _try_hook_into_tests():
|
|
|
168
180
|
|
|
169
181
|
# Skip this if we are not in a debugger.
|
|
170
182
|
if test_program and in_debugger: # nosetest, unittest
|
|
171
|
-
|
|
172
183
|
# Ok, try to install our plugin.
|
|
173
184
|
class _ReraiseExceptionTestHookPlugin:
|
|
174
185
|
@staticmethod
|
|
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.20230626.20229 → returnn-1.20230626.24329}/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
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-chunking-blstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-contribrnn-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-maxgradnorm-lstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-native-lstm-lowmem.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-native-lstm2.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-native-lstm2.12ax.tuned.config
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-neural-transducer.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-rec-explicit-lstm.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-search-compiled-graph.py
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-tf-vanilla-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/demo-upd-mult-model.lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/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.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/IAM/create_IAM_dataset.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
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial/create_test_h5.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial_rgb/create_test_h5.py
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/demos/mdlstm/artificial_rgb/forwardconfig
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/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.20230626.20229 → returnn-1.20230626.24329}/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.20230626.20229 → returnn-1.20230626.24329}/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.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/.gitignore
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/LICENSE
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/README.md
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/aligner.gif
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/check.png
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/core.cu
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/core.h
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/core_cpu.cpp
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
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/ref_rna.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/WarpRna/warp-rna/test.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/reroute.py
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/subgraph.py
RENAMED
|
File without changes
|
{returnn-1.20230626.20229 → returnn-1.20230626.24329}/returnn/extern/graph_editor/transform.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
|
|
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
|