models
models copied to clipboard
Models and examples built with TensorFlow
After working with TF Object Detection for quite a long time, the API found that it would be convenient to pass the checkpoint_max_to_keep argument directly through the console, especially the...
# Prerequisites Please answer the following question for yourself before submitting an issue. - [x] I checked to make sure that this feature has not been requested already. ## 1....
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ ] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [x]...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ x] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [...
# Description > Code implementation for RNGDet: Road Network Graph Detection by Transformer in Aerial Images > Check rngdet/requirements.txt for Check the requirements.txt for the required configuration settings. ## Type...
# Help wanted: Research paper code and models Please help us to implement the following research paper using TensorFlow 2. If you want to contribute, please leave a comment to...
Can someone help me with this error. Using tensorflow2 with ssd_mobnetv2_fpnlite. My model is training properly but not evaluating. This is the code which I used to evaluate. python models/research/object_detection/model_main_tf2.py...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [x] I...
when I use the default value of cross_device_ops, it'll core dump in jemalloc as below. when I choose cross_device_ops=tf.distribute.ReductionToOneDevice(), it still dosen't work, it get stuck. Does anyone know how...
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...