Nicholas Gao

Results 13 issues of Nicholas Gao

This pull request is: - [x] A new Algorithm - [ ] An update to an existing algorithm. - [ ] An error fix - [ ] Other (Describe below*)...

### System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04 - Flax, jax, jaxlib versions (obtain with `pip show flax jax jaxlib`: flax 0.4, jax 0.3.1,...

Right now, `seml` only checkpoints your python code. However, there may be additional files that change during development, e.g., `yaml` or `json` files. It would be great to be able...

### Reference issue At the moment, parameters in `grid` enable one to perform a complete grid search over all parameter ranges. However, in practice one may only change two parameters...

Follow-up from #81. Add a new command that allows one to update pending jobs by overriding their sbatch and config parameters. Proposed syntax: ```bash seml update -b 7 -sb mem=25GB...

#79 follow-up. At the moment, one must specify `sbatch` options in the `yaml` file. However, as discussed in #71, it may be beneficial to override these settings via the CLI....

### Expected Behavior The `example_config.yaml` should generate 192 configs. for `small_datasets: 5(learning_rate) * 3(dropout) * 2(dataset) * 2(hidden_size) * 3(max_epoch)=180` for `large_dataset: 3(dropout) * 2(dataset) * 2(hidden_size)=12` ### Actual Behavior...

## Problem Training PauliNet does not utilze the GPU well. I ran the following code on a machine with 8 cores, 188GB RAM and 4 V100s: ```python from deepqmc import...

enhancement

Thanks a lot for the great alternative to LaTeX! To ease adoption and use, an extension to VSCode similar to latex-workshop would be great! But since the setup is relatively...

This pull request extends the functionality by providing two seperate backgrounds depending on the swipe direction. Also the background will be now filled to the whole tile and be clipped...