yolov3-channel-and-layer-pruning icon indicating copy to clipboard operation
yolov3-channel-and-layer-pruning copied to clipboard

ValueError: Number of rows must be a positive integer, not 4.0

Open liuxundd opened this issue 3 years ago • 3 comments

liuxundd avatar Jul 15 '22 02:07 liuxundd

一样解决了嘛

Super-six-java avatar Jul 19 '22 05:07 Super-six-java

在报错的地方点一下,或出现(指定的错误代码),往上找xn 一个赋值语句,加上int强制转换,不知道精度会不会下降,但是能跑 ns = **int**(np.ceil(bs ** 0.5)) # number of subplots 之后会出现另一个问题

# First, search for an existing subplot with a matching spec. key = SubplotSpec._from_subplot_args(fig, args) print("key :"+str(key)) key要转换成str

Super-six-java avatar Jul 19 '22 05:07 Super-six-java

在报错的地方点一下,或出现(指定的错误代码),往上找xn 一个赋值语句,加上int强制转换,不知道精度会不会下降,但是能跑 ns = **int**(np.ceil(bs ** 0.5)) # number of subplots 之后会出现另一个问题

# First, search for an existing subplot with a matching spec. key = SubplotSpec._from_subplot_args(fig, args) print("key :"+str(key)) key要转换成str

Super-six-java avatar Jul 19 '22 05:07 Super-six-java