Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

你好 在跑完所有代码后 并没有 Visualization.ipnb中所需的 test文件和 emb_1,2,3,4.npy文件 可以告知一下如何调整吗 #9

Open
Fabiabn opened this issue Jun 11, 2023 · 5 comments

Comments

@Fabiabn
Copy link

Fabiabn commented Jun 11, 2023

No description provided.

@Fabiabn
Copy link
Author

Fabiabn commented Jun 11, 2023

你好 在跑完所有代码后 并没有 Visualization.ipnb中所需的 test文件和 emb_1,2,3,4.npy文件 可以告知一下如何调整吗

@Fabiabn
Copy link
Author

Fabiabn commented Jun 11, 2023

Hello, after running all the codes, there are no test files and emb_1,2,3,4.npy files required in Visualization.ipnb. Can you tell me how to adjust them?

@George730
Copy link
Owner

All these files come from a single batch of data, as the original data is too large to visualize. You can pick any random batch of 5000 data points.

  • 'test' file is the index of these data in the whole dataset, notice we called y[test] to get the labels for the sample data.
  • 'emb_1/2/3/4' files are the transformed features of these data, right before the fully connection layer. Four files correspond to four models.

@Fabiabn
Copy link
Author

Fabiabn commented Jun 18, 2023

好的 感谢感谢

@lhr42
Copy link

lhr42 commented May 3, 2024

好的 感谢感谢

请问您的问题解决了吗,请教下,万分感谢🙏!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants