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
I feel like you have made a mistake (or let a test value on the code :) ) on at the line 128 of training.py, indeed I think that the concatenation should be on the same axis as the two previous one so channel_axis and not this value. When I'm using 1 such as in the code I get a weird tensor shape like (32,16,44) while I should have (16,16,44).
Hope that will help !
The text was updated successfully, but these errors were encountered:
Dear all,
I feel like you have made a mistake (or let a test value on the code :) ) on at the line 128 of training.py, indeed I think that the concatenation should be on the same axis as the two previous one so channel_axis and not this value. When I'm using 1 such as in the code I get a weird tensor shape like (32,16,44) while I should have (16,16,44).
Hope that will help !
The text was updated successfully, but these errors were encountered: