Robert Stone

Results 4 comments of Robert Stone

This is a good argument for promoting this warning to an error. Thank you for pointing it out.

I will point out that if the goal is to use this tool purely to do address validation, I'd recommend using a different strategy. perhaps something like: ``` : perl...

Interesting idea! I'll work though it and see if I hit any substantial snags.

I think you only need to add DataParallel to the top level model, rather than in multiple places in the model implementation. [this tutorial](https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html) suggests something like: ```diff diff --git...