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

ENH: add a public method to run a forward pass for Net #279

Closed
nghi-truyen opened this issue Jul 22, 2024 · 0 comments · Fixed by #312
Closed

ENH: add a public method to run a forward pass for Net #279

nghi-truyen opened this issue Jul 22, 2024 · 0 comments · Fixed by #312
Assignees
Labels
enhancement New feature or request

Comments

@nghi-truyen
Copy link
Member

Add a forward_pass method for net:

  • add setter and getter methods for net (set weights without compiling net)
  • add a public method forward_pass taking x_train and returning the output of net.
@nghi-truyen nghi-truyen added the enhancement New feature or request label Jul 22, 2024
@nghi-truyen nghi-truyen added this to the Release v1.1.0 milestone Jul 22, 2024
@nghi-truyen nghi-truyen self-assigned this Jul 22, 2024
@nghi-truyen nghi-truyen changed the title ENH: add a public method to run a forward pass for a Net object ENH: add a public method to run a forward pass for Net Jul 22, 2024
@nghi-truyen nghi-truyen linked a pull request Sep 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant