Help With Google Colab (style transfer)
I keep getting this error and i am desperately trying to make a style transfer lens. If anyone can help that would be great. Thanks
I keep trying new style images and still running out of storage. Is here any way to get more storage is what im asking. Or is there another program that has more storage.
hi nolan_742
Since you got an output image that's mean every thing is good you have just wait sometimes it takes more than half hour to got the finale result or simply you can press the last function to extract the model ONNX
and notice that the process depend on the style image you are using and the speed of your wifi
until now you are doing every thing correct
Try and other style image
for any help just ask
Cheers
Also There are many different ways you can train your model. take a look at the ML Frameworks page of the guide section. :)
Hi nolan_742,
Yes just me is correct, everything looks fine and this issue is mainly because of Google Colab's GPU memory limit. To avoid this, we can do the following:
1. Reduce the BATCH_SIZE to a smaller value
2. Reduce INPUT_HEIGHT and INPUT_WIDTH to smaller values
3. Try to run Colab cells in order. Some cells will have huge memory footprint on GPU and it will not be cleared unless we factory reset runtime
Eric
Also check the format of the style image you're using, i had the same issue and it fixed it :)