Assign requires shapes of both tensors to match. lhs shape= [8] rhs shape= [84]。
tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [8] rhs shape= [84]
[[Node: save/Assign_4 = Assign[T=DT_FLOAT, _class=["loc:@ssd_300_vgg/block10_box/conv_cls/biases"], use_locking=true, validate_shape=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](ssd_300_vgg/block10_box/conv_cls/biases, save/RestoreV2_4)]]
這是報錯的提示。提示說張量不一樣,請問在哪更改張量啊????
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/268808.html
上一篇:BP神經網路應用求思路
