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

k 近邻算法_代码错误 #1

Open
xicheng105 opened this issue Oct 9, 2023 · 1 comment
Open

k 近邻算法_代码错误 #1

xicheng105 opened this issue Oct 9, 2023 · 1 comment

Comments

@xicheng105
Copy link

以下代码的文件名要写全

m_x = np.loadtxt('mnist_x', delimiter=' ')
m_y = np.loadtxt('mnist_y')

应改为:

m_x = np.loadtxt('mnist_x.txt', delimiter=' ')
m_y = np.loadtxt('mnist_y.txt')
@maikeji-information
Copy link

不用写全,文件名就是 mnist_x 和 mnist_y

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

2 participants