MarvinTeichmann / tensorflow-fcn

An Implementation of Fully Convolutional Networks in Tensorflow.
MIT License
1.1k stars 433 forks source link

Model initialization from scratch #34

Open aleksandrmelnyk opened 7 years ago

aleksandrmelnyk commented 7 years ago

Can the fcn model be initialized without vgg16.npy? Why it requires the saved model?

MarvinTeichmann commented 7 years ago

Yes, change the initializer to a random one, e.g here.

theladyjaye commented 7 years ago

@aleksandrmelnyk did you have success with this?