'How to use pretrain embedding vector by feature_column

I have a pretrain embedding vector like this {"key":[0.21123813 -0.09532269 0.11912347 -0.28437278 -0.5040968 -0.3963967 0.073469564 0.33775213 -0.118199855 -0.12064915]} and want to use it in keras, how do I create a feature column in feature_column?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source