entity-embedding-rossmann icon indicating copy to clipboard operation
entity-embedding-rossmann copied to clipboard

Results 2 entity-embedding-rossmann issues
Sort by recently updated
recently updated
newest added

Hello, I have a general rudimentary question ( sorry in advance). I have reviewed (not fully) many parts of the codes in here. I'd like to test the proposed embedding...

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~