You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I know that's why, in the first 100 epochs,I think the learning rate is so big that no easy to reduce the loss.So I reduce the learning rate to 0.8 and it can effect the content image in the first 100 epoch now. Thanks for your contribution~
(python src/run.py -c /Users/DOVAN/Desktop/lion.png -s /Users/DOVAN/Desktop/kflower/K06.png -o /Users/DOVAN/Desktop/chai/lionK22 -g 0)
epoch 100 done
losses:
content_3_3: 7987.070312
content_4_3: 601.299927
style_1_2 : 3854174464.000000
style_2_2 : 7261279232.000000
style_3_3 : 1873770624.000000
style_4_3 : 32007.861328
tv : 360171.218750
when the first 100 epoch done,The result sometimes have no any change....
![lion](https://cloud.githubusercontent.com/assets/26133721/24346330/65c6b346-1306-11e7-9fba-7e2ebbd25742.png)
![out_0100](https://cloud.githubusercontent.com/assets/26133721/24346359/89997844-1306-11e7-899e-16c7581f852c.png)
![200](https://cloud.githubusercontent.com/assets/26133721/24346373/9dd4aaa4-1306-11e7-9e07-fbe8324789fe.png)
content image:
after 100 epoch:
but after 200 epoch done:
So,It looks like the first 100 epoch almost can not effect the content image ; Is it a bug?or do you have some advise for solving it?
The text was updated successfully, but these errors were encountered: