-
Notifications
You must be signed in to change notification settings - Fork 97
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
SkyNet training #4
Comments
@dujuan1999 Yes. You could use your own datasets. For object detection task, please refer to these training scripts. For tracking, you could refer to SkyNet/Tracking/tools/ in this repo. |
@deepseek In iSmartDNN repo, DNN training is done by GPU. After training, you could import your model to different devices (GPU, FPGA, CPU) for inference. |
Hello, I want to train a new network for object detection task. I found that it isn't NAS but a fixed network structure in iSmartDNN repo. Could u please provide the related source-code for the CNN network searching project? |
Hey @DeyanLan, thanks for the question. I had the same problem. I too was looking for NAS instead of the fixed n/w. Did you get any updates from the author? Any help would be appreciated. |
Hello!I am a novice, I would like to ask if I can use my own dataset to do target detection training with skynet?I can't seem to find the code.
Thanks!@TomG008
The text was updated successfully, but these errors were encountered: