├── README.md ├── auto_search.py ├── base_auto.py ├── base_model.py ├── corrupter.py ├── metrics.py ├── models.py ├── read_data.py ├── run_fb15k.sh ├── train.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/README.md -------------------------------------------------------------------------------- /auto_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/auto_search.py -------------------------------------------------------------------------------- /base_auto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/base_auto.py -------------------------------------------------------------------------------- /base_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/base_model.py -------------------------------------------------------------------------------- /corrupter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/corrupter.py -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/metrics.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/models.py -------------------------------------------------------------------------------- /read_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/read_data.py -------------------------------------------------------------------------------- /run_fb15k.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/run_fb15k.sh -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LARS-research/NSCaching/HEAD/utils.py --------------------------------------------------------------------------------