duncanwerner

Results 48 comments of duncanwerner

> This should be corrected in the present docs example as well Actually your linked file is correct but the docs template is broken because it doesn't handle headers properly....

No, go ahead and make changes.

I was just running into the same problem. It looks like it's caused by https://github.com/kashif/firedup/blob/7011b0c8eeac5a96f995f6b44428b0334fe567a5/fireup/algos/ppo/ppo.py#L230 where it's discarding the shape (or rather just taking the first dimension). I guess this...

I'm still working through it, but I will send a PR if I get it resolved properly.

Hi, Thanks for your note. Let me clarify on the files: for a long time BERT just loaded a single file. This seemed sufficient, given that you could `source()` additional...

Well that you can actually do now. [See here for an overview of talking to BERT from VBA](https://bert-toolkit.com/r-and-vba). I'm not sure setting the directory is the best way to do...

@tranzmatt I'm sorry, I'm not sure what you're asking for in terms of scratch space -- some place to hold data? The thing I mentioned was a facility for storing...

I'll have a look at file watching. This changed recently from watching specific files to watching directories, so that might have something to do with it. Just to be clear,...

This should be fixed in a4f9ce39fe25b12ecc73725fae16ef8e0987a555, although there may still be a problem with some UTF8 file names. There is some path normalization to prevent you from watching the same...

I'm sorry to hear that but that is not much to go on. You can check in the event viewer, which should have a record of the crash, which might...