Thomas Dopierre
Thomas Dopierre
@martindurant Here is what we are getting with `ls`, `walk`, and `find`
This is exactly what happened. We managed to reproduce this by creating a folder, and the file with empty name magically happens, to fake a folder existing even though s3...
> https://github.com/marian-m12l/studio/blob/d78ae820c3e03a9499f3d08fff77b2100e7223b6/driver/src/main/java/studio/driver/fs/FsStoryTellerAsyncDriver.java#L121 > > The current code only handle versions `1 to 3`. The error indicates that a version `6` is used on recent devices. I am not sure if...
EDIT: Managed to make it work with https://github.com/olup/lunii-admin-web You need to point to the zip.
Hi, To draw an episode, the following steps are performed: - Draw `C` classes among `C_train` - For each class `c` in `C` - Draw `K` support points - Draw...
Hi, Sorry for the late response, I missed your comments... C_train is the set of all training classes. In all stages (training, validation, testing), at each episode, we draw C_ep...
Hi Christoforos, Thanks for your interest! Glad you liked the paper. To create the different training, validation, and test files, I used a script from another repository of mine, which...
Yes they are. You might want to fix the seed 5 times (e.g. seed={1, ..., 5}), so that you can reproduce the results if you lose the files.