Valérian Rousset

Results 76 comments of Valérian Rousset

taken from [comment on prerelease PR](https://github.com/epfml/disco/pull/688#discussion_r1660848373) > The epoch count is reset whenever the round is incremented, is it expected? When I train wikitext I get the following sequence: round...

I'm having an issue with generating with the gpt-tfjs model. somewhere inside the implementation, it is failling in deep tensorflow code. ``` TypeError: info is undefined moveData engine.ts:426 get backend.ts:55...

after hitting `TypeError: info is undefined` elsewhere, it seems that it was due to [vue's proxy wrapping](https://vuejs.org/guide/essentials/reactivity-fundamentals.html#reactive-proxy-vs-original-1) of model which do not behave nicely with it. `toRaw` before training with...

> #781 may allow more flexibility for preprocessing it should, it should. answering based on a comment [you made there](https://github.com/epfml/disco/pull/781#discussion_r1776854353) and some other comments > choosing how to handle missing...

right, that replaces it entirely. dropping the "closes" keywords then.

> could you edit your pull request to pass the CI? this PR is meant to fail, it servers to show the issue underlined in #2468.

any update on that? I came back today to bite me again and the workaround I was using is not working for deeper v-model.

> > any update on that? I came back today to bite me again and the workaround I was using is not working for deeper v-model. > > Did you...

blocked by [TFJS using deprecated functions](https://github.com/tensorflow/tfjs/pull/8425)

> Would it be possible to still support the concept of epochs somehow? If I'm going to train a model on a dataset I will reflect in terms of epochs...