Valérian Rousset

Results 76 comments of Valérian Rousset

okay, so we need support for both partial dataset (sampled based) and full dataset (one epoch). so when someone ask to train for * 1.2 epoches, that would mean one...

> just a comment on random sampling: either it should be done in both cases (full epochs and fractional ones), or not at all. in my understanding, sampling can potentially...

[error handling is hard](https://www.fpcomplete.com/blog/error-handling-is-hard/). there is no real standard, that I know of, to safely handle error in JS/TS (as in nearly all exception based languages). there is [some ideas](https://github.com/microsoft/TypeScript/issues/13219#issuecomment-1515037604)...

indeed, working around it is quite easy. but I don't see documentation on actively setting the workdir when deriving an image. and it was working in the previous minor version...

that was the historical idea but I don't think that it'll give us a pratical workflow. * when we are implementing UI changes/updates, depoying with develop is a good way...

added a few commits of cleanup: * cli was using an old version of `immutable` (4 vs 5), removing it to use the global one * there was some cli...