Results 5 comments of Xiao.Liu

My current implementation is ``` class TransformerEncoderCrf(Wrapper): def __init__(self, config): self.len_limit = config.len_limit self.load_model(config) def get_pos_seq(self, x): mask = K.cast(K.not_equal(x, 0), 'int32') pos = K.cumsum(K.ones_like(x, 'int32'), 1) return pos *...

I used all the commands mentioned above. I can find the wifi setting and the detected wifi list. However, it cannot really connect to any of them. I tried to...

The same issue. With the eclipse home folder set to `~/.p2/pool/` since pointing to `/Applications/Eclipse.app/` does not work.

Got this problem while using langgraph (based on pregel). It seems a problem with contextvar. It is a fatal issue.

In addition, it works without ImMemorySaver in a one-turn dialogue with multiple react turns.