Trying to run transformer attention model using Keras but keep getting TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

后端 未结 0 1585
夕颜
夕颜 2020-12-17 06:14

I have created the following module for an attention model I am trying to run that will have two inputs so I can have a crossmodality attention.

import random         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题