-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行您的fcrn_train.py文件有错误 #2
Comments
抱歉,我后来加了旋转增广的代码部分忘了生成tfrecord用了那个文件了,可能需要修改下分辨率,这块主要是我给师弟写的。 |
@Windaway 具体是哪块的分辨率需要修改? |
懒得看了,我师弟那跑已经没啥问题了。 |
您好,请问您这个错误解决了吗?我也遇到这个错误 |
在从fcrn.ckpt加载完模型,开始训练后,会在while not coord.should_stop():后报错,具体错误如下:
tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 40960 values, but the requested shape has 20480
[[Node: Reshape_1 = Reshape[T=DT_FLOAT, Tshape=DT_INT32, _device="/job:localhost/replica:0/task:0/device:GPU:0"](DecodeRaw_1/_23, Reshape_1/shape)]]
[[Node: Cast/_25 = _Recvclient_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device_incarnation=1, tensor_name="edge_73_Cast", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"]]
感谢百忙之中查看我的问题
期待您的回复!
The text was updated successfully, but these errors were encountered: