JosephKJ/OWOD

tsne visualize

Zhengzkang opened this issue · 1 comments

Hi, good job, but can you offer more details about tsne? I really do not konw the following code in plot_tsne.py for train?
torch.save(queues, os.path.join(source_dir,'queues_tsne.pkl'))
queues = torch.load(os.path.join(source_dir,'queues_tsne.pkl'))
How can I get "queues_tsne.pkl"? thank you so much!

Hi, good job, but can you offer more details about tsne? I really do not konw the following code in plot_tsne.py for train? torch.save(queues, os.path.join(source_dir,'queues_tsne.pkl')) queues = torch.load(os.path.join(source_dir,'queues_tsne.pkl')) How can I get "queues_tsne.pkl"? thank you so much!

Hi, good job, but can you offer more details about tsne? I really do not konw the following code in plot_tsne.py for train? torch.save(queues, os.path.join(source_dir,'queues_tsne.pkl')) queues = torch.load(os.path.join(source_dir,'queues_tsne.pkl')) How can I get "queues_tsne.pkl"? thank you so much!

Have you solved this problem yet?