mrFocusXin
mrFocusXin
Your method helps me a lot, but how do I define the initial cluster center myself ? Similar to the "init" parameter of the kmeans method in Sklearn
### Branch 1.x branch (1.x version, such as `v1.0.0rc2`, or `dev-1.x` branch) ### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmselfsup/issues) and [Discussions](https://github.com/open-mmlab/mmselfsup/discussions) but cannot get the expected help. - [X]...
**I want to use CIFAR10 in ODC, and my config file as follow:** base = [ '../base/models/odc.py', # '../base/datasets/imagenet_odc.py', '../base/schedules/sgd_steplr-200e_in1k.py', '../base/default_runtime.py', ] ##Changed Start #dataset settings dataset_type = 'CIFAR10' data_root...
How do you divide the train set dev set and the test set while keeping the tag ratio balanced?
Hi, First, I would like to express my appreciation for your outstanding works in multimodal sentiment analysis, which have greatly inspired me. But I have one problem about "Party GRU"...
Hi, I'm very interested in your work. Why does SWAV not use queues on Cifar10 datasets? I saw in the paper the use of queue storage on imagenet dataset stores...
Hi, I'm very interested in your work. But i coudn't find the code in text datasets, such as 'stackoverflow'. I want to reproduce the stackoverflow results in your paper. Is...
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question We intend to develop an app in our...