John Giorgi

Results 67 comments of John Giorgi

Are you not able to access the notes here: https://johngiorgi.github.io/deeplearning.ai-coursera-notes/? The render properly for me in the browser.

I'm sorry, the original link (which wasn't mine) is dead. IIRC I got this from the coursea course. I would look there to see if they have posted a new...

seq2rel is just pytorch, really, so this suggests a problem with your environment. Does `'cuda_device': 1` exist? (can you see it if you call it `nvidia-smi`?). Any chance you meant...

To see if the GPU is being utilized, you can run `nvidia-smi` on the same machine this code is running, and see if GPU utilization is >0%. In general, the...

Hi! You can use the `recover` argument of AllenNLP; see [here](https://docs.allennlp.org/main/api/commands/train/#train_model_from_file.parameters). There's a bit more discussion about how to do it in [this](https://stackoverflow.com/questions/67306126/how-to-continue-training-serialized-allennlp-model-using-allennlp-train) SO post.

Thanks @TingheZhang! @rederxz I have a PR open to fix this on the fly so you don't have to mess with the pre-trained models config files: https://github.com/JohnGiorgi/seq2rel/pull/392

#25: __The text or line items under Table of Contents, List of Tables and List of Figures should be black, not red__