Stas

Results 11 comments of Stas

There is another interesting tool http://codestrates.org/ which is based on ShareDB > Codestrates is a literate computing approach to developing interactive software inspired by interactive notebooks such as Jupyter notebook....

Also stumbled upon kind of related issue. Looks like you can specify order for bar chart, but for area it sorts alphabetically. ```python df = pd.DataFrame({'a': [2, 3, 1], 'b':...

> I do think HoloViews shouldn't be reordering them, which would be a separate issue to open and track down. Agree, I opened it there https://github.com/holoviz/holoviews/issues/5235

Great, thanks! I was wondering why it wasn't working.

Thanks, @tylerhannan! I would say my experience was pretty enjoyable, I liked working with Observable and ClickHouse, they are both great and promising products. I came to Observable having previously...

Just faced the same issue. After a few hours of digging into the source code, I managed to kinda solve it, but it looks quite hacky. Would be nice if...

@lucidrains thanks for your awesome work! Can you explain a bit, why not training performers from scratch, why you recommend to train vanilla and then finetune?

Also faced a similar issue, but I solved it by replacing all 0 by `null` or `'-'`

Yeah, I know, it would make sense of course. But unfortunately it lacks a few features for now that I consider rather important. First one is probably quite easy to...

@mrhatman, indeed, implementing just noise meter vs implementing something more generic and flexible might become complicated very quickly. I'm not sure if anyone could easily propose the best architecture/design -...