Jérôme Carretero
Jérôme Carretero
Summary: - One repository for each model, no bundling of unrelated models - Small model -> standard repo - Big model -> TBDiscussed - OSF hosting doesn't have the size...
split/merge lousy example (yeah, the principle is clunky, but it has the merit of working): ``` # Template repo cJ@pouet ~/splitmerge> ls Makefile README cJ@pouet ~/splitmerge> cat README Usage #####...
My "vote", considering the context, would be for git-lfs on github.
Note that sct_download_data & friends wouldn't get data using a git clone but rather a download from the release tarballs (made using @saulo-p's WIP release script), which aren't metered in...
> At some point, they want to "tag" experiment number 48 as "successful and ready to be published". `git tag -m "successful and ready to be published"` ? Personal point...
I'm not saying that git and git-lfs / git-annex & datalad are optimal though. Replacement of files by symlinks is not exactly transparent. Some (eg. stdio-centered) design choices of git...
Briefly tested: ```sh pypy3 -m pip install --user git+https://github.com/borgbackup/borg.git ``` Findings: - Seemed to work, I tested rcreate, create, rlist, list, mount - Message `Using a pure-python msgpack! This will...
There is hyperspectral, and then there is multimodal, where lossy compression would need to understand what a "distance" means (and all the psychovisual / subjective metrics may be inappropriate), unless...
I can run it on CPU, yeah. `index_select` is a [conceptually "easy" operation](https://pytorch.org/docs/stable/generated/torch.index_select.html) but implementing it efficiently is not (cf. `aten/src/ATen/native/cuda/Indexing.cu / index_select_out_cuda_impl()`).
I'd also like to use `align` for the name of that property too, as it differentiates between what is indentation and what is alignment. I guess its value should default...