Open varvara-l opened 8 years ago
There is also another problem related to output: if the output folder and file are not previously generated QuEst++ crashes. I do not know myself how it is done at QuEst++. Do you know @ghpaetzold ?
Hey Carol, I have looked at the code and it still crashes when the output folder does not exist. However, before crashing it creates the output folder required, so I think the order of some steps might be wrong...
Gustavo Henrique PaetzoldPh.D. Candidate in Computer ScienceUniversity of Sheffield
Date: Sat, 30 Jan 2016 05:59:49 -0800 From: notifications@github.com To: questplusplus@noreply.github.com CC: ghpaetzold@outlook.com Subject: Re: [questplusplus] Paths to 'input' and 'output' (#24)
There is also another problem related to output: if the output folder and file are not previously generated QuEst++ crashes. I do not know myself how it is done at QuEst++. Do you know @ghpaetzold ?
— Reply to this email directly or view it on GitHub.
Hi, I created a pull request which tries to solve this bug (missing output folder). https://github.com/ghpaetzold/questplusplus/pull/46
Paths to parameters 'input' and 'output' provided in the config are always considered as relative. E.g. if I write:
output = /export/data/varvara/my_experiment/features
the result will be saved to a directory /path-to-quest/export/data/varvara/my_experiment/features.
Can that be changed?