Tyler Yep

Results 75 comments of Tyler Yep

Should be fixed in my Fork - see #124

That would be great! What would be the best way to discuss this?

Sounds good - could you send me a link? My email is on my profile page.

I never received write access to this project and, based on the implementation, am not too enthusiastic about handling backwards-incompatible changes in the new rewrite. Simply releasing a new version...

Can you post your generator_B2A class? This is either an issue with your input shape or an issue with how you are structuring your forward() pass.

Your code works fine for me if you change it to shape (128, 50) instead. If that doesn't work, try it on my fork: #124 .

I have no idea. Torchsummary works by taking the input_size you pass in and appending an extra batch dimension. So the input_size you give should NOT include the batch dimension.