-
Notifications
You must be signed in to change notification settings - Fork 45.4k
Closed
Labels
models:research:odapiODAPIODAPIstalestat:awaiting responseWaiting on input from the contributorWaiting on input from the contributortype:bugBug in the codeBug in the code
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 been filed already.
1. The entire URL of the file you are using
2. Describe the bug
I’m performing object detection using TensorFlow Object Detection API. I have got a couple of doubts.
- Whether my object detection training utilise GPU or not?
- Why it is displaying CPU devices and ran out of memory? But then when I run the training script it shows that “Successfully opened dynamic library cudart64_110.dll”.
3. Steps to reproduce
python Tensorflow\models\research\object_detection\model_main_tf2.py --model_dir=Tensorflow\workspace\models\my_ssd_mobnet --pipeline_config_path=Tensorflow\workspace\models\my_ssd_mobnet\pipeline.config --num_train_steps=500
4. Expected behavior
should use GPU
5. Additional context
Include any logs that would be helpful to diagnose the problem.
6. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- Mobile device name if the issue happens on a mobile device:
- TensorFlow installed from (source or binary): source
- TensorFlow version (use command below): 2.5.0
- Python version: 3.8.11
- Bazel version (if compiling from source): Bazel 3.7.2
- GCC/Compiler version (if compiling from source): MSVC 2019
- CUDA/cuDNN version: 11.2/8.1
- GPU model and memory: GPU: GEFORCE RTX 2060 and 8GB
Metadata
Metadata
Assignees
Labels
models:research:odapiODAPIODAPIstalestat:awaiting responseWaiting on input from the contributorWaiting on input from the contributortype:bugBug in the codeBug in the code