fast-style-transfer icon indicating copy to clipboard operation
fast-style-transfer copied to clipboard

how long for training in Colab?

Open pamruta opened this issue 4 years ago • 6 comments

I am trying to run it in Google Colab. Just wondering how long the style.py should take for training with GPU runtime?

pamruta avatar Mar 06 '20 09:03 pamruta

Have you been able to run it in colab?

darkmarthur avatar Apr 10 '20 18:04 darkmarthur

NO!there is an error!

tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file D:\fast-style-transfer-master\examples\style\wave.jpg: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator? [[node save/RestoreV2 (defined at evaluate.py:94) ]]

I am learning related knowledge, the solution I found is: replace model.ckpt the model.ckpt.data-00000-of-00001

发送自 Windows 10 版邮件应用

发件人: Mario Ricardo Dominguez Quiroz 发送时间: 2020年4月11日 2:40 收件人: lengstrom/fast-style-transfer 抄送: Subscribed 主题: Re: [lengstrom/fast-style-transfer] how long for training in Colab?(#231)

Have you been able to run it in colab? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JackGuogit avatar Apr 20 '20 03:04 JackGuogit

OOM Error

satoshiSchubert avatar Jul 18 '20 02:07 satoshiSchubert

For OOM errors, reduce batch size and/or reduce input size of image/videos as the output size will match the input sizes and so do the layers shapes.

PGG-DeepAI avatar Sep 17 '20 12:09 PGG-DeepAI

It takes for me on Colab about 4 hours using default parameters

yaroslavmavliutov avatar Mar 12 '21 14:03 yaroslavmavliutov

Has somebody find out the limit of the limit size of the images that this project support?

darkmarthur avatar Mar 15 '21 01:03 darkmarthur