tensorflow / tensorflow/models
Wrong catenation type leads to model exportation failure [TF2 + object detection]
Open
@pkulzc is already working on this.
Since Aug 19, 2020.
models:research:odapi
type:bug
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- I am reporting the issue to the correct repository. (Model Garden official or research directory)
- I checked to make sure that this issue has not already been filed.
1. The entire URL of the file you are using
2. Describe the bug
I was following the official TF2 object detection tutorial. However, I failed to export the trained model. The issue seems to be that tensorflow used '/' instead of '' when creating some temporary file.
3. Steps to reproduce
the official TF2 object detection tutorial. I was using the pre-trained model "faster_rcnn_resnet101_640x640".
4. Expected behavior
successfully export the trained model
5. Additional context

6. System information
- Windows 10 Enterprise
- TensorFlow installed from (source or binary): Anaconda 3
- TensorFlow version (use command below): 2.3.0
- Python version: 3.8.3
- Bazel version (if compiling from source):
- GCC/Compiler version (if compiling from source):
- CUDA/cuDNN version: 10.1
- GPU model and memory: GeForce GTX 1660, 6 GB GDDR5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.