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

Add example with multiple readers pluged into TF #58

Merged
merged 1 commit into from
Jul 24, 2018
Merged

Add example with multiple readers pluged into TF #58

merged 1 commit into from
Jul 24, 2018

Conversation

JanuszL
Copy link
Contributor

@JanuszL JanuszL commented Jul 19, 2018

Signed-off-by: Janusz Lisiecki jlisiecki@nvidia.com

"\n",
"class TFRecordPipeline(CommonPipeline):\n",
" def __init__(self, batch_size, num_threads, device_id, num_gpus):\n",
" super(TFRecordPipeline, self).__init__(batch_size, num_threads, 0)\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Creating multiple TFRecordPipeline assigned to different device_id was failing for me, so I always assign it to 0. I will look more into that issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I must have done something wrong. It works now.

@JanuszL JanuszL changed the title Add example with multiple readers pluged into TF WIP: Add example with multiple readers pluged into TF Jul 23, 2018
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@JanuszL JanuszL changed the title WIP: Add example with multiple readers pluged into TF Add example with multiple readers pluged into TF Jul 24, 2018
@JanuszL
Copy link
Contributor Author

JanuszL commented Jul 24, 2018

Build on internal pipeline 32370.

@ptrendx
Copy link
Member

ptrendx commented Jul 24, 2018

LGTM

@ptrendx ptrendx merged commit eb4aa4b into NVIDIA:master Jul 24, 2018
@JanuszL JanuszL deleted the tf_more_example branch July 26, 2018 17:39
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

2 participants