LICENSE
MANIFEST.in
README.md
analyse_experiments.py
asd.py
continual_training.py
deploy.py
dl_learning.py
dummy.py
environment.yml
example_class_combine_kge.py
interactive.py
main.py
requirements.txt
setup.py
dicee/__init__.py
dicee/abstracts.py
dicee/callbacks.py
dicee/dataset_classes.py
dicee/evaluator.py
dicee/executer.py
dicee/helper_classes.py
dicee/knowledge_graph.py
dicee/knowledge_graph_embeddings.py
dicee/sanity_checkers.py
dicee/static_funcs.py
dicee/static_funcs_training.py
dicee/static_preprocess_funcs.py
dicee.egg-info/PKG-INFO
dicee.egg-info/SOURCES.txt
dicee.egg-info/dependency_links.txt
dicee.egg-info/requires.txt
dicee.egg-info/top_level.txt
dicee/custom_opt/__init__.py
dicee/custom_opt/adam_sls.py
dicee/custom_opt/adan.py
dicee/custom_opt/sls.py
dicee/custom_opt/sls_acc.py
dicee/custom_opt/sls_base.py
dicee/custom_opt/sls_eg.py
dicee/custom_opt/utils.py
dicee/figures/deploy_qmult_family.png
dicee/models/__init__.py
dicee/models/base_model.py
dicee/models/complex.py
dicee/models/octonion.py
dicee/models/quaternion.py
dicee/models/real.py
dicee/models/static_funcs.py
dicee/read_preprocess_save_load_kg/__init__.py
dicee/read_preprocess_save_load_kg/preprocess.py
dicee/read_preprocess_save_load_kg/read_from_disk.py
dicee/read_preprocess_save_load_kg/save_load_disk.py
dicee/read_preprocess_save_load_kg/util.py
dicee/trainer/__init__.py
dicee/trainer/dice_trainer.py
dicee/trainer/torch_trainer.py
dicee/trainer/torch_trainer_ddp.py
documents/DBpedia_experiments/ReadMe.md
documents/KGEonTabular/README.md
documents/KGEonTabular/regression.py
documents/Models/Distmult.ipynb
documents/Models/util.py
documents/Models/.ipynb_checkpoints/Distmult-checkpoint.ipynb
documents/SoftwareBenchmarks/read_csv_bencmark.py
documents/training_techniques/1vsall.md
documents/training_techniques/kvsall.md
documents/training_techniques/negative_sampling.md
documents/using_dice_embedding_framework/AfterTraining.md
documents/using_dice_embedding_framework/Preprocessing_and_Indexing.md
documents/using_dice_embedding_framework/Training.md
tests/__init__.py
tests/test_auto_batch_finder.py
tests/test_conjuncive_query_answering.py
tests/test_continual_training.py
tests/test_custom_trainer.py
tests/test_deployment.py
tests/test_different_backends.py
tests/test_ensemble_construction.py
tests/test_execute_start.py
tests/test_gradient_accumulation.py
tests/test_k_fold_cv_1_vs_all.py
tests/test_k_fold_cv_k_vs_all.py
tests/test_k_fold_cv_neg_sample.py
tests/test_kvssample.py
tests/test_large_kg.py
tests/test_online_learning.py
tests/test_pickle.py
tests/test_read_few_only.py
tests/test_regression_aconex.py
tests/test_regression_cl.py
tests/test_regression_complex.py
tests/test_regression_conex.py
tests/test_regression_convo.py
tests/test_regression_distmult.py
tests/test_regression_omult.py
tests/test_regression_polyak.py
tests/test_regression_pyke.py
tests/test_regression_qmult.py
tests/test_trainers.py