Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train on my own data... #66

Open
JayjieL opened this issue Dec 1, 2018 · 6 comments
Open

Train on my own data... #66

JayjieL opened this issue Dec 1, 2018 · 6 comments

Comments

@JayjieL
Copy link

JayjieL commented Dec 1, 2018

No description provided.

@JayjieL JayjieL changed the title Train my own data... Train on my own data... Dec 1, 2018
@JayjieL
Copy link
Author

JayjieL commented Dec 1, 2018

Hello,when i use vgg19_trainable to train my own data from scratch, i got the problem that the loss and acuuracy on test data keep the same, it seems that the network is not working.Have you ever met such a problem?Thank you in advance for your contribution and hope to hear from you soon. 

@SdustZhangzhen
Copy link

@JayjieL Hello, I also want to train my own data about Remote Sensing image. But I have no ideal about how to make the label. Can you give some suggests? Thanks. 你好,我也想用VGG19训练自己的样本数据,但是不知道怎么制作标签和训练数据,您有什么好的建议吗?谢谢!

@JayjieL
Copy link
Author

JayjieL commented Jan 4, 2019

@JayjieL Hello, I also want to train my own data about Remote Sensing image. But I have no ideal about how to make the label. Can you give some suggests? Thanks. 你好,我也想用VGG19训练自己的样本数据,但是不知道怎么制作标签和训练数据,您有什么好的建议吗?谢谢!

File vgg19_trainable.py already provide the base network structure. So, just modify the input layer to your image size(or you can resize your pictures), and change the output dimension. As for making labels, you can manually mark them(or try to use labeled data)

@Ruolingdeng
Copy link

Do you know how to implement the "use this to build the VGG object", Please?

@usmanxia
Copy link

@JayjieL were you able to train the model? I am exactly facing the same problem you mentioned that the loss and accuracy do not change.
Any help is really appreciated.

@JayjieL
Copy link
Author

JayjieL commented Jun 10, 2019

@usmanxia It seems that there is an integrated interface under the Keras framework, which can be called directly.(I have not used this network anymore)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants