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

Chapter03/Activity3.01 #12

Open
AbdelrahimKoura opened this issue Oct 13, 2023 · 0 comments
Open

Chapter03/Activity3.01 #12

AbdelrahimKoura opened this issue Oct 13, 2023 · 0 comments

Comments

@AbdelrahimKoura
Copy link

Why you use the following step Especially since you didn't use it
X_dev_torch = torch.tensor(X_dev.values).float()
y_dev_torch = torch.tensor(y_dev.values)
X_test_torch = torch.tensor(X_test.values).float()
y_test_torch = torch.tensor(y_test.values)

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

1 participant