Results 17 issues of Alexandru Dinu

Extracted from #29: - [ ] Reconstruction quality - [ ] Different latent sizes

evaluation

Easily store the latent representation of the image into a custom file format: ``` : number of H patches, number of W patches, patch size ```

enhancement

```python cae = CAE( latent_size=(32, 32, 32), padding=PADDING.zero, ) ``` --- - [ ] latent size - [ ] padding type

From https://meta.wikimedia.org/wiki/Help:Sorting: > The way items are sorted depends on the data type of the first rows. To determine the data type, the first 5 non-blank rows below the header...

- https://github.com/blacksmithgu/obsidian-dataview

feature

Current implementation: ```typescript function onClick(evt: MouseEvent): void { const htmlEl = (evt.target); const th = htmlEl.closest('thead th'); // click was not performed in a table, exit if (th == null)...

question

Must have some sort of regression testing.

tests

enhancement

Make explicit: - [ ] C vs C++ - [ ] `gcc` vs `g++`

docs