Dimitrii Lopanov
Dimitrii Lopanov
Comparing to YOLO v4 tiny: ```shell ~/go_work/go-darknet/cmd/examples$ go build -o base_example/main base_example/main.go && ./base_example/main --configFile=yolov4-tiny.cfg --weightsFile=yolov4-tiny.weights --imageFile=sample.jpg Try to load cfg: yolov4-tiny.cfg, clear = 0 0 : compute_capability = 860,...
Well, I guess I'll struggle with it for a big amount of time. It would be awesome if someone can help me with this layer type.
#9 Should be closed first, since Embedd layer is used in LSTM
Need to provide some example of how to use this layer
Hi! Can you provide more details on it? What is official Pytorch repository for YOLOv7-tiny? I'm aware of [AlexeyAB's](https://github.com/AlexeyAB/darknet#yolo-v4-v3-and-v2-for-windows-and-linux) only and it is C/C++ all about UPD: *.pt -> *.weights...
**TLDR: just bunch of SQL queries to extract reference information about Postgres tables and my first-look thoughts** My POV: * Reasons to start with PostgreSQL 1. SQLite will be tough...
Thank you for response! 1. Recently I've found 'hacky' way to dodge timestamp naming by converting from: ``` 20220101100000_prepare_schema.go 20220101102000_fill_tables.go 20220101102030_prepare_triggers.go ``` to: ``` 00000000000001_prepare_schema.go 00000000000002_fill_tables.go 00000000000003_prepare_triggers.go ``` It works...
@ystyle Working on training mode for YOLOv3 tiny in this [fork](https://github.com/LdDl/gorgonia/commits/master)... Losses are going down while training. But I'm not doing PR to main Gorgonia's repository due I have 2...
> development was moved here https://github.com/LdDl/yolo-go right? @dcu Yes, it did, currently. I stuck a bit there with errors estimation.
There is [Redis drama](https://github.com/redis/redis/pull/13157). No matter what I think it is need to be implemented anyways, but after #16 (since we can met breaking changes)