LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
dicee/__init__.py
dicee/__main__.py
dicee/abstracts.py
dicee/analyse_experiments.py
dicee/callbacks.py
dicee/config.py
dicee/eval_static_funcs.py
dicee/evaluator.py
dicee/executer.py
dicee/knowledge_graph.py
dicee/knowledge_graph_embeddings.py
dicee/query_generator.py
dicee/sanity_checkers.py
dicee/static_funcs.py
dicee/static_funcs_training.py
dicee/static_preprocess_funcs.py
dicee/weight_averaging.py
dicee.egg-info/PKG-INFO
dicee.egg-info/SOURCES.txt
dicee.egg-info/dependency_links.txt
dicee.egg-info/entry_points.txt
dicee.egg-info/requires.txt
dicee.egg-info/top_level.txt
dicee/dataset_classes/__init__.py
dicee/dataset_classes/_bpe.py
dicee/dataset_classes/_factory.py
dicee/dataset_classes/_label_based.py
dicee/dataset_classes/_literal.py
dicee/dataset_classes/_negative_sampling.py
dicee/evaluation/__init__.py
dicee/evaluation/_filtering.py
dicee/evaluation/ensemble.py
dicee/evaluation/evaluator.py
dicee/evaluation/link_prediction.py
dicee/evaluation/literal_prediction.py
dicee/evaluation/utils.py
dicee/figures/deploy_qmult_family.png
dicee/models/__init__.py
dicee/models/adopt.py
dicee/models/base_model.py
dicee/models/clifford.py
dicee/models/complex.py
dicee/models/dualE.py
dicee/models/ensemble.py
dicee/models/fsdp_models.py
dicee/models/function_space.py
dicee/models/literal.py
dicee/models/octonion.py
dicee/models/pykeen_models.py
dicee/models/quaternion.py
dicee/models/real.py
dicee/models/static_funcs.py
dicee/models/transformers.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/scripts/__init__.py
dicee/scripts/index_serve.py
dicee/scripts/run.py
dicee/trainer/__init__.py
dicee/trainer/auto_batch_finder.py
dicee/trainer/dice_trainer.py
dicee/trainer/model_parallelism.py
dicee/trainer/torch_trainer.py
dicee/trainer/torch_trainer_ddp.py
dicee/trainer/torch_trainer_fsdp.py
tests/test_adaptive_swa.py
tests/test_adopt_optim.py
tests/test_answer_multi_hop_query.py
tests/test_auto_batch_finder.py
tests/test_continual_training.py
tests/test_custom_trainer.py
tests/test_different_backends.py
tests/test_download_and_eval.py
tests/test_ensemble_construction.py
tests/test_execute_start.py
tests/test_experiment_dir_reuse.py
tests/test_gradient_accumulation.py
tests/test_inductive_regression.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_large_kg.py
tests/test_link_prediction_evaluation.py
tests/test_onevssample.py
tests/test_online_learning.py
tests/test_periodic_eval_callback.py
tests/test_periodic_eval_weight_averaging.py
tests/test_pickle.py
tests/test_predict_kge.py
tests/test_predict_kge_literals.py
tests/test_pykeen.py
tests/test_read_few_only.py
tests/test_regression_DualE.py
tests/test_regression_aconex.py
tests/test_regression_all_vs_all.py
tests/test_regression_cl.py
tests/test_regression_clifford.py
tests/test_regression_coke.py
tests/test_regression_complex.py
tests/test_regression_conex.py
tests/test_regression_convo.py
tests/test_regression_distmult.py
tests/test_regression_model_paralelisim.py
tests/test_regression_muon.py
tests/test_regression_mure.py
tests/test_regression_omult.py
tests/test_regression_pandas3.py
tests/test_regression_pyke.py
tests/test_regression_qmult.py
tests/test_regression_rotatE.py
tests/test_regression_transH.py
tests/test_regression_transe.py
tests/test_saving_embeddings.py
tests/test_snapshot_ensemble.py
tests/test_swa.py
tests/test_trainers.py
tests/test_unit_abstracts.py
tests/test_unit_base_model.py
tests/test_unit_callbacks.py
tests/test_unit_clifford.py
tests/test_unit_filtering.py
tests/test_unit_kge_inference.py
tests/test_unit_read_parquet.py