Shirish Sonawane

Results 1 comments of Shirish Sonawane

Try this code - it worked for me ============= Y = labels[['short-term_memorability','long-term_memorability']].values X = one_hot_res; X_train, X_test, Y_train, Y_test = train_test_split(X,Y, test_size=0.2, random_state=42) # add dropout # add regularizers model...