AimCLR icon indicating copy to clipboard operation
AimCLR copied to clipboard

How to implement t-sne clustering

Open chaowen1 opened this issue 2 years ago • 7 comments

The cluster diagram in your readme is very attractive. Is there a corresponding part of the code that can draw this class diagram

chaowen1 avatar Feb 17 '23 06:02 chaowen1

Yes, I hope to share the source code!Thank you very much

yanghuaigang666 avatar Feb 18 '23 07:02 yanghuaigang666

Thanks for your interest in our work. Regarding t-sne visualization, we refer to this project. You only need to save the features and labels (do not use but need to save) of the network on the pretext task as .pkl file, select some categories (like 10) and follow the readme of the project to get the visualization results.

Levigty avatar Feb 20 '23 06:02 Levigty

Thank you for your reply and wish you a happy life

沈超文… @.***

 

------------------ 原始邮件 ------------------ 发件人: "Levigty/AimCLR" @.>; 发送时间: 2023年2月20日(星期一) 下午2:56 @.>; @.@.>; 主题: Re: [Levigty/AimCLR] How to implement t-sne clustering (Issue #12)

Thanks for your interest in our work. Regarding t-sne visualization, we refer to this project. You only need to save the features and labels (do not use but need to save) of the network on the pretext task as .pkl file, select some categories (like 10) and follow the readme of the project to get the visualization results.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

chaowen1 avatar Feb 20 '23 07:02 chaowen1

Hello, I have saved the features and tags, but the code part of t-sne will not be implemented. Can I send a t-sne code

沈超文… @.***

 

------------------ 原始邮件 ------------------ 发件人: "Levigty/AimCLR" @.>; 发送时间: 2023年2月20日(星期一) 下午2:56 @.>; @.@.>; 主题: Re: [Levigty/AimCLR] How to implement t-sne clustering (Issue #12)

Thanks for your interest in our work. Regarding t-sne visualization, we refer to this project. You only need to save the features and labels (do not use but need to save) of the network on the pretext task as .pkl file, select some categories (like 10) and follow the readme of the project to get the visualization results.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

chaowen1 avatar Feb 21 '23 11:02 chaowen1

Thanks for your interest in our work. Regarding t-sne visualization, we refer to this project. You only need to save the features and labels (do not use but need to save) of the network on the pretext task as .pkl file, select some categories (like 10) and follow the readme of the project to get the visualization results.

您好,请问对于文中的3s-AimCLR来说,保存用于t-sne的特征,是指选择每个stream的Normal Query Encoder编码后的特征进行保存,然后按照[0.6; 0.6; 0.4]加权融合后再进行可视化吗?

Morris-Lucifer avatar Jul 24 '23 04:07 Morris-Lucifer

Hello, I have saved the features and tags, but the code part of t-sne will not be implemented. Can I send a t-sne code 沈超文… @.***   ------------------ 原始邮件 ------------------ 发件人: "Levigty/AimCLR" @.>; 发送时间: 2023年2月20日(星期一) 下午2:56 @.>; @.@.>; 主题: Re: [Levigty/AimCLR] How to implement t-sne clustering (Issue #12) Thanks for your interest in our work. Regarding t-sne visualization, we refer to this project. You only need to save the features and labels (do not use but need to save) of the network on the pretext task as .pkl file, select some categories (like 10) and follow the readme of the project to get the visualization results. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Hello, how do you save features and labels

xievito avatar Nov 07 '23 08:11 xievito

Does anyone have a solution?

panlongji avatar Jan 17 '24 08:01 panlongji