이준범
이준범
구현은 했는데 if문이 너무 많아져서 LSTM인경우와 bi인경우 계속 tf.stack이 다르게 작동하네요 ㅠㅠ 왜그럴까요? 특히 LSTM, GRU(RNN)인 경우에 output의 모양과 타입이 달라서 tf.stack([output])해줘야하는경우도 있고 tf.stack(output)해줘야 되는경우도 있고 그러네요 ㅠㅠ 흠..
**Component** blockchain **Detail** Currently, we are syncing block using http but we need to sync block using grpc.
**Component** ivm **Detail** Currently it can be deployed only through github, but it needs to be deployed from local file.
**Component** cmd/on **Assignee** @junbeomlee **Detail** set ivm to use docker or normal mode when run it-chain depending on config.yaml
**Component** test **Assignee** @JLGGG **Detail** Write integration test scripts
**Component** common **Detail** eventbus library 조사
**Component** ivm **Detail** Need to Implement leveldb based state db Interface would be: ``` // State DB type StateRepository interface { //Update state DB Apply(writeList []Write) //Get state value Get(value...
**Component** Docker **Detail** Change to use host docker daemon in each container(adding --net=host option when run image)
**Componet** test **Assignee** @junbeomlee **Proposal Detail** We need multi-node integration test cases and scripts!!
**Component** Docker **Assignee** @hea9549