You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @owulveryck, thank you for the project, it looks awesome.
A minor note from go mod specification: in order to correctly use this module through go.mod, you have to specify tags in semver format, so instead of v0.3, use v0.3.0.
For example, pre-release of tiny-YOLO-v2, could be marked as v0.3.0-rc.1.
Again, thank you a lot!
The text was updated successfully, but these errors were encountered:
Hi @owulveryck, thank you for the project, it looks awesome.
A minor note from
go mod
specification: in order to correctly use this module throughgo.mod
, you have to specify tags insemver
format, so instead ofv0.3
, usev0.3.0
.For example, pre-release of tiny-YOLO-v2, could be marked as
v0.3.0-rc.1
.Again, thank you a lot!
The text was updated successfully, but these errors were encountered: