CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/source/batch_preparation.rst
docs/source/conf.py
docs/source/configuration_file.rst
docs/source/data_model.rst
docs/source/distributed_training.rst
docs/source/downstream_tasks.rst
docs/source/dynamic_relations.rst
docs/source/evaluation.rst
docs/source/faq_troubleshooting.rst
docs/source/featurized_entities.rst
docs/source/index.rst
docs/source/input_output.rst
docs/source/loss_optimization.rst
docs/source/pretrained_embeddings.rst
docs/source/related.rst
docs/source/scoring.rst
docs/source/_static/graph_all.svg
docs/source/_static/graph_partitioned.svg
docs/source/_static/graph_unpartitioned.svg
docs/source/_static/icon_bw.svg
docs/source/_static/icon_color.svg
docs/source/_static/logo_bw.svg
docs/source/_static/logo_color.svg
test/test_batching.py
test/test_bucket_scheduling.py
test/test_checkpoint_manager.py
test/test_distributed.py
test/test_edgelist.py
test/test_entitylist.py
test/test_functional.py
test/test_graph_storages.py
test/test_losses.py
test/test_model.py
test/test_schema.py
test/test_stats.py
test/test_train.py
test/test_util.py
torchbiggraph/VERSION.txt
torchbiggraph/__init__.py
torchbiggraph/batching.py
torchbiggraph/bucket_scheduling.py
torchbiggraph/checkpoint_manager.py
torchbiggraph/checkpoint_storage.py
torchbiggraph/config.py
torchbiggraph/distributed.py
torchbiggraph/edgelist.py
torchbiggraph/entitylist.py
torchbiggraph/eval.py
torchbiggraph/filtered_eval.py
torchbiggraph/graph_storages.py
torchbiggraph/losses.py
torchbiggraph/model.py
torchbiggraph/parameter_sharing.py
torchbiggraph/partitionserver.py
torchbiggraph/plugin.py
torchbiggraph/row_adagrad.py
torchbiggraph/rpc.py
torchbiggraph/schema.py
torchbiggraph/stats.py
torchbiggraph/tensorlist.py
torchbiggraph/train.py
torchbiggraph/types.py
torchbiggraph/util.py
torchbiggraph.egg-info/PKG-INFO
torchbiggraph.egg-info/SOURCES.txt
torchbiggraph.egg-info/dependency_links.txt
torchbiggraph.egg-info/entry_points.txt
torchbiggraph.egg-info/requires.txt
torchbiggraph.egg-info/top_level.txt
torchbiggraph/converters/__init__.py
torchbiggraph/converters/dictionary.py
torchbiggraph/converters/export_to_tsv.py
torchbiggraph/converters/import_from_tsv.py
torchbiggraph/converters/utils.py
torchbiggraph/examples/LICENSE.txt
torchbiggraph/examples/__init__.py
torchbiggraph/examples/fb15k.py
torchbiggraph/examples/livejournal.py
torchbiggraph/examples/configs/fb15k_config.py
torchbiggraph/examples/configs/livejournal_config.py