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

(0) Not found: Key FeatureExtractor/MobilenetV3/Conv/conv_quant/max not found in checkpoint #7720

Closed
shenmayufei opened this issue Oct 25, 2019 · 7 comments
Assignees
Labels
stat:awaiting response Waiting on input from the contributor type:support

Comments

@shenmayufei
Copy link

shenmayufei commented Oct 25, 2019

Please go to Stack Overflow for help and support:

http://stackoverflow.com/questions/tagged/tensorflow

Also, please understand that many of the models included in this repository are experimental and research-style code. If you open a GitHub issue, here is our policy:

  1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
  2. The form below must be filled out.

Here's why we have that policy: TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.


System information

  • What is the top-level directory of the model you are using:
  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • TensorFlow installed from (source or binary):
  • TensorFlow version (use command below):
  • Bazel version (if compiling from source):
  • CUDA/cuDNN version:
  • GPU model and memory:
  • Exact command to reproduce:

You can collect some of this information using our environment capture script:

https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh

You can obtain the TensorFlow version with

python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
v1.14.0-rc1-22-gaf24dc91b5

Describe the problem

Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.

when train the quantization uint8 mobilenet v3 ,I get the error as list above , any help? thanks

Source code / logs

Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.

@shenmayufei
Copy link
Author

shenmayufei commented Oct 30, 2019

when i resore the checkpoint in the export_tflite_ssd_graph.py;get the error as flow:
Not found: Key FeatureExtractor/MobilenetV3/Conv/conv_quant/max not found in checkpoint
[[{{node save/RestoreV2}}]]
[[save/RestoreV2/_301]]
(1) Not found: Key FeatureExtractor/MobilenetV3/Conv/conv_quant/max not found in checkpoint
[[{{node save/RestoreV2}}]]

it may be same as the problem as https://github.com/tensorflow/tensorflow/issues/26664#issue-420455278.but i cannot get the solution

@shnamin
Copy link

shnamin commented Dec 3, 2019

what is the solution/workaround for this?

@sunzhe09
Copy link

sunzhe09 commented Jan 9, 2020

I met the same problem

@zheyangshi
Copy link

Any update?

@skavulya
Copy link

skavulya commented Apr 1, 2020

I ran into the same issue and resolved it by using the the ssd_mobilenet_edgetpu_coco checkpoint instead of the ssd_mobilenet_v3_large_coco checkpoint. The edgetpu checkpoint also uses a mobilenetV3 but with operations tailored for edge deployment.

@ravikyram
Copy link

@shenmayufei

Is this still an issue?.Please, close this thread if your issue was resolved.Thanks!

@ravikyram ravikyram self-assigned this Jun 19, 2020
@ravikyram ravikyram added the stat:awaiting response Waiting on input from the contributor label Jun 19, 2020
@ravikyram
Copy link

Automatically closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response Waiting on input from the contributor type:support
Projects
None yet
Development

No branches or pull requests

7 participants