Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 25, 2020 07:31
Show Gist options
  • Save r-ryantm/702bc55fc45a74f482e0fc49c568fd52 to your computer and use it in GitHub Desktop.
Save r-ryantm/702bc55fc45a74f482e0fc49c568fd52 to your computer and use it in GitHub Desktop.
/nix/store/bvq1bmwi114pq47dsc4p3rrcbc8wavn0-python3.7-thinc-7.4.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── thinc
│   │   ├── about.py
│   │   ├── api.py
│   │   ├── check.py
│   │   ├── compat.py
│   │   ├── compile_time_constants.pxi
│   │   ├── config.py
│   │   ├── cpu.pxd
│   │   ├── describe.py
│   │   ├── exceptions.py
│   │   ├── extra
│   │   │   ├── cache.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── cache.pxd
│   │   │   ├── cache.pyx
│   │   │   ├── datasets.py
│   │   │   ├── eg.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── eg.pxd
│   │   │   ├── eg.pyx
│   │   │   ├── hpbff.py
│   │   │   ├── __init__.pxd
│   │   │   ├── __init__.py
│   │   │   ├── load_nlp.py
│   │   │   ├── mb.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── mb.pxd
│   │   │   ├── mb.pyx
│   │   │   ├── __pycache__
│   │   │   │   ├── datasets.cpython-37.pyc
│   │   │   │   ├── hpbff.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── load_nlp.cpython-37.pyc
│   │   │   │   ├── visualizer.cpython-37.pyc
│   │   │   │   └── wrappers.cpython-37.pyc
│   │   │   ├── search.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── search.pxd
│   │   │   ├── search.pyx
│   │   │   ├── _vendorized
│   │   │   │   ├── __init__.py
│   │   │   │   ├── keras_datasets.py
│   │   │   │   ├── keras_data_utils.py
│   │   │   │   ├── keras_generic_utils.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keras_datasets.cpython-37.pyc
│   │   │   │   ├── keras_data_utils.cpython-37.pyc
│   │   │   │   └── keras_generic_utils.cpython-37.pyc
│   │   │   ├── visualizer.py
│   │   │   ├── wrappers.py
│   │   │   └── wrapt
│   │   │   ├── decorators.py
│   │   │   ├── importer.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── importer.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── wrappers.cpython-37.pyc
│   │   │   ├── _wrappers.cpython-37m-x86_64-linux-gnu.so
│   │   │   └── wrappers.py
│   │   ├── i2v.py
│   │   ├── __init__.pxd
│   │   ├── __init__.py
│   │   ├── linalg.cpython-37m-x86_64-linux-gnu.so
│   │   ├── linalg.pxd
│   │   ├── linalg.pyx
│   │   ├── linear
│   │   │   ├── avgtron.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── avgtron.pxd
│   │   │   ├── avgtron.pyx
│   │   │   ├── features.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── features.pxd
│   │   │   ├── features.pyx
│   │   │   ├── __init__.pxd
│   │   │   ├── __init__.py
│   │   │   ├── linear.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── linear.pyx
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── serialize.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── serialize.pxd
│   │   │   ├── serialize.pyx
│   │   │   ├── sparse.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── sparse.pxd
│   │   │   └── sparse.pyx
│   │   ├── loss.py
│   │   ├── misc.py
│   │   ├── neural
│   │   │   ├── _aligned_alloc.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── _aligned_alloc.pyx
│   │   │   ├── _classes
│   │   │   │   ├── affine.py
│   │   │   │   ├── attention.py
│   │   │   │   ├── batchnorm.py
│   │   │   │   ├── convolution.py
│   │   │   │   ├── difference.py
│   │   │   │   ├── elu.py
│   │   │   │   ├── embed.py
│   │   │   │   ├── encoder_decoder.py
│   │   │   │   ├── feature_extracter.py
│   │   │   │   ├── feed_forward.py
│   │   │   │   ├── function_layer.py
│   │   │   │   ├── hash_embed.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── layernorm.py
│   │   │   │   ├── maxout.py
│   │   │   │   ├── mish.py
│   │   │   │   ├── model.py
│   │   │   │   ├── multiheaded_attention.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── affine.cpython-37.pyc
│   │   │   │   │   ├── attention.cpython-37.pyc
│   │   │   │   │   ├── batchnorm.cpython-37.pyc
│   │   │   │   │   ├── convolution.cpython-37.pyc
│   │   │   │   │   ├── difference.cpython-37.pyc
│   │   │   │   │   ├── elu.cpython-37.pyc
│   │   │   │   │   ├── embed.cpython-37.pyc
│   │   │   │   │   ├── encoder_decoder.cpython-37.pyc
│   │   │   │   │   ├── feature_extracter.cpython-37.pyc
│   │   │   │   │   ├── feed_forward.cpython-37.pyc
│   │   │   │   │   ├── function_layer.cpython-37.pyc
│   │   │   │   │   ├── hash_embed.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── layernorm.cpython-37.pyc
│   │   │   │   │   ├── maxout.cpython-37.pyc
│   │   │   │   │   ├── mish.cpython-37.pyc
│   │   │   │   │   ├── model.cpython-37.pyc
│   │   │   │   │   ├── multiheaded_attention.cpython-37.pyc
│   │   │   │   │   ├── relu.cpython-37.pyc
│   │   │   │   │   ├── resnet.cpython-37.pyc
│   │   │   │   │   ├── rnn.cpython-37.pyc
│   │   │   │   │   ├── selu.cpython-37.pyc
│   │   │   │   │   ├── softmax.cpython-37.pyc
│   │   │   │   │   └── static_vectors.cpython-37.pyc
│   │   │   │   ├── relu.py
│   │   │   │   ├── resnet.py
│   │   │   │   ├── rnn.py
│   │   │   │   ├── selu.py
│   │   │   │   ├── softmax.py
│   │   │   │   └── static_vectors.py
│   │   │   ├── cpu.pxd
│   │   │   ├── _custom_kernels.cu
│   │   │   ├── _custom_kernels.py
│   │   │   ├── __init__.pxd
│   │   │   ├── __init__.py
│   │   │   ├── _lsuv.py
│   │   │   ├── mem.py
│   │   │   ├── _murmur3.cu
│   │   │   ├── ops.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── ops.pxd
│   │   │   ├── ops.pyx
│   │   │   ├── optimizers.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── optimizers.pyx
│   │   │   ├── pooling.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _custom_kernels.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _lsuv.cpython-37.pyc
│   │   │   │   ├── mem.cpython-37.pyc
│   │   │   │   ├── pooling.cpython-37.pyc
│   │   │   │   ├── train.cpython-37.pyc
│   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   ├── vec2vec.cpython-37.pyc
│   │   │   │   ├── vecs2vec.cpython-37.pyc
│   │   │   │   └── vecs2vecs.cpython-37.pyc
│   │   │   ├── train.py
│   │   │   ├── util.py
│   │   │   ├── vec2vec.py
│   │   │   ├── vecs2vec.py
│   │   │   └── vecs2vecs.py
│   │   ├── __pycache__
│   │   │   ├── about.cpython-37.pyc
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── check.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── describe.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── i2v.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── loss.cpython-37.pyc
│   │   │   ├── misc.cpython-37.pyc
│   │   │   ├── rates.cpython-37.pyc
│   │   │   ├── _registry.cpython-37.pyc
│   │   │   ├── t2t.cpython-37.pyc
│   │   │   ├── t2v.cpython-37.pyc
│   │   │   └── v2v.cpython-37.pyc
│   │   ├── rates.py
│   │   ├── _registry.py
│   │   ├── structs.cpython-37m-x86_64-linux-gnu.so
│   │   ├── structs.pxd
│   │   ├── structs.pyx
│   │   ├── t2t.py
│   │   ├── t2v.py
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── integration
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_affine_learns.cpython-37.pyc
│   │   │   │   │   ├── test_basic_tagger.cpython-37.pyc
│   │   │   │   │   ├── test_batch_norm.cpython-37.pyc
│   │   │   │   │   ├── test_feed_forward.cpython-37.pyc
│   │   │   │   │   ├── test_mnist.cpython-37.pyc
│   │   │   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   │   │   ├── test_roundtrip_bytes.cpython-37.pyc
│   │   │   │   │   └── test_shape_check.cpython-37.pyc
│   │   │   │   ├── test_affine_learns.py
│   │   │   │   ├── test_basic_tagger.py
│   │   │   │   ├── test_batch_norm.py
│   │   │   │   ├── test_feed_forward.py
│   │   │   │   ├── test_mnist.py
│   │   │   │   ├── test_pickle.py
│   │   │   │   ├── test_roundtrip_bytes.py
│   │   │   │   └── test_shape_check.py
│   │   │   ├── linear
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_avgtron.cpython-37.pyc
│   │   │   │   │   ├── test_linear.cpython-37.pyc
│   │   │   │   │   └── test_sparse_array.cpython-37.pyc
│   │   │   │   ├── test_avgtron.py
│   │   │   │   ├── test_linear.py
│   │   │   │   └── test_sparse_array.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── strategies.cpython-37.pyc
│   │   │   │   ├── test_api_funcs.cpython-37.pyc
│   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── strategies.py
│   │   │   ├── test_api_funcs.py
│   │   │   ├── test_config.py
│   │   │   ├── test_util.py
│   │   │   ├── unit
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_about.cpython-37.pyc
│   │   │   │   │   ├── test_affine.cpython-37.pyc
│   │   │   │   │   ├── test_beam_search.cpython-37.pyc
│   │   │   │   │   ├── test_check_exceptions.cpython-37.pyc
│   │   │   │   │   ├── test_difference.cpython-37.pyc
│   │   │   │   │   ├── test_feature_extracter.cpython-37.pyc
│   │   │   │   │   ├── test_hash_embed.cpython-37.pyc
│   │   │   │   │   ├── test_imports.cpython-37.pyc
│   │   │   │   │   ├── test_linear.cpython-37.pyc
│   │   │   │   │   ├── test_loss.cpython-37.pyc
│   │   │   │   │   ├── test_mem.cpython-37.pyc
│   │   │   │   │   ├── test_model.cpython-37.pyc
│   │   │   │   │   ├── test_ops.cpython-37.pyc
│   │   │   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   │   │   ├── test_pooling.cpython-37.pyc
│   │   │   │   │   ├── test_pytorch_wrapper.cpython-37.pyc
│   │   │   │   │   ├── test_rates.cpython-37.pyc
│   │   │   │   │   └── test_rnn.cpython-37.pyc
│   │   │   │   ├── test_about.py
│   │   │   │   ├── test_affine.py
│   │   │   │   ├── test_beam_search.py
│   │   │   │   ├── test_check_exceptions.py
│   │   │   │   ├── test_difference.py
│   │   │   │   ├── test_feature_extracter.py
│   │   │   │   ├── test_hash_embed.py
│   │   │   │   ├── test_imports.py
│   │   │   │   ├── test_linear.py
│   │   │   │   ├── test_loss.py
│   │   │   │   ├── test_mem.py
│   │   │   │   ├── test_model.py
│   │   │   │   ├── test_ops.py
│   │   │   │   ├── test_pickle.py
│   │   │   │   ├── test_pooling.py
│   │   │   │   ├── test_pytorch_wrapper.py
│   │   │   │   ├── test_rates.py
│   │   │   │   └── test_rnn.py
│   │   │   └── util.py
│   │   ├── typedefs.cpython-37m-x86_64-linux-gnu.so
│   │   ├── typedefs.pxd
│   │   ├── typedefs.pyx
│   │   └── v2v.py
│   └── thinc-7.4.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
27 directories, 269 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment