Skip to content
Discussion options

You must be logged in to vote

Ok I found out that my accuracy was off because I wasn't actually putting the correct equation into my code (I was using a different equation before I switched to the one from deepxde tutorial, but I accidentally forgot to change it in my NN setup). And the slower speed was because I was using more points with smaller batch size (therefore much more training iterations took place) + I was using keras, which has a nice progress bar displayed each epoch in terminal, but writing it to the terminal also took quite a bit of time. After I turned off the progress bar and set my number of points also to 18, I was getting similar training speeds as deepxde.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sgorgiSW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant