├── README.md ├── data_loader.py ├── embedding.py ├── hyper_embedding.py ├── main_gana.py ├── models_gana.py ├── params.py └── trainer_gana.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/README.md -------------------------------------------------------------------------------- /data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/data_loader.py -------------------------------------------------------------------------------- /embedding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/embedding.py -------------------------------------------------------------------------------- /hyper_embedding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/hyper_embedding.py -------------------------------------------------------------------------------- /main_gana.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/main_gana.py -------------------------------------------------------------------------------- /models_gana.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/models_gana.py -------------------------------------------------------------------------------- /params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/params.py -------------------------------------------------------------------------------- /trainer_gana.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngl567/GANA-FewShotKGC/HEAD/trainer_gana.py --------------------------------------------------------------------------------