PyPI project
thinc
100+ indexed releases ยท newest sdist 9.1.1 with 162 indexed members
Files in 9.1.1 thinc-9.1.1.tar.gz
- setup.py
- thinc/__init__.py
- thinc/about.py
- thinc/api.py
- thinc/backends/__init__.py
- thinc/backends/_cupy_allocators.py
- thinc/backends/_custom_kernels.py
- thinc/backends/_param_server.py
- thinc/backends/cupy_ops.py
- thinc/backends/mps_ops.py
- thinc/backends/ops.py
- thinc/compat.py
- thinc/config.py
- thinc/initializers.py
- thinc/layers/__init__.py
- thinc/layers/add.py
- thinc/layers/array_getitem.py
- thinc/layers/bidirectional.py
- thinc/layers/cauchysimilarity.py
- thinc/layers/chain.py
- thinc/layers/clipped_linear.py
- thinc/layers/clone.py
- thinc/layers/concatenate.py
- thinc/layers/dish.py
- thinc/layers/dropout.py
- thinc/layers/embed.py
- thinc/layers/expand_window.py
- thinc/layers/gelu.py
- thinc/layers/hard_swish.py
- thinc/layers/hard_swish_mobilenet.py
- thinc/layers/hashembed.py
- thinc/layers/layernorm.py
- thinc/layers/linear.py
- thinc/layers/list2array.py
- thinc/layers/list2padded.py
- thinc/layers/list2ragged.py
- thinc/layers/logistic.py
- thinc/layers/lstm.py
- thinc/layers/map_list.py
- thinc/layers/maxout.py
- thinc/layers/mish.py
- thinc/layers/multisoftmax.py
- thinc/layers/mxnetwrapper.py
- thinc/layers/noop.py
- thinc/layers/padded2list.py
- thinc/layers/parametricattention.py
- thinc/layers/parametricattention_v2.py
- thinc/layers/pytorchwrapper.py
- thinc/layers/ragged2list.py
- thinc/layers/reduce_first.py
- thinc/layers/reduce_last.py
- thinc/layers/reduce_max.py
- thinc/layers/reduce_mean.py
- thinc/layers/reduce_sum.py
- thinc/layers/relu.py
- thinc/layers/remap_ids.py
- thinc/layers/residual.py
- thinc/layers/resizable.py
- thinc/layers/siamese.py
- thinc/layers/sigmoid.py
- thinc/layers/sigmoid_activation.py
- thinc/layers/softmax.py
- thinc/layers/softmax_activation.py
- thinc/layers/strings2arrays.py
- thinc/layers/swish.py
- thinc/layers/tensorflowwrapper.py
- thinc/layers/torchscriptwrapper.py
- thinc/layers/tuplify.py
- thinc/layers/uniqued.py
- thinc/layers/with_array.py
- thinc/layers/with_array2d.py
- thinc/layers/with_cpu.py
- thinc/layers/with_debug.py
- thinc/layers/with_flatten.py
- thinc/layers/with_flatten_v2.py
- thinc/layers/with_getitem.py
- thinc/layers/with_list.py
- thinc/layers/with_nvtx_range.py
- thinc/layers/with_padded.py
- thinc/layers/with_ragged.py
- thinc/layers/with_reshape.py
- thinc/layers/with_signpost_interval.py
- thinc/loss.py
- thinc/model.py
- thinc/mypy.py
- thinc/optimizers.py
- thinc/schedules.py
- thinc/shims/__init__.py
- thinc/shims/mxnet.py
- thinc/shims/pytorch.py
- thinc/shims/pytorch_grad_scaler.py
- thinc/shims/shim.py
- thinc/shims/tensorflow.py
- thinc/shims/torchscript.py
- thinc/tests/__init__.py
- thinc/tests/backends/__init__.py
- thinc/tests/backends/_apple_blas/__init__.py
- thinc/tests/backends/_apple_blas/test_gemm.py
- thinc/tests/backends/test_mem.py
- thinc/tests/backends/test_mps_ops.py
- thinc/tests/backends/test_ops.py
- thinc/tests/conftest.py
- thinc/tests/enable_mxnet.py
- thinc/tests/enable_tensorflow.py
- thinc/tests/layers/__init__.py
- thinc/tests/layers/test_basic_tagger.py
- thinc/tests/layers/test_combinators.py
- thinc/tests/layers/test_feed_forward.py
- thinc/tests/layers/test_hash_embed.py
- thinc/tests/layers/test_layers_api.py
- thinc/tests/layers/test_linear.py
- thinc/tests/layers/test_lstm.py
- thinc/tests/layers/test_mappers.py
- thinc/tests/layers/test_mnist.py
- thinc/tests/layers/test_mxnet_wrapper.py
- thinc/tests/layers/test_parametric_attention_v2.py
- thinc/tests/layers/test_pytorch_wrapper.py
- thinc/tests/layers/test_reduce.py
- thinc/tests/layers/test_resizable.py
- thinc/tests/layers/test_shim.py
- thinc/tests/layers/test_softmax.py
- thinc/tests/layers/test_sparse_linear.py
- thinc/tests/layers/test_tensorflow_wrapper.py
- thinc/tests/layers/test_torchscriptwrapper.py
- thinc/tests/layers/test_transforms.py
- thinc/tests/layers/test_uniqued.py
- thinc/tests/layers/test_with_debug.py
- thinc/tests/layers/test_with_flatten.py
- thinc/tests/layers/test_with_transforms.py
- thinc/tests/model/__init__.py
- thinc/tests/model/test_model.py
- thinc/tests/model/test_validation.py
- thinc/tests/mypy/__init__.py
- thinc/tests/mypy/modules/__init__.py
- thinc/tests/mypy/modules/fail_no_plugin.py
- thinc/tests/mypy/modules/fail_plugin.py
- thinc/tests/mypy/modules/success_no_plugin.py
- thinc/tests/mypy/modules/success_plugin.py
- thinc/tests/mypy/test_mypy.py
- thinc/tests/regression/__init__.py
- thinc/tests/regression/issue519/__init__.py
- thinc/tests/regression/issue519/program.py
- thinc/tests/regression/issue519/test_issue519.py
- thinc/tests/regression/test_issue208.py
- thinc/tests/regression/test_issue564.py
- thinc/tests/shims/__init__.py
- thinc/tests/shims/test_pytorch_grad_scaler.py
- thinc/tests/strategies.py
- thinc/tests/test_config.py
- thinc/tests/test_examples.py
- thinc/tests/test_import__all__.py
- thinc/tests/test_indexing.py
- thinc/tests/test_initializers.py
- thinc/tests/test_loss.py
- thinc/tests/test_optimizers.py
- thinc/tests/test_schedules.py
- thinc/tests/test_serialize.py
- thinc/tests/test_types.py
- thinc/tests/test_util.py
- thinc/tests/util.py
- thinc/types.py
- thinc/util.py
Indexed releases
- 9.1.1
thinc-9.1.1.tar.gz162 members - 9.1.1
thinc-9.1.1-cp39-cp39-musllinux_1_2_x86_64.whl161 members - 9.1.1
thinc-9.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl161 members - 9.1.1
thinc-9.1.1-cp39-cp39-macosx_11_0_arm64.whl161 members - 9.1.1
thinc-9.1.1-cp312-cp312-win_amd64.whl161 members - 9.1.1
thinc-9.1.1-cp312-cp312-musllinux_1_2_i686.whl161 members - 9.1.1
thinc-9.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.1.1
thinc-9.1.1-cp312-cp312-macosx_10_9_x86_64.whl161 members - 9.1.1
thinc-9.1.1-cp311-cp311-musllinux_1_2_x86_64.whl161 members - 9.1.1
thinc-9.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl161 members - 9.1.1
thinc-9.1.1-cp311-cp311-macosx_11_0_arm64.whl161 members - 9.1.1
thinc-9.1.1-cp310-cp310-win_amd64.whl161 members - 9.1.1
thinc-9.1.1-cp310-cp310-musllinux_1_2_i686.whl161 members - 9.1.1
thinc-9.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.1.1
thinc-9.1.1-cp310-cp310-macosx_10_9_x86_64.whl161 members - 9.1.0
thinc-9.1.0-cp39-cp39-win_amd64.whl161 members - 9.1.0
thinc-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.1.0
thinc-9.1.0-cp312-cp312-win_amd64.whl161 members - 9.1.0
thinc-9.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.1.0
thinc-9.1.0-cp311-cp311-win_amd64.whl161 members - 9.1.0
thinc-9.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.1.0
thinc-9.1.0-cp310-cp310-win_amd64.whl161 members - 9.1.0
thinc-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.0.0
thinc-9.0.0.tar.gz162 members - 9.0.0
thinc-9.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.0.0
thinc-9.0.0-cp39-cp39-macosx_11_0_arm64.whl161 members - 9.0.0
thinc-9.0.0-cp312-cp312-win_amd64.whl161 members - 9.0.0
thinc-9.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl161 members - 9.0.0
thinc-9.0.0-cp312-cp312-macosx_10_9_x86_64.whl161 members - 9.0.0
thinc-9.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl161 members - 9.0.0
thinc-9.0.0-cp311-cp311-macosx_11_0_arm64.whl161 members - 9.0.0
thinc-9.0.0-cp310-cp310-win_amd64.whl161 members - 9.0.0
thinc-9.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl161 members - 9.0.0
thinc-9.0.0-cp310-cp310-macosx_10_9_x86_64.whl161 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp39-cp39-win_amd64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp39-cp39-macosx_10_9_x86_64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp38-cp38-macosx_11_0_arm64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp37-cp37m-win_amd64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp36-cp36m-win_amd64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp312-cp312-win_amd64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp312-cp312-macosx_10_9_x86_64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp311-cp311-macosx_11_0_arm64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp310-cp310-win_amd64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev5
thinc-9.0.0.dev5-cp310-cp310-macosx_10_9_x86_64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp39-cp39-win_amd64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp39-cp39-macosx_10_9_x86_64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp38-cp38-macosx_11_0_arm64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp37-cp37m-win_amd64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp36-cp36m-win_amd64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp312-cp312-win_amd64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp312-cp312-macosx_10_9_x86_64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp311-cp311-macosx_11_0_arm64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp310-cp310-win_amd64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl158 members - 9.0.0.dev4
thinc-9.0.0.dev4-cp310-cp310-macosx_10_9_x86_64.whl158 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp39-cp39-win_amd64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp39-cp39-macosx_10_9_x86_64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp38-cp38-macosx_11_0_arm64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp37-cp37m-win_amd64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp36-cp36m-win_amd64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp311-cp311-macosx_11_0_arm64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp310-cp310-win_amd64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl156 members - 9.0.0.dev3
thinc-9.0.0.dev3-cp310-cp310-macosx_10_9_x86_64.whl156 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp39-cp39-win_amd64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp39-cp39-macosx_10_9_x86_64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp38-cp38-macosx_11_0_arm64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp37-cp37m-win_amd64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp36-cp36m-win_amd64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp311-cp311-macosx_11_0_arm64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp310-cp310-win_amd64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl154 members - 9.0.0.dev2
thinc-9.0.0.dev2-cp310-cp310-macosx_10_9_x86_64.whl154 members - 9.0.0.dev1
thinc-9.0.0.dev1-cp39-cp39-win_amd64.whl152 members - 9.0.0.dev1
thinc-9.0.0.dev1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl152 members - 9.0.0.dev1
thinc-9.0.0.dev1-cp39-cp39-macosx_10_9_x86_64.whl152 members - 9.0.0.dev1
thinc-9.0.0.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl152 members
and more releases past the first 100