-
Hi every one. I am learning DJL(Deep java library) and I have seen [Malicious URL Detector](https://docs.djl.ai/docs/demos/malicious-url-detector/index.html) post and I'm going to try it locally, but …
-
When converting a YOLO model to ONNX (or other), we are told the model's output shape(s).
Since I can't use the ultralytics package to rely on the automatically created results object for my use c…
-
DeepRNN的forward()中,使用了两个for loop:
for layer in range(self.num_layers):
for step in range(seq_len):
...
意思是每层会把整个sequence都处理完,才传到下层。
但 pytorch 的文档显示,它们使用刚好相反的方式。
https://pytorch…
-
### 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…
-
Most of the tests failing sporadically are of `TensorFlow` based estimators.
A deep dive into this issue was related to the `tf` latest version installed as a dependency(`v:2.16.2`)
Importing th…
-
Before diving into the _Deep Learning & Applied AI_ course, it is worth challenging your motivations in taking this journey by reading the following post by Richard Sutton, one of the fathers of Reinf…
-
### 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…
-
Does the device argument support more than one gpu?
rabum updated
2 weeks ago
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
I was going through this repository of yours as I am starting to deep dive into Machine learning and Data Science. I would say why don't you just deploy this somewhere and Document it properly, the RE…