git4sun

Results 6 comments of git4sun

Have the same issue. It runs fine in jupyter notebook. But converting it to python script and run, it generates the error.

> I received the same issue, if anyone has resolved the issue please share. In my case, if I ended the code in `train_env = tf_py_environment.TFPyEnvironment(train_py_env)`, it will throw this...

Any updates on the pretrained model?

for example: `case class Record(id:UUID, email:String, name:String)` For the default update, I would do `def updateRecord(r:Record) = update.where(_.id eqs r.id).modify(_.email setTo r.email).and(_.name setTo r.name).future` I realized that I have this...

不改代码的话,它并不自动下载模型,只会报错,model没有define。