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

Doubt regarding splitting training and testing #7

Open
WrathofBhuvan11 opened this issue Dec 29, 2019 · 0 comments
Open

Doubt regarding splitting training and testing #7

WrathofBhuvan11 opened this issue Dec 29, 2019 · 0 comments

Comments

@WrathofBhuvan11
Copy link

Most of the time using scikitlearn train_test_split we can divide the dataset... But if it's multimodal say more than 1 npy
Array is given to input how do we do tht...
Say X=[Input 1array ,Input 2 array]
Y=output.npy output array
Where function_1(input 1)= Output, and function_2(input 2)= Output
So how can we split to testing and training... For keras.fit( [train Input 1, train input 2], Output_train, validation_test =([test input 1,test input 2], output test)
....
In your case say input 1 is image.array and input 2 is word array

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