thanks for your code and paper! I have tried to implement this project and got some trouble
the error message shows:
File "XKT/DKVMN/DKVMN.py", line 206, in model_init
net = mod.load(net, load_epoch, cfg.ctx)
File "/Users/anaconda3/lib/python3.7/site-packages/longling/ML/MxnetHelper/glue/module.py", line 43, in load
filename = self.epoch_params_filepath(epoch)
File "/Users/anaconda3/lib/python3.7/site-packages/longling/ML/MxnetHelper/glue/module.py", line 50, in epoch_params_filepath
raise NotImplementedError
NotImplementedError
and the related code in file" /anaconda3/lib/python3.7/site-packages/longling/ML/MxnetHelper/glue/module.py " is:
thanks for your code and paper! I have tried to implement this project and got some trouble
the error message shows:
and the related code in file" /anaconda3/lib/python3.7/site-packages/longling/ML/MxnetHelper/glue/module.py " is:
i am confused about this method, so could you please offer some information, thank you a lot!