Tristan Engst

Results 8 issues of Tristan Engst

It seems as though the usage of `add_()` in `lars.py` is deprecated. I get ``` home/tristanengst/miniconda3/envs/py39ISICLE/lib/python3.9/site-packages/torchlars/lars.py:140: UserWarning: This overload of add_ is deprecated: add_(Number alpha, Tensor other) Consider using one...

### Current Behavior Offline runs that don't finish but have results uploaded via `wandb sync` display with a duration of zero and a status of finished, despite potentially running for...

app

### Description Sometimes a cluster node running a job with WandB logging loses connection to the internet. When this happens, `wandb.finish()` will run for the amount of time between when...

feature_request
cli

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? The Miniconda website [https://docs.conda.io/en/latest/miniconda.html](https://docs.conda.io/en/latest/miniconda.html) should...

type::documentation
source::community

## đź•‹ Website The documentation for `torch.lobcpg` includes a link to the sourc code at [https://pytorch.org/docs/stable/_modules/torch/_lobpcg.html#lobpcg](https://pytorch.org/docs/stable/_modules/torch/_lobpcg.html#lobpcg), but the link is dead. ## Expected behavior The link should go to the...

### The Problem Using a batch size other than one—eg. four in this case—gives the following error: ``` RuntimeError: output with shape [] doesn't match the broadcast shape [4] ```...

The `render_test_evaluation()` function in `train_nvfi()` writes generated images to disk with files names `r_some_number.png` where the `some_number` indicates the position of the corresponding target in `all_targets`. However, the `read_images_in_dir()` function...