Christopher Shelley

Results 15 comments of Christopher Shelley

To piggyback tangentially, could you theoretically train locally and then load it into the colab environment and use it in a hosted set up? I can run the sampler locally.....

If you double-click on the application from within /Applications, nothing happens. No popups, no errors, nothing. The app runs fine from within user space. ( you can try it if...

Are you sure it was it /Applications and not /Users/USER/Applications ? I have tested context>"open". It did not work unfortunately. I even dragged the working version from my desktop into...

Hi again, here's my dev setup https://github.com/basiclaser/brain The problem seems to be related to renaming the ${EXECUTABLE_NAME} to 'brain'. If i leave the name, the application runs fine from /Applications

I'm having this issue running dialoGPT "demo.py" script in docker environment on UBUNTU 16.04. I created a tsv file, then replaced the "train.tsv" reference in demo.py with my new tsv...

I think its because initial args are missing

It would be really great to have a full example of the `python ./LSP_train.py` command with all required commands. My current experience of this is just jumping from error to...

I'm now just running a modified version of demo.py, with the default "train.tsv" replaced with my own tsv file. I get as far as this: ``` root@bl:/workspace# python demo.py PROJECT_FOLDER...

First of all, awesome project! Any progress on this though? Currently this JSON editor doesn't accept or show JSON, it shows javascript objects. `placeholder={JSON.stringify({a:1})}` should not fail. all keys should...

> I suggest looking at example_entry.py. The candidates are all possible replies to the prompt sentence. In train.py: Please could you share which command you're running to train on the...