-
@Hyeokreal which Tensorflow and Keras version do yo use?
I tried running a3c_continuous.py, but I get these errors:
```
2018-02-16 11:55:39.292348: I tensorflow/core/platform/cpu_feature_guard.…
-
I added support of Tensor Cores in my fork: https://github.com/AlexeyAB/darknet
To accelerate **Detection 3x** times and **Training 2x** times (with the same Loss and mAP) using Tensor Cores are requ…
-
Hello, I need to make SacAgent work with discrete action, so try to implement GumbelSoftmax parameterization trick by re-defining the relevant classes. However, the calculation of `agent.train(experie…
-
This is a continuation of https://github.com/gonum/matrix/issues/301.
-
📚 This guide explains how to load YOLOv5 🚀 from PyTorch Hub https://pytorch.org/hub/ultralytics_yolov5. See YOLOv5 [Docs](https://docs.ultralytics.com) for additional details. UPDATED 26 March 2023.
…
-
First of all, thank you @HamedMP for the huge work.
In my opinion, to extend ImageFlow functionalities, a nice feature to add is giving the possibility to create a new dataset from scratch.
It could b…
-
There is a bug about `normalize(self, buffer)` function in `dataset.py`, it has not normalize data to [0, 1], which we usually do this in Deep Learning training process with PyTorch.
And I also test…
-
# 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 repor…
-
Just putting some suggestions out there. Maybe we could organize these into [projects](https://github.com/dlib-users/darknet/projects).
- [x] support scaled yolov4
- [x] support yolov5 models
-…
-
# ONNXRuntime TRT
```
docker build -f Dockerfile.manylinux2014_cuda11_4_tensorrt8_2 --network=host --build-arg POLICY=manylinux2014 --build-arg PLATFORM=x86_64 --build-arg DEVTOOLSET_ROOTPATH=/opt…