Kai Arulkumaran
Kai Arulkumaran
Hmmm first check in the machine (via the dashboard) to see if the project got added anyway, and if not, try the button again and see (please attach the FGMachine...
There might be a conflict with a browser/extension you are using. If you have several extensions activated, please try a version of your default browser without any extensions, and also...
OK I think there's a solution 😄 I replicated your setup with Docker (thanks for the detailed reproduction steps). Accessing FGLab at `http://localhost:5080/`, I could now repeat your problem. But...
Hi @tuzhucheng - contributions would be most welcome! If you are looking for contributions in general, I'd say test suites (https://github.com/Kaixhin/FGLab/issues/10 and https://github.com/Kaixhin/FGMachine/issues/2) are the highest priority, as it would...
Yes sorry Webpack is more for bundling/building, and Yarn is a dependency manager. Bower was a fantastic *front-end* package manager - and that's what needs to be replaced. I don't...
If there are summary/log files being stored in a directory then FGLab will certainly store them in MongoDB's GridFS - but as individual files rather than the entire directory, so...
Option 1, which is to present TensorBoard graphs natively in FGLab, would require parsing the files somewhere - probably on the server. It _should_ be possible, but I don't have...
Just a quite note to say that this is _very low priority_, i.e. I'm very unlikely to get around to this myself, but if you want to attempt it I'll...
I like the idea of a proper/fault-tolerant queue system, though if you know of a decent maintained solution which can be backed by MongoDB rather than having to introduce Redis...
OK have a look at using MongoDB as the backend, and fall back to bull if that doesn't work out. Open up a PR for the queue branch, and then...