You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: