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

Continue processing #34

Closed
carlosedubarreto opened this issue Aug 3, 2023 · 4 comments
Closed

Continue processing #34

carlosedubarreto opened this issue Aug 3, 2023 · 4 comments

Comments

@carlosedubarreto
Copy link

Is there a possibility to stop processing and continue later?
I tried forcing the process to stop and them start again, but it usually ends up without cotinuing processing, it seems that it sees that there was something running before and just wraps up.

I'm asking that in case I need to stop the process and if I could conitnue later, or in a case that I get a 'nan" value, if I could change the learning rate and run again not loosing all the previous process that was done

Thanks

@vye16
Copy link
Owner

vye16 commented Aug 4, 2023 via email

@carlosedubarreto
Copy link
Author

just to be sure.
for example, it does 4 steps. first it will do the full step 1 them step 2 and so on?

I got the impression that it did in chunks. for exmaple, it splited the frames in "n" parts. it would do the step 1 to 4 in the frist part, then step 1 to 4 in part 2 and so on...

the way you are saying, if I removed the step the it was not finished when I stopped the execution it would continue from the previous step?

It could be enough, I'll study it more.

@vye16
Copy link
Owner

vye16 commented Aug 4, 2023 via email

@carlosedubarreto
Copy link
Author

So if I remove the last chunk (probably not completed if I manually stopped the process and I had some sort of error), theorically it should work?

I'll give it a try anyway

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

2 participants