Chris Klaiber

Results 2 issues of Chris Klaiber

Test command to serialize the model: python -c 'import torch ; import model ; m = model.Generator() ; s = torch.jit.script(m)' Before this change there were two errors during serialization....

This PR enables the renderer to be used as a library when in another project. The "src" import can conflict with a common folder name.