returnn 1.20230817.13718__tar.gz → 1.20230820.31622__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.20230817.13718/returnn.egg-info → returnn-1.20230820.31622}/PKG-INFO +1 -1
- returnn-1.20230820.31622/_setup_info_generated.py +2 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/__init__.py +1 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/_backend.py +24 -0
- returnn-1.20230820.31622/returnn/frontend/graph.py +65 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/control_flow_ctx.py +5 -3
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/_backend.py +25 -1
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/cond.py +6 -2
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/loop.py +5 -2
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/layers/base.py +3 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/layers/basic.py +10 -1
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/layers/rec.py +3 -1
- {returnn-1.20230817.13718 → returnn-1.20230820.31622/returnn.egg-info}/PKG-INFO +1 -1
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn.egg-info/SOURCES.txt +1 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TFUtil.py +2 -2
- returnn-1.20230817.13718/_setup_info_generated.py +0 -2
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/.editorconfig +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/.gitignore +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/.gitmodules +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/.kateconfig +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/CHANGELOG.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/CODEOWNERS +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/CONTRIBUTING.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/LICENSE +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/MANIFEST.in +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/README.rst +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/12AX.cluster_map +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/_setup_returnn_env.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-fwd.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-horovod-mpi.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-horovod-mpi.py.sh +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-horovod-mpi.sh +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-hyper-param-tuning.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-iter-dataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-list-devices.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-lua-torch-layer.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-pretrain.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-record-and-push-to-webserver.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-returnn-as-framework.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-rf.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-rhn-enwik8.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-sprint-interface.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-att-copy.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-attention.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-chunking-blstm.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-contribrnn-lstm.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-enc-dec.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-hard-att-copy.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-lstm-benchmark.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-maxgradnorm-lstm.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-native-lstm-lowmem.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-native-lstm.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-native-lstm2.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-native-lstm2.12ax.tuned.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-neural-transducer.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-rec-explicit-lstm.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-rec-explicit-rnn.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-rec-self-att.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-search-compiled-graph.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-vanilla-lstm.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-timit-lstm-ctc.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-torch.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-upd-mult-model.lstm.12ax.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo.sh +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/IAM_lines/a01-007-06.png +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/README.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/chars.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/config_demo +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/config_fwd +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/config_real +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/create_IAM_dataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/decode.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/features/raw/demo.h5 +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/go.sh +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/lines.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/split/eval.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/split/train.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/split/valid.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial/create_test_h5.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial/forwardconfig +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial/go.sh +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial/trainconfig +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial_rgb/create_test_h5.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial_rgb/forwardconfig +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial_rgb/go.sh +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial_rgb/trainconfig +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/pyproject.toml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/requirements.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/__main__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/__old_mod_loader__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/__setup__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/config.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/audio.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/basic.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/bundle_file.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/cached.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/cached2.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/generating.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/hdf.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/lm.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/map.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/meta.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/multi_proc.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/normalization_data.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/numpy_dump.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/raw_wav.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/sprint.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/stereo.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/util/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/util/feature_extraction.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/util/strings.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/datasets/util/vocabulary.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/engine/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/engine/base.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/engine/batch.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/__main__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/.git +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/.gitignore +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/LICENSE +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/aligner.gif +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/check.png +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/core.cu +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/core.h +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/core_cpu.cpp +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/LICENSE +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/MANIFEST.in +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/binding.cpp +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.cu +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/core.h +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/requirements.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/setup.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/pytorch_binding/warp_rna/test.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/ref_rna.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/setup.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op.cc +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/src/warp_rna_op_kernel_tmpl.h +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/tensorflow_binding/warp_rna/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/test.cpp +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/edit.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/reroute.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/select.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/subgraph.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/transform.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/graph_editor/util.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/forward_iface.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/_numpy_backend.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/_utils.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/array_.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/attention.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/audio/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/audio/mel.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/cond.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/const.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/container.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/control_flow_ctx.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/conv.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/device.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/dims.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/dropout.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/dtype.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/encoder/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/encoder/base.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/encoder/conformer.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/gradient.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/init.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/label_smoothing.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/linear.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/loop.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/loss.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/math_.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/matmul.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/module.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/normalization.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/parameter.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/rand.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/rec.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/reduce.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/run_ctx.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/signal.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/state.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/tensor_array.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/frontend/types.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/import_/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/import_/common.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/import_/git.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/import_/import_.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/learning_rate_control.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/log.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/native_op.cpp +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/native_op.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/pretrain.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/sprint/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/sprint/cache.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/sprint/control.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/sprint/error_signals.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/sprint/extern_interface.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/sprint/interface.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/_dim_extra.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/_tensor_extra.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/_tensor_mixin_base.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/_tensor_op_overloads.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/dim.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/marked_dim.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/tensor.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/tensor_dict.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tensor/utils.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/compat.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/data_pipeline.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/distributed.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/engine.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/_utils.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/config_entry_points.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/debug_eager_mode.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/dims.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/layer.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/make_layer.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/masked_computation.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/parameter_assign.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/prev_tensor_ref.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_low_level/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_low_level/_backend.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/horovod.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/hyper_param_tuning.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/layers/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/layers/segmental_model.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/layers/signal_processing.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/layers/variable.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/native_op.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/network.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/sprint.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/updater.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/util/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/util/basic.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/util/data.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/util/gradient_checkpoint.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/util/ken_lm.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/util/open_fst.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/data/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/data/pipeline.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/data/returnn_dataset_wrapper.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/data/tensor_utils.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/distributed.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/engine.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/frontend/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/frontend/_backend.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/frontend/_rand.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/frontend/bridge.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/functional/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/functional/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/functional/scaled_gradient.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/torch/updater.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/__init__.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/basic.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/better_exchook.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/bpe.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/debug.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/debug_helpers.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/fsa.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/literal_py_to_pickle.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/math.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/pprint.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/py-to-pickle.cpp +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/py_compat.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/sig_proc.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/util/task_system.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn.egg-info/dependency_links.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn.egg-info/top_level.txt +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/rnn.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/setup.cfg +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/setup.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/DummySprintExec.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm-inspection-profile.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/.gitignore +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/.name +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/codeStyleSettings.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/codeStyles/Project.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/codeStyles/codeStyleConfig.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/inspectionProfiles/Project_Default.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/misc.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/modules.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/returnn.iml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/PyCharm.idea/scopes/scope_settings.xml +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/_set_num_threads1.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/_setup_returnn_env.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/_setup_test_env.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/bpe-unicode-demo.codes +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/bpe-unicode-demo.vocab +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/lexicon_opt.fst +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/lexicon_opt.isyms +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/lexicon_opt.jpg +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/lexicon_opt.osyms +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/lint_common.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/pycharm-inspect.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/pylint.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/returnn-as-framework.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/rf_utils.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/spelling.dic +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_Config.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_Dataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_Fsa.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_GeneratingDataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_HDFDataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_LearningRateControl.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_Log.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_MultiProcDataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_PTDataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_Pretrain.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_ResNet.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_SprintDataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_SprintInterface.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TFEngine.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TFNativeOp.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TFNetworkLayer.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TFNetworkRecLayer.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TFNetworkSigProcLayer.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TFUpdater.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TF_determinism.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TaskSystem.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TaskSystem_SharedMem.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_TranslationDataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_Util.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_demos.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_fork_exec.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_hdf_dump.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_array.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_attention.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_base.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_cond.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_const.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_container.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_conv.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_encoder_conformer.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_gradient.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_label_smoothing.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_loop.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_math.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_normalization.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_rec.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_reduce.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_rf_signal.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_tensor.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_tools.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_torch_engine.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_torch_frontend.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tests/test_torch_internal_frontend.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/_setup_returnn_env.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/analyze-dataset-batches.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/bliss-collect-seq-lens.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/bliss-dump-text.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/bliss-get-segment-names.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/bliss-to-ogg-zip.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/bpe-create-lexicon.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/calculate-word-error-rate.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/cleanup-old-models.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/collect-orth-symbols.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/collect-words.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/compile_native_op.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/compile_tf_graph.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/debug-dump-search-scores.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/debug-plot-search-scores.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/dump-dataset-raw-strings.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/dump-dataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/dump-forward-stats.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/dump-forward.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/dump-network-json.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/dump-pickle.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/extract_state_tying_from_dataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/get-attention-weights.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/get-best-model-epoch.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/hdf_dump.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/hdf_dump_translation_dataset.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/import-blocks-mt-model.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/import-t2t-mt-model.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/.gitignore +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/Makefile +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/example/README.md +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/example/libs_list +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/example/network.040/i600_m600_m600.sgd_b16_lr0_cl2.newbobabs.keep_over_epoch.lstm2.config +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/example/rescore_lattice.sh +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/example/state_vars_list +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/example/tensor_names_list +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/file.h +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/htklatticerescorer.cc +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/htklatticerescorer.h +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/main.cc +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/rescorer.h +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/vocabulary.cc +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/lattice_rescorer/vocabulary.h +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/tf_avg_checkpoints.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/tf_inspect_checkpoint.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/tf_inspect_summary_log.py +0 -0
- {returnn-1.20230817.13718 → returnn-1.20230820.31622}/tools/torch_export_to_onnx.py +0 -0
|
@@ -39,6 +39,30 @@ class Backend(Generic[T]):
|
|
|
39
39
|
"""
|
|
40
40
|
raise NotImplementedError
|
|
41
41
|
|
|
42
|
+
@staticmethod
|
|
43
|
+
def get_tensor_dependencies(x: Tensor) -> Sequence[Tensor]:
|
|
44
|
+
"""
|
|
45
|
+
:param x: tensor
|
|
46
|
+
:return: list of all tensors which are inputs to `x`, ancestor tensors, dependencies.
|
|
47
|
+
E.g. :func:`tf.Tensor.op.inputs`.
|
|
48
|
+
This mostly makes sense for graph-based frameworks
|
|
49
|
+
but eager-based frameworks might have this too with enabled gradient tape,
|
|
50
|
+
as they should know the inputs.
|
|
51
|
+
"""
|
|
52
|
+
raise NotImplementedError
|
|
53
|
+
|
|
54
|
+
@staticmethod
|
|
55
|
+
def get_tensor_consumers(x: Tensor) -> Sequence[Tensor]:
|
|
56
|
+
"""
|
|
57
|
+
:param x: tensor
|
|
58
|
+
:return: list of all tensors depending on `x`, descendant tensors, used by.
|
|
59
|
+
E.g. :func:`tf.Tensor.consumers`.
|
|
60
|
+
This mostly makes sense for graph-based frameworks
|
|
61
|
+
but eager-based frameworks might have this too with enabled gradient tape,
|
|
62
|
+
as they should know the consumers.
|
|
63
|
+
"""
|
|
64
|
+
raise NotImplementedError
|
|
65
|
+
|
|
42
66
|
@staticmethod
|
|
43
67
|
def cond(pred: Tensor, true_fn: Callable, false_fn: Callable):
|
|
44
68
|
"""
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Graph utils.
|
|
3
|
+
|
|
4
|
+
They might be just available for graph-based frameworks,
|
|
5
|
+
but not necessarily.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
from __future__ import annotations
|
|
9
|
+
from typing import Union, Sequence, Callable, List
|
|
10
|
+
from returnn.tensor import Tensor
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
"get_tensor_dependencies",
|
|
15
|
+
"get_tensor_consumers",
|
|
16
|
+
"walk_tensor_consumers",
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def get_tensor_dependencies(x: Tensor) -> Sequence[Tensor]:
|
|
21
|
+
"""
|
|
22
|
+
:param x: tensor
|
|
23
|
+
:return: list of tensors which are inputs to x
|
|
24
|
+
"""
|
|
25
|
+
# noinspection PyProtectedMember
|
|
26
|
+
return x._raw_backend.get_tensor_dependencies(x)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
def get_tensor_consumers(x: Tensor) -> Sequence[Tensor]:
|
|
30
|
+
"""
|
|
31
|
+
:param x: tensor
|
|
32
|
+
:return: list of tensors which consume x
|
|
33
|
+
"""
|
|
34
|
+
# noinspection PyProtectedMember
|
|
35
|
+
return x._raw_backend.get_tensor_consumers(x)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def walk_tensor_consumers(
|
|
39
|
+
seed: Union[Tensor, Sequence[Tensor]],
|
|
40
|
+
*,
|
|
41
|
+
filter_outputs: Callable[[Tensor], bool] = None,
|
|
42
|
+
ending_condition: Callable[[Tensor], bool],
|
|
43
|
+
) -> List[Tensor]:
|
|
44
|
+
"""
|
|
45
|
+
:param seed: tensor
|
|
46
|
+
:param filter_outputs: if given, this function will be called with each tensor,
|
|
47
|
+
and if it returns False, the tensor will be skipped.
|
|
48
|
+
:param ending_condition: if given, this function will be called with each tensor,
|
|
49
|
+
and if it returns True, we return.
|
|
50
|
+
:return: yields all tensors which consume seed, and their consumers, recursively
|
|
51
|
+
"""
|
|
52
|
+
seen = set()
|
|
53
|
+
queue = [seed] if isinstance(seed, Tensor) else list(seed)
|
|
54
|
+
outputs = []
|
|
55
|
+
while queue:
|
|
56
|
+
x = queue.pop(0)
|
|
57
|
+
if x in seen:
|
|
58
|
+
continue
|
|
59
|
+
seen.add(x)
|
|
60
|
+
if not filter_outputs or filter_outputs(x):
|
|
61
|
+
outputs.append(x)
|
|
62
|
+
if ending_condition and ending_condition(x):
|
|
63
|
+
break
|
|
64
|
+
queue.extend(get_tensor_consumers(x))
|
|
65
|
+
return outputs
|
|
@@ -31,14 +31,16 @@ class ControlFlowContext:
|
|
|
31
31
|
"""
|
|
32
32
|
|
|
33
33
|
Loop = "loop"
|
|
34
|
-
|
|
34
|
+
CondTrue = "cond-true"
|
|
35
|
+
CondFalse = "cond-false"
|
|
35
36
|
|
|
36
|
-
def __init__(self, kind: str, outer_ctx: Optional[ControlFlowContext] = None):
|
|
37
|
+
def __init__(self, *, kind: str, identifier: str, outer_ctx: Optional[ControlFlowContext] = None):
|
|
37
38
|
"""
|
|
38
39
|
:param kind: from ControlFlowContext.Types
|
|
39
40
|
:param outer_ctx:
|
|
40
41
|
"""
|
|
41
42
|
self.kind = kind
|
|
43
|
+
self.identifier = identifier
|
|
42
44
|
self._outer_ctx = outer_ctx
|
|
43
45
|
self._tf_control_flow_ctx = None # type: Optional[_TFControlFlowCtx]
|
|
44
46
|
self._loop_spatial_dim = None # type: Optional[Dim]
|
|
@@ -142,7 +144,7 @@ class ControlFlowContext:
|
|
|
142
144
|
"""
|
|
143
145
|
:rtype: bool
|
|
144
146
|
"""
|
|
145
|
-
return self.kind
|
|
147
|
+
return self.kind in {self.Types.CondTrue, self.Types.CondFalse}
|
|
146
148
|
|
|
147
149
|
@property
|
|
148
150
|
def outer_ctx(self):
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/tf/frontend_layers/_backend.py
RENAMED
|
@@ -3,7 +3,7 @@ High-level backend for RETURNN layers
|
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
|
-
from typing import TypeVar, Union, Sequence, Optional, Any, Callable, Tuple, Dict
|
|
6
|
+
from typing import TypeVar, Union, Sequence, Optional, Any, Callable, Tuple, Dict, List
|
|
7
7
|
import contextlib
|
|
8
8
|
import numpy
|
|
9
9
|
import tensorflow as tf
|
|
@@ -40,6 +40,30 @@ class ReturnnLayersBackend(Backend[Layer]):
|
|
|
40
40
|
"""executing eagerly"""
|
|
41
41
|
return False
|
|
42
42
|
|
|
43
|
+
@staticmethod
|
|
44
|
+
def get_tensor_dependencies(x: Tensor[Layer]) -> Sequence[Tensor]:
|
|
45
|
+
"""get tensor inputs"""
|
|
46
|
+
deps: List[Tensor] = []
|
|
47
|
+
visited = set()
|
|
48
|
+
for dep in x.raw_tensor.get_tensor_dependencies():
|
|
49
|
+
if not dep.tensor or dep.tensor in visited:
|
|
50
|
+
continue
|
|
51
|
+
visited.add(dep.tensor)
|
|
52
|
+
deps.append(dep.tensor)
|
|
53
|
+
return deps
|
|
54
|
+
|
|
55
|
+
@staticmethod
|
|
56
|
+
def get_tensor_consumers(x: Tensor[Layer]) -> Sequence[Tensor]:
|
|
57
|
+
"""get tensor consumers"""
|
|
58
|
+
usages: List[Tensor] = []
|
|
59
|
+
visited = set()
|
|
60
|
+
for use in x.raw_tensor.usages:
|
|
61
|
+
if not use.tensor or use.tensor in visited:
|
|
62
|
+
continue
|
|
63
|
+
visited.add(use.tensor)
|
|
64
|
+
usages.append(use.tensor)
|
|
65
|
+
return usages
|
|
66
|
+
|
|
43
67
|
@staticmethod
|
|
44
68
|
def cond(pred: Tensor, true_fn: Callable, false_fn: Callable):
|
|
45
69
|
"""cond"""
|
|
@@ -59,7 +59,9 @@ class Cond(Generic[T]):
|
|
|
59
59
|
)
|
|
60
60
|
self.name_ctx.custom_layer_name_scope = ""
|
|
61
61
|
self.true_branch_control_flow_ctx = ControlFlowContext(
|
|
62
|
-
kind=ControlFlowContext.Types.
|
|
62
|
+
kind=ControlFlowContext.Types.CondTrue,
|
|
63
|
+
outer_ctx=self.name_ctx.control_flow_ctx(),
|
|
64
|
+
identifier=self.name_ctx.get_abs_name(),
|
|
63
65
|
)
|
|
64
66
|
self.true_branch_name_ctx = rfl.Layer(
|
|
65
67
|
module=self.layer_module,
|
|
@@ -72,7 +74,9 @@ class Cond(Generic[T]):
|
|
|
72
74
|
self.true_branch_name_ctx.is_subnet = True
|
|
73
75
|
self.true_branch_name_ctx.extend_reserved_names({"output"})
|
|
74
76
|
self.false_branch_control_flow_ctx = ControlFlowContext(
|
|
75
|
-
kind=ControlFlowContext.Types.
|
|
77
|
+
kind=ControlFlowContext.Types.CondFalse,
|
|
78
|
+
outer_ctx=self.name_ctx.control_flow_ctx(),
|
|
79
|
+
identifier=self.true_branch_control_flow_ctx.identifier,
|
|
76
80
|
)
|
|
77
81
|
self.false_branch_name_ctx = rfl.Layer(
|
|
78
82
|
module=self.layer_module,
|
|
@@ -79,14 +79,17 @@ class Loop:
|
|
|
79
79
|
if value is not NotSpecified and value is not None and key not in {"self", "__class__", "name"}
|
|
80
80
|
}
|
|
81
81
|
self.layer_module = LoopModule(loop=self)
|
|
82
|
+
parent_name_ctx = rfl.Layer.current_ctx()
|
|
82
83
|
self.control_flow_ctx = ControlFlowContext(
|
|
83
|
-
kind=ControlFlowContext.Types.Loop,
|
|
84
|
+
kind=ControlFlowContext.Types.Loop,
|
|
85
|
+
outer_ctx=rfl.Layer.inner_control_flow(),
|
|
86
|
+
identifier=parent_name_ctx.get_abs_name(),
|
|
84
87
|
)
|
|
85
88
|
self.control_flow_ctx.loop_spatial_dim = axis
|
|
86
89
|
self.name_ctx = rfl.Layer(
|
|
87
90
|
module=self.layer_module,
|
|
88
91
|
suggested_name=name,
|
|
89
|
-
parent=
|
|
92
|
+
parent=parent_name_ctx,
|
|
90
93
|
new_control_flow_ctx=self.control_flow_ctx,
|
|
91
94
|
can_access_children=False,
|
|
92
95
|
)
|
|
@@ -175,6 +175,9 @@ class LayerBase(object):
|
|
|
175
175
|
:param str|callable|None custom_param_importer: used by :func:`set_param_values_by_dict`
|
|
176
176
|
:param str|None register_as_extern_data: registers output in network.extern_data
|
|
177
177
|
:param None|((LayerBase)->list[tf.Operation]) control_dependencies_on_output:
|
|
178
|
+
This is mostly to perform some checks *after* the layer output has been computed,
|
|
179
|
+
*before* the layer output is used anywhere else.
|
|
180
|
+
There is also the :class:`IdentityLayer` with the option ``control_dependencies``.
|
|
178
181
|
:param None|bool|dict[str] debug_print_layer_output: same as global config option but per layer
|
|
179
182
|
:param str _name: just for internal construction, should be the same as ``name``
|
|
180
183
|
:param returnn.tf.network.TFNetwork _network: just for internal construction, should be the same as ``network``
|
|
@@ -9157,7 +9157,7 @@ class CombineLayer(LayerBase):
|
|
|
9157
9157
|
out_type_["dim"] = n_out
|
|
9158
9158
|
if out_type:
|
|
9159
9159
|
if isinstance(out_type, dict):
|
|
9160
|
-
if "shape" in out_type or "dim_tags" in out_type:
|
|
9160
|
+
if "shape" in out_type or "dim_tags" in out_type or "dims" in out_type:
|
|
9161
9161
|
out_type_.pop("dims", None)
|
|
9162
9162
|
out_type_.pop("batch_dim_axis", None)
|
|
9163
9163
|
out_type_.pop("feature_dim_axis", None)
|
|
@@ -9588,6 +9588,15 @@ class CondLayer(LayerBase):
|
|
|
9588
9588
|
See also :class:`SwitchLayer`, which uses :func:`tf.where`.
|
|
9589
9589
|
Here, we use `tf.cond` instead. I.e. the condition has to be a scalar bool,
|
|
9590
9590
|
and only the corresponding true/false branch is computed.
|
|
9591
|
+
|
|
9592
|
+
``true_layer``/``false_layer`` are layer dicts, which are in the same namescope as this layer,
|
|
9593
|
+
however, they are in the corresponding control flow context (tf.cond).
|
|
9594
|
+
|
|
9595
|
+
You can use :class:`SubnetworkLayer` inside to embed any more complex logic.
|
|
9596
|
+
|
|
9597
|
+
There can be more than one output via sub-layers.
|
|
9598
|
+
Specifically, it will make all from :func:`get_available_sub_layer_names` available.
|
|
9599
|
+
In :class:`SubnetworkLayer`, that are all the output layers in the sub-network.
|
|
9591
9600
|
"""
|
|
9592
9601
|
|
|
9593
9602
|
layer_class = "cond"
|
|
@@ -1360,7 +1360,9 @@ class _SubnetworkRecCell(object):
|
|
|
1360
1360
|
from returnn.tf.util.data import ControlFlowContext
|
|
1361
1361
|
|
|
1362
1362
|
control_flow_ctx = ControlFlowContext(
|
|
1363
|
-
kind=ControlFlowContext.Types.Loop,
|
|
1363
|
+
kind=ControlFlowContext.Types.Loop,
|
|
1364
|
+
outer_ctx=parent_net.get_control_flow_ctx(),
|
|
1365
|
+
identifier="%s%s" % (parent_net.get_absolute_name_scope_prefix(), rec_layer_name),
|
|
1364
1366
|
)
|
|
1365
1367
|
control_flow_ctx.loop_spatial_dim = time_dim_tag
|
|
1366
1368
|
self.net = TFNetwork(
|
|
@@ -1653,7 +1653,7 @@ def test_dim_math_pad_conv_valid_in_ctx():
|
|
|
1653
1653
|
time = SpatialDim("time:var:extern_data:data")
|
|
1654
1654
|
loop_dim = SpatialDim("time:var:extern_data:classes")
|
|
1655
1655
|
batch_info = BatchInfo.make_global_batch_info(-1)
|
|
1656
|
-
ctx = ControlFlowContext(kind=ControlFlowContext.Types.Loop)
|
|
1656
|
+
ctx = ControlFlowContext(kind=ControlFlowContext.Types.Loop, identifier="loop")
|
|
1657
1657
|
ctx.loop_spatial_dim = loop_dim
|
|
1658
1658
|
time_ = time.get_for_batch_ctx(batch=batch_info, ctx=ctx)
|
|
1659
1659
|
# Note: once time is actually defined (dyn_size_ext is set), the following assert would not be the case,
|
|
@@ -1676,7 +1676,7 @@ def test_dim_math_pad_conv_valid_in_ctx_derived():
|
|
|
1676
1676
|
|
|
1677
1677
|
loop_dim = SpatialDim("time:var:extern_data:classes")
|
|
1678
1678
|
batch_info = BatchInfo.make_global_batch_info(-1)
|
|
1679
|
-
ctx = ControlFlowContext(kind=ControlFlowContext.Types.Loop)
|
|
1679
|
+
ctx = ControlFlowContext(kind=ControlFlowContext.Types.Loop, identifier="loop")
|
|
1680
1680
|
ctx.loop_spatial_dim = loop_dim
|
|
1681
1681
|
time_undefined = Dim(kind=Dim.Types.Spatial, description="time_undefined", dimension=None)
|
|
1682
1682
|
time_ = time_undefined.get_for_batch_ctx(batch=batch_info, ctx=ctx)
|
|
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.20230817.13718 → returnn-1.20230820.31622}/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.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-chunking-blstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-contribrnn-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-maxgradnorm-lstm.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-native-lstm-lowmem.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-native-lstm2.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-native-lstm2.12ax.tuned.config
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-neural-transducer.12ax.config
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-rec-explicit-lstm.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-search-compiled-graph.py
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-tf-vanilla-lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/demo-upd-mult-model.lstm.12ax.config
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/IAM_lines/a01-000u-00.png
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/IAM/IAM_lines/a01-007-04.png
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/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.20230817.13718 → returnn-1.20230820.31622}/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.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial/create_test_h5.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial_rgb/create_test_h5.py
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/demos/mdlstm/artificial_rgb/forwardconfig
RENAMED
|
File without changes
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/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.20230817.13718 → returnn-1.20230820.31622}/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.20230817.13718 → returnn-1.20230820.31622}/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
|
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/.gitignore
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/LICENSE
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/README.md
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/aligner.gif
RENAMED
|
File without changes
|
{returnn-1.20230817.13718 → returnn-1.20230820.31622}/returnn/extern/WarpRna/warp-rna/check.png
RENAMED
|
File without changes
|