-
When creating a new vNet Site, and using an existing vNet / Subnets (requires using a new RG for Volt Site) some objects are not created or mapped and "destroy" does not honor depends on.
Example: …
-
## Do you already have an issue opened with F5 support?
Github Issues are consistently monitored by F5 staff, but should be considered as best effort only and you should not expect to receive the sam…
-
Organizers: Aaron Brooks(MASTERMND) + Betamore
Venue or Online: Batamore
101 W Dickman St, Baltimore, MD 21230
Date: Saturday August 14, 2021
Curriculum: Custom Curriculum. Have to combine…
-
Hi, I am investigating how pretraining model will affect detection performance, but I could not successfully use any of them.
The setting is 24 epoch, step = [12, 18], learning rate = 0.02, 4GPUs a…
-
##### SUMMARY
With the latest version of CloudManager modules (21.4.0), deployment of a single node CVO in AWS using BYOL fails with:
```bash
Error: unexpected response on creating cvo aw…
dprts updated
3 years ago
-
#### Community Note
Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the comm…
nibty updated
3 years ago
-
Thanks for this phenomenal codebase, OpenSelfSup Team.
One small issue and a minor feature request:
It seems the weights for models like selfsup/byol/r50_bs256_accumulate16_ep300.py, for example…
-
Trying to load a custom dataset without labels only for pretraining (not linear evaluation).
I implemented the necessary changes to the pipeline in `pretrain_dataloader.py`, but I realized upon ru…
-
Cannot use the cloudformation template, getting error creating WSFCNode2 and WSFCNode1 >> aPI: ec2:RunInstances Not authorized for images.
A search is suggesting that the cloudformation template is…
-
Hi,
Thanks for your implementation.
In the original paper the total loss is defined as L_PixPro + alpha*L_inst (the instance level contrastive loss), while in your code it's L_PixPro + alpha*L_Pix…