The provided coursera jupyter environment for C3W3 is prohibitively slow, as it does not have a GPU configuration. I know this, because I ran tf.config.list_physical_devices('GPU') and got an empty list response. As such, training is taking on the order of 20-30min for a full 20 epochs, and at least 5 min for 5 epochs to gauge whether my solution is meeting the threshold criterion.
While I have a strong GPU locally that I could leverage, it seems that this particular assignment is currently hosted on github without the data directory. I was able to scrape out training_cleaned.csv from my Jupyter notebook, but could not download glove.6B.100d.txt. I was however able to print its lines out to the notebook console, but Iām not confident on the data it spat out.
Anyway, guidance appreciated.