Bruce Feng

Results 3 issues of Bruce Feng

使用过程中发现,代码里面需要提前定义训练集图片的大小(width,height),即训练集的图片像素必须统一,这样导致模型泛化能力很弱,不能预测其他像素的图片

调优

hello, Is "[distribute_items=True]" or "[distribute_items=False]" some kind of parameter that can be configured? If so, where can i configure it?

This code of the Floyd algorithm is not the correct version of Floyd-alogorithm. It does not work if I change the index of node. The k loop(for k in range(length))...