David Chan

Results 9 issues of David Chan

While OSX is not officially supported - I wanted to point out the issues and solutions I found necessary to get Deepmind lab running on 10.15 on the macos branch...

It seems like tsnecuda is experiencing the same issues as in https://github.com/facebookresearch/faiss/issues/1793. Running the code with `./tsne -k 500000` (500000 2D points drawn from a pair of gaussians) gives: ```...

Blocked Upstream

It seems like the code in experiments/ is outdated - I've managed to update the import errors and get most of the code running, however I get the following issue...

# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [x] Did you...

CLA Signed

## 🚀 Feature Request Currently, there is no way to read the variables OMPI_COMM_WORLD_SIZE, OMPI_COMM_WORLD_RANK, and OMPI_COMM_WORLD_LOCAL_RANK to assign ranks to any individual processes launched with OpenMPI ### Motivation I'd...

enhancement
help wanted
needs triage

# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [x] Did you...

CLA Signed

There's an issue with the robustness of the extractor where it fails when an extra empty new-line is added at the end of the input image list. There should be...

The [GPUStatsMonitor ](https://pytorch-lightning.readthedocs.io/en/stable/extensions/generated/pytorch_lightning.callbacks.GPUStatsMonitor.html#pytorch_lightning.callbacks.GPUStatsMonitor) Callback records information about the GPU utilization in Tensorboard logs, however when running with ray_lightning, it raises a MisconfigurationException: ``` pytorch_lightning.utilities.exceptions.MisconfigurationException: You are using GPUStatsMonitor but are...

Thanks for you work on this project! I followed the instructions in the readme to get your code running, and I wasn't able to reproduce the results from the paper:...