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

problem of train cnn model #240

Open
banbsyip opened this issue Oct 28, 2019 · 11 comments
Open

problem of train cnn model #240

banbsyip opened this issue Oct 28, 2019 · 11 comments

Comments

@banbsyip
Copy link

I set up a cnn model to classify mnist data.the model as follow:
image
i train the model firstly successful,the result as follow:
image
image
when i changed the characters ,if the max_epochs greater than step_size, the train go wrong.
image
image
image
image
image

@ethem-kinginthenorth
Copy link
Contributor

learning rate schedulers are created for easy support to learning rate modification. we will have checks to prevent a smaller step_size than the max_epochs when lr_schedulers are used.

@banbsyip
Copy link
Author

learning rate schedulers are created for easy support to learning rate modification. we will have checks to prevent a smaller step_size than the max_epochs when lr_schedulers are used.

when I trained the tinyyolo, the same problem occurred.the code from https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=casdlpg&docsetTarget=p1np8zbnoyd0brn1dhehthuuxj4q.htm&locale=zh-CN#p1dgtuox2j70uen1sg8qpg203n9z
it is about yolo's object detection
image
image
image
image

@ethem-kinginthenorth
Copy link
Contributor

thanks for pointing out. I will be looking into this today.

@ethem-kinginthenorth
Copy link
Contributor

@banbsyip I have been trying to reproduce the issue but I cannot. I feel like there is another issue is happening here.

@ethem-kinginthenorth
Copy link
Contributor

ethem-kinginthenorth commented Oct 29, 2019

@banbsyip seems like there might be an issue with the connection or such. would you please set "swat.options.cas.debug.responses = True" and then re-run your code. I would like to see what the server sends back

@banbsyip
Copy link
Author

eems like there might be an issue with the connection or such. would you please set "swat.options.cas.debug.responses = True" and then re-run your code. I would like to see what the server sends back

ok,i will run the code as your suggestion. I have a question about the label,i use the voc2007 data,the label of "person" have some parts such as "head","left","hand"and so on. I label all the parts as "person", is it a correct way to label?

@sasxianhu
Copy link
Contributor

Depends on what your task is. If you want to detect the parts, then label them for sure. If you think any human parts should use person as label, then label them as person.

@banbsyip
Copy link
Author

Depends on what your task is. If you want to detect the parts, then label them for sure. If you think any human parts should use person as label, then label them as person.

thanks for your help.

@banbsyip
Copy link
Author

@banbsyip seems like there might be an issue with the connection or such. would you please set "swat.options.cas.debug.responses = True" and then re-run your code. I would like to see what the server sends back
the result as follow:
image

@ethem-kinginthenorth
Copy link
Contributor

@banbsyip thanks for sharing the log message. I am communicating with swat folks to see if they can help resolve this issue.

@Guma02
Copy link

Guma02 commented May 22, 2023

Hello, I know this is an old forum, but I am having the same error message. Does anyone know the solution? @banbsyip @ethem-kinginthenorth Thanks in advance.

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