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

Question: Time of each layer #7

Open
shirley-w66 opened this issue Apr 7, 2023 · 2 comments
Open

Question: Time of each layer #7

shirley-w66 opened this issue Apr 7, 2023 · 2 comments

Comments

@shirley-w66
Copy link

Thanks for reading, if I want to measure the time spent on each layer of the network, how should I do it?

@mkskeller
Copy link
Collaborator

You should be able to add a parameter saying "time_layers" to the arguments of a script. Then, there will an output of Time100 for the forward propagation of the first, Time101 for the second etc., and Time200 etc. for the back-propagation.

@shirley-w66
Copy link
Author

Thank you so much!

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