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
Hi, I’m sorry for my late response. Would it be possible to provide the custom architecture (or a similar one) so we can reproduce the reported bug? Thank you! 🙏
Hi,
I found that with this line of code:
visualtorch/visualtorch/layered.py
Line 324 in 45f5161
I have the following error:
So switching to:
z = min(max(int(np.prod(self_multiply(shape[0:1] + shape[3:])) * scale_z), z), max_z)
it works.
fpr
The text was updated successfully, but these errors were encountered: