Open NikcPoon opened 7 years ago
Hi NikcPoon, I try to run default editor as well, but I encounter some bugs when training. Can you tell me the way you run?
@YadiLao Hi YadiLao, I just run the main.py in edit_model/. I think it will be helpful if you provide some Traceback messages
@NikcPoon Hi NikcPoon, I had finished the training on onebillion dataset. My memory usage is stable during the training and it only increases quickly in data reading process. I have a question that how do you begin the test? Dose the training contain results? I just found some outputs in neural-editor-data/edit_runs/0/stdout.txt like this:
SOURCE: an e - mail message seeking comment from the club was not immediately returned
@Vonzpf
Hi Vonzpf. If I remember correctly, the training will log some result from random pick data. Actually I wrote my own test script. The general idea is that you can use editor.edit() to do inference.
@NikcPoon I understand it. Thank you for your help!
Hi Kelvin
Thans for the great work! I try the default editor on personal dataset and it works well. However during the training I found that the memory usage increasingly goes up, which leads to the experiment being killed after some training steps. Is it because I run the model in a wrong way?(I just prepare the dataset and use main.py in editor model fold.) And I want to know how to fix this problem. Thanks