There is a problem: TypeError: __init__() missing 1 required positional argument: 'target_shape' and the code is: ```python3 model_store.add(Reshape(dims=(50,))) ``` dims??? I can't understand this paramter. Thank you very much~
There is a problem:
TypeError: init() missing 1 required positional argument: 'target_shape'
and the code is:
dims???
I can't understand this paramter.
Thank you very much~