Philipp Nothvogel

Results 4 comments of Philipp Nothvogel

So there is an easy fix for this: Create "config.json" as an empty file / put "{}" in it and the installation dialog will apear as expected. Btw: @Guichaguri :You...

@kristijanhusak Where would be the appropiate place to escape the element value? I guess overriding StaticType#getValue? `e(parent::getValue($default))` should do the job. Using laravels 'e' escape helper function and the $default...

I had the same issue when training my models. It seems like there is an issue with the path in [this line](https://github.com/martiansideofthemoon/style-transfer-paraphrase/blob/431589754723c69831febae147201463b7ac2cd9/style_paraphrase/run_lm_finetuning.py#L434). Basically, when re-loading the model, the `args.output_dir` is...

Just to follow up: Changing the line mentioned above did fix the error. Just make sure that `--do_eval` is set and that you are not using `do_delete_old`. This way the...