sksq96 / pytorch-summary

Model summary in PyTorch similar to `model.summary()` in Keras
MIT License
3.98k stars 412 forks source link

Fix None Type error while using MultiHeadAttention #191

Open GCS-ZHN opened 1 year ago

GCS-ZHN commented 1 year ago

This PR is modified based on previous PR #165 by @cainmagi ,

Main change features: