-
**Used cloud platform**
AWS
**Used SLES4SAP version**
SLES15SP2
**Used client machine OS**
Windows10
**Expected behaviour vs observed behaviour**
I have deployed with success a single NOD…
-
Hi, it is not clear to me how the number of crops and transform pipelines work.
Under the directory _bash_files/pretrain/imagenet-100/_ some scripts have the argument `--num_crops_per_aug 1 1 ` (f…
-
Dear Yunfan,
Thanks for your outstanding work! I have learned a lot from your paper, codes, and GitHub Issues.
In my research area, there are studies based on your work. However, according to my…
-
I ran the pretraining code on custom dataset with `vit_small` backbone with other input arguments same as in the [cifar example](https://github.com/vturrisi/solo-learn/blob/main/bash_files/pretrain/ci…
-
Hello,
When deploying failover.yaml, all resources got created, but cloudformation is stuck in creation of F5 devices. They are running, but I see this log:
022-12-05T02:50:06 - Getting lastest AT…
-
I use `main_pretrain.py` to train custom data,
but when I copy predict code from `main_linear.py` and predict image
every time the result is different.
for example:
first time: [0,0,0,0,0,2]
se…
-
**Describe the bug**
When configuring the following
`CLOUD_IMAGE_NAME: "BIGIP-14.1.4.4.0.27.4-CB01-BYOL-All-Modules-2Boot-Loc"`
I get the error:
```
Successfully extracted '/root/f5-bigip-image-g…
-
https://github.com/nttcslab/byol-a/blob/60cebdc514951e6b42e18e40a2537a01a39ad47b/byol_a/dataset.py#L80-L82
If len(wav) > self.unit_length, `length_adj` will be a negative value. So `start` will be …
-
Hello, I am confused regarding how to run the pretraining script using multiple gpus in a single node.
I have noticed line 179 in main_pretrain.py:
` plugins=DDPPlugin(find_unused_parameter…
-
Working implementation of https://arxiv.org/abs/2006.07733