uMar2020
uMar2020 t1_iwm19fq wrote
Reply to [D] Simple Questions Thread by AutoModerator
Say someone built/trained a neural network with PyTorch on their own machine (w/ GPUs etc.), but someone with little/no programming experience and a low-end computer needs to use the final network (i.e., supply input, get output), what’s the best way to package/ship the model for this person/case? How would one go about minimizing reliance on the original hardware / software environment?
uMar2020 t1_iwwjt7d wrote
Reply to comment by XGDragon in [D] Simple Questions Thread by AutoModerator
Thank you! I’m aware of Docker, but may be a slight learning curve for us to use it? Good idea on the external computing, maybe even Google Collab would work for us, it’s a small research project. Is this a common thing, and if so, is the method you mentioned standard/common practice?