Sergii Khomenko
Sergii Khomenko
@erikbern any plans to use interactive plotting like [Altair](https://altair-viz.github.io/) in python. Would help with more algorithms and still all pythonic without much overhead
Potentially this library looks quite fast to resolve diff https://github.com/google/diff-match-patch
@cfezequiel I wonder if it makes sense to switch to `tf.io.gfile.glob` this way we could provide pattern for images like ``` 'dataset-folder/*/**/*.jpg' ``` This change would also simplify code quite...
Additionally, would be beneficial to do better processing of filenames. I had a dataset collected from the internet and it had `,` or could potentially have `"`. Currently I fixed...
another ping @cfezequiel @mbernico
@haifeng-jin I would be happy to take this one
@dineshkumarsarangapani we can use this issue for coordination, so if you are taking any of the blocks, feel free to just mention it here
@haifeng-jin we need to re-open this one again. Also how do you feel about adding a checklist of blocks to do?
@haifeng-jin it looks like the linked PR was closed. Is this one still planned?
> Replying to @jijoongmoon > > > But I wonder if it is possible to change the model architecture on device at runtime. The first thing about the on-device training...