You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do I change "VALID" to "SAME"? Why is the effect of network prediction very poor? Are there pixels not aligned? But I did not find this problem.
#275
@jakeret
self.store_prediction()--->util2D.combine_img_prediction2D() -->to_rgb2D(data_.reshape(-1, ny, ch).
In the to_rgb2D function. This function must have a deep copy of "data", otherwise the value of "data" will be changed, and the next test will produce errors.
Why do I change "VALID" to "SAME"? Why is the effect of network prediction very poor? Are there pixels not aligned? But I did not find this problem.
The text was updated successfully, but these errors were encountered: