Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Created May 27, 2019 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aravindpai/8141334dd13231c9ca13bc15db2512a5 to your computer and use it in GitHub Desktop.
Save aravindpai/8141334dd13231c9ca13bc15db2512a5 to your computer and use it in GitHub Desktop.
history=model.fit([x_tr,y_tr[:,:-1]], y_tr.reshape(y_tr.shape[0],y_tr.shape[1], 1)[:,1:] ,epochs=50,callbacks=[es],batch_size=512, validation_data=([x_val,y_val[:,:-1]], y_val.reshape(y_val.shape[0],y_val.shape[1], 1)[:,1:]))
@gargnikhil298
Copy link

this is not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment