Arnol Fokam

Results 5 issues of Arnol Fokam

### Describe the bug When running the code snippet below using **WanDB** + **PyTorchLightning** on SLURM. The code crashes randomly for most if not all runs. ```python logger = WandbLogger(project="MNIST")...

a:cli
c:service
s:nexus-fix

## What does this PR do? Fixes part of #839 - `pl_bolts.models.self_supervised.simclr.transforms.GaussianBlur` (removed in favor of [torchvision's implementation](https://github.com/pytorch/vision/blob/96aa3d928c6faaf39defd846966421679244412d/torchvision/transforms/transforms.py#L1774-L1837)) - `pl_bolts.models.self_supervised.simclr.transforms.SimCLREvalDataTransform` (add unit test) - `pl_bolts.models.self_supervised.simclr.transforms.SimCLRFinetuneTransform` (add unit test and doc...

model

Hi @ilmoi, firstly, thanks for this incredible work. It as helped me so much. While solving Question 10 in Chapter 6. I came across an abnormality in your calculations for...

In addition to providing the benchmark results, - I changed the original configuration in JoeyNMT, so we can continue training where we left if it had to be stopped. -...

My stack made with javascript implements the following methods: - push - pop - peek - isEmpty - size - print