hwwang55 / RippleNet

A tensorflow implementation of RippleNet
MIT License
576 stars 207 forks source link

Data loader tweaks #3

Closed joankaradimov closed 6 years ago

joankaradimov commented 6 years ago

This slightly shortens some code in the data_loader.py.

It also reduces the loading time on my test machine from ~12 seconds to ~10 seconds. Relative to the total training time this is irrelevant. But the code should be at least simpler.