Closed arasharchor closed 6 years ago
Ah well first off, it looks like I have a typo on line 191. pool_scale
should probably be 16. That should fix the 32x32 vs 30x30 sizes.
Could you try changing that?
Oh right. I missed that 17. I corrected that and now it is working. made a fork. thanks :)
Information
Please specify the following information when submitting an issue:
Describe the problem
In case of training with FRRN-B, the algorithm throws the following error unlike FRRN-A which was trained without a problem.
Source code / logs
The main part of the error log is
InvalidArgumentError (see above for traceback): ConcatOp : Dimensions of inputs should match: shape[0] = [1,384,32,32] vs. shape[1] = [1,32,30,30]
and the complete log is:
I tried to track the origin of the error, but I could not find where it is failing.