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

examples/mobilenetv3.rs fails with {inner:0x60bb93e599a0, InvalidArgument: Input 'input_1' not found} #429

Open
112x112 opened this issue Aug 28, 2024 · 4 comments

Comments

@112x112
Copy link

112x112 commented Aug 28, 2024

No description provided.

@112x112
Copy link
Author

112x112 commented Aug 28, 2024

how do I fix this?

@112x112
Copy link
Author

112x112 commented Aug 28, 2024

    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
     Running `target/debug/examples/mobilenetv3`
2024-08-27 21:11:51.484525: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-08-27 21:11:51.501730: I tensorflow/cc/saved_model/reader.cc:45] Reading SavedModel from: examples/mobilenetv3
2024-08-27 21:11:51.510394: I tensorflow/cc/saved_model/reader.cc:91] Reading meta graph with tags { serve }
2024-08-27 21:11:51.510430: I tensorflow/cc/saved_model/reader.cc:132] Reading SavedModel debug info (if present) from: examples/mobilenetv3
2024-08-27 21:11:51.538958: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:375] MLIR V1 optimization pass is not enabled
2024-08-27 21:11:51.550902: I tensorflow/cc/saved_model/loader.cc:231] Restoring SavedModel bundle.
2024-08-27 21:11:51.550946: I tensorflow/cc/saved_model/loader.cc:244] The specified SavedModel has no variables; no checkpoints were restored. File does not exist: examples/mobilenetv3/variables/variables.index
2024-08-27 21:11:51.550972: I tensorflow/cc/saved_model/loader.cc:215] Running initialization op on SavedModel bundle at path: examples/mobilenetv3
2024-08-27 21:11:51.663535: I tensorflow/cc/saved_model/loader.cc:314] SavedModel load for tags { serve }; Status: success: OK. Took 161811 microseconds.
2024-08-27 21:11:51.674847: E tensorflow/core/framework/node_def_util.cc:676] NodeDef mentions attribute debug_name which is not in the op definition: Op<name=VarHandleOp; signature= -> resource:resource; attr=container:string,default=""; attr=shared_name:string,default=""; attr=dtype:type; attr=shape:shape; attr=allowed_devices:list(string),default=[]; is_stateful=true> This may be expected if your graph generating binary is newer  than this binary. Unknown attributes will be ignored. NodeDef: {{node logits/bias}}
Error: {inner:0x60bb93e599a0, InvalidArgument: Input 'input_1' not found}

 *  The terminal process "cargo 'run', '--package', 'tensorflow', '--example', 'mobilenetv3', '--features', 'eager'" terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

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

No branches or pull requests

4 participants
@112x112 and others