lopho
lopho
So I deconvoluted my workspace scrapbook a bit, and tried executing indented multiline statements using ```ctrl-enter```. It works, but only as long as they are on the root, e.g. not...
Nice! I commented on the PR regarding ```ctrl+enter``` for evaluating selections containing multiple single line statements. After just reading the tidal atom readme regarding ```ctrl+enter```, this should be the behavior...
Implemented multi-line and single-line statement evaluation with selection. Got into a bit of trouble with the mocking system though. I wrote a bit more in length on the PR (#8).
Model implementation lives here: https://github.com/lopho/makeavid-sd-tpu (torch + jax implementations, both usable on GPU + TPU) It is still messy and missing docs, but it works.
Nice. I'm working on packaging it for pip right now, that will include an installed script Once that is in could you test that on windows? It might be enough...