Closed Martmists-GH closed 6 years ago
@martmists Thank you for pointing out all these. If you don't mind contributing a corrected README based on all your findings, please submit a pull request, and I can then merge that. Thank you.
I would, if only I knew how the result directory worked! could you please explain how I can set this up without it being a major PITA? the repository in question is ProjectMonika/Ivy, where for some reason we cannot get the result to work.
In my README, there is a description like this:
Remember to create a folder named Result under the Data folder first.
The folder structure is just like this:
ChatLearner/Data/Result ChatLearner/Data/Corpus
and so on.
A subfolder called train_log will be created under Result folder by the training process.
We have done that, but as shown, it crashes when the Result folder is empty.
Were you trying to restore the model from the result file to continue the training? If so, the way it currently implements does not support that. However, it should be very easily modified to do that. If not, the model files will be generated by the training process, and you would not have the describe problem. Thanks.
I was simply trying to initially run it
Sorry for the late reply. The error you were describing was not supposed to happen. It sounds like your environment is re-directing the code to invoke functions that are not in this project, therefore, causing problems. Thanks.
I know the cause most of them facing issues , Just because they dont set the PYTHONPATH till ChatLearner folder
If result directory is missing:
If result directory is empty:
If an empty placeholder is set:
The README says next to nothing about this file, and the wiki is empty.