.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
Pipfile
Pipfile.lock
README.md
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/tensorfree.rst
src/tensorfree/Tensorfree.py
src/tensorfree/__init__.py
src/tensorfree/_version.py
src/tensorfree.egg-info/PKG-INFO
src/tensorfree.egg-info/SOURCES.txt
src/tensorfree.egg-info/dependency_links.txt
src/tensorfree.egg-info/entry_points.txt
src/tensorfree.egg-info/not-zip-safe
src/tensorfree.egg-info/requires.txt
src/tensorfree.egg-info/top_level.txt
src/tensorfree/model/__init__.py
src/tensorfree/model/pretrain.py
src/tensorfree/model/pretrain_factory.py
src/tensorfree/utils/__init__.py
src/tensorfree/utils/label.py
src/tensorfree/utils/preprocess.py
src/tensorfree/utils/wrappers.py
tests/test_Tensorfree.py
tests/test_model.py
tests/test_utils.py