-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Predictions are not drawing after testing trained model #4
Comments
@ashank-art |
@ArtyZe ..thanks for your prompt reply! |
@ashank-art |
@ArtyZe even i am facing he same issue. Just wanted to know should we train the custom model from scratch with the darknet weights or unpruned weights |
Both is ok :) first can reach the final result faster, but result is all same
On 07/11/2019 19:44, abhigoku10 wrote:
@ArtyZe even i am facing he same issue. Just wanted to know should we train the custom model from scratch with the darknet weights or unpruned weights
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@ArtyZe the quantization applied is only for CPU or we could be using for GPU platform also , |
as for I want to use it to cpu,but hash net and low rank convolutional and quantization is also fit for gpu,both are ok. But you need to know,it’s not easy to change source code of cuda
On 07/12/2019 16:44, abhigoku10 wrote:
@ArtyZe the quantization applied is only for CPU or we could be using for GPU platform also ,
has the model size reduced ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@ArtyZe thanks for instant response as always . I am training your code base with custom data, i shall just have a look into it if am able to run it on GPU, the intention is wanted to run the model with high fps in gpu also |
@ArtyZe Predictions are not drawing on the image after testing a newly trained model, is there any file that will store the predictions??
The text was updated successfully, but these errors were encountered: