models
models copied to clipboard
Models and examples built with TensorFlow
# 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....
When use the" tensorflow object detection api "to training a detection model, and use the recommended directory structure to run tensorboard,command line is tensorboard --logdir=${MODEL_DIR}. it's output is this image:it...
**What is the top-level directory of the model you are using:** from nets.resnet_v1 import bottleneck, resnet_arg_scope **Have I written custom code:** Yes, I am trying to use pre-trained Resnet50 model....
I use pascal_voc_seg to train deeplabv3+ without tf_initial_checkpoint but predict nothing,the mask is all black I‘m sure the training datasets is correct,mask data is uint8 Python 3.6.9 |Anaconda, Inc.| (default,...
Hi, I am able to run SSD MobileNetV2 and CenterNet MobileNetV2 (boxes prediction) on my android device. When I compare inference speed of the models on my android device I...
`2020-02-19 18:13:17.900514: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/nvidia/lib:/usr/local/nvidia/lib64 2020-02-19 18:13:17.900660: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not...
Hi everyone I create an application that recognizes the names of my cats. I would like to use the model "ssd_resnet50_v1_fpn_1024x1024_coco17_tpu-8" and train it using my data and tensorflow 2.3.0...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ ] I am using the latest TensorFlow Model Garden release and TensorFlow 2(using tf1 and...
Fix link
# Description I have fix broken link. ## Type of change For a new feature or function, please create an issue first to discuss it with us before submitting a...
# Description > :memo: removing jit_compile=True, and annotate the whole train_step function by tf.function. > > * Please also include relevant motivation and context. When training a model with multiworkermirrored...