I have a SRGAN model that I need to train, and for which I am using a VGG model.
The problem is that the vgg file is of 549mb and the virtual environment that I've used for developing is of 1.8G, and I can' t use a directory for training as the directory limit is 100MiB.
How can I use these directories(either by hosting them on floydhub or calling them from a different local directory)?