Hi, I'm trying to use function load_raw_emb_data, But from dglke.utils import load_raw_emb_data gives error ImportError: cannot import name 'load_raw_emb_data'
and ```import dglke.utils as utils
utils.load_raw_emb_data`` gives error AttributeError: module 'dglke.utils' has no attribute 'load_raw_emb_data'`
Do you know when will this function be available? Thanks
Currently DGL-KE is deployed as a cmdline toolkit. It does not work as the library, we are planing to make it as a library (that you can use dglke.utils.load_raw_emb_data) in 0.2.
Hi, I'm trying to use function
load_raw_emb_data
, Butfrom dglke.utils import load_raw_emb_data
gives errorImportError: cannot import name 'load_raw_emb_data'
and ```import dglke.utils as utils
utils.load_raw_emb_data
`` gives error
AttributeError: module 'dglke.utils' has no attribute 'load_raw_emb_data'`Do you know when will this function be available? Thanks