Arnol Fokam

Results 6 comments of Arnol Fokam

Hi @nate-wandb This error occurs when ```wandb.init``` is called. Therefore, the wandb folder is not yet created. In my case, I can confirm that this error occurs when the cluster...

@anmolmann, It might be difficult to reproduce the error if you don't possess a cluster node slow enough but I remarked that when I insert a breakpoint (running locally) somewhere...

Currently, I can't confirm this given the fact that I'm no longer affected by the error (cluster went back to normal speed). I tried reproducing the scenario using the method...

Hi, Count me in as well! 💪

Hi @otaj, Would like to work on features around SimCLR - `pl_bolts.models.self_supervised.simclr.simclr_finetuner.cli_main` - `pl_bolts.models.self_supervised.simclr.simclr_module.cli_main` - `pl_bolts.models.self_supervised.simclr.simclr_module.Projection` - `pl_bolts.models.self_supervised.simclr.simclr_module.SimCLR` - `pl_bolts.models.self_supervised.simclr.simclr_module.SyncFunction` - `pl_bolts.models.self_supervised.simclr.transforms.GaussianBlur` - `pl_bolts.models.self_supervised.simclr.transforms.SimCLREvalDataTransform` - `pl_bolts.models.self_supervised.simclr.transforms.SimCLRFinetuneTransform` - `pl_bolts.models.self_supervised.simclr.transforms.SimCLRTrainDataTransform`

Concerning my PR, I'm not yet sure if it's up to the repo's standards. Therefore, I have the following questions before I can complete my work. - _Did you make...