Brandon Victor
Brandon Victor
### The Problem The purpose of the `retouched` field seems to be for indicating if the submitted information is different to the current information in the form. It is set...
Allows the user to provide a folder for 'target' using the CLI dat to json exporter, and it will create a separate file for each of the dat files in...
It seems that the NVDec backend has much higher GPU utilisation than the NVVL backend. I ran this benchmarking script that @anibali gave me as reference to begin investigating why...
To use the pretrained models, we need to preprocess the Sentinel-1 images identically to the KuroSiwo dataset. Else we risk degraded performance from subtle data distribution misalignment. In the paper,...
To make the models more accessible, I have added a [`hubconf.py`](https://pytorch.org/docs/stable/hub.html). This requires instantiating a model from the current code base. With this change, on my fork, I can -...
### Related Issues/PRs #13253 ### What changes are proposed in this pull request? Adds new parameter to ExperimentPageUIState; experimentListHidden. This will persist the `hidden` state of experiment list on the...
### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary When refreshing the main page on the server, the ExperimentListView shall maintain whatever value for "state.hidden"...