log0 / neural-style-painting

Implementing of the "A Neural Algorithm of Artistic Style"
236 stars 100 forks source link

the network seems don't work #6

Open ryh95 opened 7 years ago

ryh95 commented 7 years ago

I replace the content image with conan and style image is grass After 1000 iterations ,the result is art but in anishathalye implementation , the result is result2 So, maybe a bug ?

Iteration 0
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 100
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 200
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 300
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 400
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 500
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 600
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 700
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 800
('sum : ', 236020.36)
('cost: ', 0.0)
Iteration 900
('sum : ', 236020.36)
('cost: ', 0.0)

this is the log while ALPHA is 100 BETA is 5