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

Container __per_step_0 does not exist #50631

Closed
DaliaJaber opened this issue Jul 6, 2021 · 3 comments
Closed

Container __per_step_0 does not exist #50631

DaliaJaber opened this issue Jul 6, 2021 · 3 comments
Assignees
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 2.3 Issues related to TF 2.3 type:others issues not falling in bug, perfromance, support, build and install or feature

Comments

@DaliaJaber
Copy link

DaliaJaber commented Jul 6, 2021

Please make sure that this is an issue related to performance of TensorFlow.
As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:performance_template

System information

  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win 10
  • TensorFlow version (use command below): 2.3.1
  • Python version: 3.7.7
  • CUDA/cuDNN version: library cudart64_101.dll v2.3.0-54-gfcc4b966f1 2.3.1

Describe the current behavior

While running multiple object detection inference in parallel the session crashed and the below error occurred.

Traceback (most recent call last):
output_dict = model(input_tensor)
File "/home//.conda/envs//lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 1605, in call
return self._call_impl(args, kwargs)
File "/home//.conda/envs//lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 1645, in _call_impl
return self._call_flat(args, self.captured_inputs, cancellation_manager)
File "/home//.conda/envs//lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 1746, in _call_flat
ctx, args, cancellation_manager=cancellation_manager))
File "/home//.conda/envs//lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 598, in call
ctx=ctx)
File "/home//.conda/envs//lib/python3.6/site-packages/tensorflow/python/eager/execute.py", line 60, in quick_execute
inputs, attrs, num_outputs)
tensorflow.python.framework.errors_impl.NotFoundError: Container __per_step_0 does not exist. (Could not find resource: __per_step_0/_tensor_arraysBatchMultiClassNonMaxSuppression/map/TensorArray_11_950)
[[node BatchMultiClassNonMaxSuppression/map/while/TensorArrayWrite_5/TensorArrayWriteV3 (defined at /home/workspace//utils/field_detection.py:15) ]] [Op:__inference_pruned_41885]

Function call stack:
pruned

Describe the expected behavior

Standalone code to reproduce the issue

Reproducing the issue was not possible.

@DaliaJaber DaliaJaber added the type:others issues not falling in bug, perfromance, support, build and install or feature label Jul 6, 2021
@UsharaniPagadala UsharaniPagadala added the TF 2.3 Issues related to TF 2.3 label Jul 7, 2021
@UsharaniPagadala
Copy link

@DaliaJaber

Could you please refer the comment ,hope it helps.Thanks

@UsharaniPagadala UsharaniPagadala added the stat:awaiting response Status - Awaiting response from author label Jul 7, 2021
@google-ml-butler
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.

@google-ml-butler google-ml-butler bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Jul 14, 2021
@google-ml-butler
Copy link

Closing as stale. Please reopen if you'd like to work on this further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 2.3 Issues related to TF 2.3 type:others issues not falling in bug, perfromance, support, build and install or feature
Projects
None yet
Development

No branches or pull requests

2 participants