hhk123

Results 8 comments of hhk123

> i mean under the folder of utils I did it as you said, but it is still not work

I've found the reason--I have installed a package named 'utils' and I uninstalled it, sos it is fixed

我解决了:把numpy改成1.22.3版本,sklearn也改成0.22.1

请问两层双向LSTM层之间为啥要加个全链接层?不加可以不? x = Dense(rnnunit, name='blstm1_out', activation='linear')(x)

> Hello there! This spark configurations works in my case. I took all jar packages from Maven. ![cb_spark_prop](https://user-images.githubusercontent.com/53858027/132224548-c71278f6-7101-4a1b-8c38-b421a2d27b38.PNG) Thanks a lot! It works!