Closed giangnguyen2412 closed 5 years ago
Hi, the "file_operation.py" is right on the "utils" folder. You should enter the "model" folder then run "python nprf_drmm.py ...". The reason for this error is that we add a system path by "sys.path.append("../utils")" in MODEL.py, which help the system to find out where "file_operation" is. This can be revised in a more elegant way in the future version.
Thank you a lot.
Dear authors,
Thank you for such a great paper and code sharing. I am running a command to train model following your instruction in README.MD but I am facing this error. I am supposing it comes from a custom library from you.
Could you please check it for fixing problem.
Thank you.