Cheng Wei
Cheng Wei
following up #14 There maybe some more update again. But it would be good to have pytorch_experiment.py updated also. use loggers={"visdom": "visdom"} instead of loggers={"vlog": "visdom"}, which is because of...
Thanks for the nice implementation in pytorch, which made easier for me to learn. Regarding chief.py implementation, I got a question about updates to global weights. From Algorithm Pseudocode in...
## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? Thanks for shaing data2vec model. I am evaluating and...
Hi, Thanks for sharing high performance model. I am going through the model source code and get a question about the use of unsigmoid in the following code. https://github.com/IDEA-Research/DINO/blob/290cf6415166cc7cd0f68e5da973004e2f0e686b/models/dino/utils.py#L63 I...