-
Notifications
You must be signed in to change notification settings - Fork 122
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
i got one error about git darknet #29
Comments
I had the same problem. The submodule was pointing to some older version or invalid path. You have to manually instruct git to get the newest version. |
hi @janhuang6 |
You need to first find the newest version of darknet. Then instruct git to get it. You can get someone who is good at git to help you. |
@janhuang6 thanks for reply ! I have just downloaded the zip version of the code including darknet directly at https://github.com/stanford-futuredata/tensorflow-noscope/tree/speedhax ,and my bazel version is 0.5.2. |
fatal: reference is not a tree: d3ea51f6bbe3e20d37b5b449f15903f2a5a7a37d |
|
Yes I solved. please change into the newest coding address |
hi all
i run : git submodule init git submodule update
but i got an error
fatal: reference is not a tree: d3ea51f6bbe3e20d37b5b449f15903f2a5a7a37d
Unable to checkout 'd3ea51f6bbe3e20d37b5b449f15903f2a5a7a37d' in submodule path 'tensorflow/noscope/darknet'
no any code in darknet
thank your help
The text was updated successfully, but these errors were encountered: