tensorflow / tensorflow/models
No errors after comipling the train.py and model_main.py but the file didn't ran & the training process didn't started
@pkulzc is already working on this.
Since May 22, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
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:
- It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
- 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: tensorflow_models/research/object_detection.
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Nope.
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10(64-bit)
- TensorFlow installed from (source or binary): binary
- TensorFlow version (use command below):2.0.0 (cpu)
- Bazel version (if compiling from source): -
- CUDA/cuDNN version: None
- GPU model and memory: None
- 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)"
Describe the problem
Unable to run & start the training process without any error.... and waited for 10 - 15 mins even. Can some body solve my this problem it would be helpful.
C:\Users\5570\Downloads\models\research\object_detection>python main_model.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
C:\Users\5570\Downloads\models\research\object_detection>
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.