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

[tensor_trainer] Add a function that generates dummy data #4494

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

songgot
Copy link
Contributor

@songgot songgot commented Jun 19, 2024

When the pipeline stops and no data is input, the necessary data for the current epoch is generated for the normal termination of nntrainer. The data generation callback of nntrainer is no longer called until all the necessary data for the current epoch are received.

Self evaluation:

  1. Build test: [*]Passed [ ]Failed []Skipped
  2. Run test: [*]Passed [ ]Failed []Skipped

@songgot songgot force-pushed the dev_tensor_trainer branch 2 times, most recently from 0ad3dea to 2e3e5c9 Compare June 19, 2024 04:55
When the pipeline stops and no data is input, the necessary data
for the current epoch is generated for the normal termination of nntrainer.
The data generation callback of nntrainer is no longer called
until all the necessary data for the current epoch are received.

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
@myungjoo
Copy link
Member

PING: @djeong20 @gichan-jang

Copy link

@djeong20 djeong20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@myungjoo myungjoo merged commit 379d9a0 into nnstreamer:main Jul 1, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

None yet

5 participants