uqzhichen / SDGZSL

[ICCV2021] Official Pytorch implementation for SDGZSL (Semantics Disentangling for Generalized Zero-Shot Learning)
36 stars 8 forks source link

t-SNE可视化代码 #7

Closed HanAccount closed 2 years ago

HanAccount commented 2 years ago

您好: 能麻烦您提供一下t-SNE可视化代码吗?我发现在代码里只保存了VAE的模型文件并没有保存解纠缠模块的文件是为什么呢?

uqzhichen commented 2 years ago

Hi Han,

You could use the t-SNE package in sklearn library to visualize the representations, which should be easy to implement.

For the model saving, I'll update the code to save the disentangling module as well.

regards, Zhi

HanAccount commented 2 years ago

非常感谢!