-
Hello, I am using TFOD API for custom object detection.
While during last step of installation verification. After, Running following command -
`!python object_detection/builders/model_builder_tf2_t…
-
i am curious anout https://github.com/JeremyCCHsu/vae-npvc/blob/master/model/vae.py#L124
logPx = tf.reduce_mean(
GaussianLogDensity(
slim.flatten(x),…
-
Hi, ferova
your work help me a lot, I' am pretty confused about how to use morph before reading your implementation. But I still not clear on how to use it on slim network or tensorflow basic api,…
cgllv updated
3 years ago
-
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ yes ] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [ yes ] I am …
-
I trained a classification model successfully (https://github.com/tensorflow/models/tree/master/research/slim) on my image dataset, and get
a pb file with the usage of freeze_graph.py. Now for infer…
-
Hi,
I tried to visualize the InceptionV4 model layers and fed a MRI image to it, everything works well except that the GPU seems did not involved in computing. TensorFlow do allocate graphic memory …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
While try to convert .weights to pb I got this error:
AttributeError: module 'tensorflow' has no attribute 'contrib'
`File "/home/aya/Deployment_project/OpenVINO-YOLOV4/yolo_v4.py", line 5, in
…
-
Hi, I read your paper and it is pretty cool. I am interested in trying the analysis in our SNPs dataset, so I have been following the instructions on the documentation and tried to run the analysis on…