Closed nelson-liu closed 7 years ago
Pretrained embeddings previously didn't work because it would create two layers called "embedding", the fix was to add a name argument when creating a pretrained embedding layer.
"embedding"
Pretrained embeddings previously didn't work because it would create two layers called
"embedding"
, the fix was to add a name argument when creating a pretrained embedding layer.