Chen Hao

Results 2 issues of Chen Hao

when I add mask=zero in Embedding layer, CRF raises Error of types dismatch here is my code ![image](https://user-images.githubusercontent.com/6780752/58144732-24698a80-7c82-11e9-8414-3768af3e2cc6.png) and it raise exception like this: `--------------------------------------------------------------------------- ValueError Traceback (most recent call...

- start a PostgreSQL service with docker: `docker run -e POSTGRES_PASSWORD=123456 -p 127.0.0.1:5432:5432/tcp postgres:13.2 ` - build a flow with one executor:HNSWPostgresIndexer - run the flow locally, it works well...