iris

Results 19 comments of iris

> @gkovacslmi @wazzy @fuxia0425 @sminder > Anyone has written code to serve the trained model for SQUAD? I am new to tensorflow and it'll be a great help if you...

@wqw547243068 Which file do you use to define the JSGF syntax?pls

@macanv 训练集: ``` 宝 O 宝 O 舌 B-SYM 苔 I-SYM 发 I-SYM 白 I-SYM , O 烧 O 3 O 8 O . O 5 O 度 O ,...

your `forward` should be return some value, hope help you

yeah,i remove this pattern,its ok now ![image](https://user-images.githubusercontent.com/32732041/158187283-c3cdebd3-269f-4a83-a328-c4b697db72a7.png)

@hydrogen18 Will version 3 be supported in the future?

`Pickle Machine failed on opcode:0x80. Stack size:0. Memo size:0. Cause:Unsupported version #3 detected` python (3.6.5): ``` with open("pickletest.pkl","wb") as f: f.write(pickle.dumps([1,1,1])) ``` golang (1.11.2): ``` package main import ( "fmt"...

> `Pickle Machine failed on opcode:0x80. Stack size:0. Memo size:0. Cause:Unsupported version #3 detected` > > python (3.6.5): > > ``` > with open("pickletest.pkl","wb") as f: > f.write(pickle.dumps([1,1,1])) > ```...

> @rherasma in your above example where you are passing the below variables in the create_engine? and my issue is need to connect to presto by passing the below driver...