-
Sik-Ho Tsang. [Review: Learning Word Embeddings Efficiently with Noise-Contrastive Estimation (NCE)](https://sh-tsang.medium.com/review-learning-word-embeddings-efficiently-with-noise-contrastive-esti…
-
## Proposed refactor
See title
### Motivation
```bash
$ python -c "import pytorch_lightning"
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named…
-
## 🚀 Bug
DDP-spawn on multi-node configurations where processes get spawned externally should not be supported.
### To Reproduce
Running with
```py
Trainer(strategy="ddp_spawn", num_nodes…
-
## Proposed refactoring or deprecation
The goal would be to start validating the PR description.
### Motivation
### Pitch
### Additional context
________________________…
-
-
It seems convenient to have such scripts in the distribution. Otherwise, the user always has to "start all"
-
Hi, I tried your package on ICLR2023 with the keyword "disentangling" but the paper "Continual Unsupervised Disentangling of Self-Organizing Representations" is not returned, which seems wrong. The pa…
-
## 🚀 Feature
Does this work?
```py
model = BoringModel()
trainer = Trainer(strategy="ddp_sharded_spawn", fast_dev_run=True, gpus=2)
trainer.fit(model)
checkpoint_path = os.path.join(tmpdir…
-
## Proposed refactor
It would be nice if the api would support `pathlib.Path` paths.
methods like
- load_from_checkpoint
- save_checkpoint
and variables like
- default_root_dir (in `Trai…
-
## 🚀 Feature
prepare a minimal repo that would introduce PL as submodule and allow anyone to setup compatibility checks with master
### Motivation
Simplify any external integration and notify…
Borda updated
2 years ago