tozh

Results 2 issues of tozh

训练crop时,flow_from_directory()自动导入0类(crop不成功的)和1类(crop好的)作为两类训练数据? 但是训练单个字母分类时,单个字母的target label并没有啊,这个部分是怎么训练出来的?

In https://github.com/caddyserver/caddy/blob/9996d6a70ba76a94dfc90548f25fbac0ce9da497/cmd/commands.go#L80C1-L86C40. There is a function `Commands()` to get a list of commands initialised by `RegisterCommand`. ```language: golang // Commands returns a list of commands initialised by // RegisterCommand func...