Every time i try simply creating the model and getting the model summary (the exact same model as in data.py) i get TypeError: 'module' object is not callable. Any clue why this is? Also, what is concat_axis and why is it 3? I can't seem to find the merge function anywhere in the api..
Every time i try simply creating the model and getting the model summary (the exact same model as in data.py) i get
TypeError: 'module' object is not callable
. Any clue why this is? Also, what is concat_axis and why is it 3? I can't seem to find the merge function anywhere in the api..Thanks