Seacrab
Seacrab
> 进入mysql,跑一下语句,我的mysql8.0亲测成功: > mysql> use mysql; > mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourRootPassword'; > 其中,YourRootPassword是你的mysql密码。 > > 旧版本mysql 是跑 : > ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password...
> I delete the sentence "predict = tf.squeeze(predict, 3)" in main.py, and it could work in training, and need to add the sentence back while evaluating. But got terrible result...
你好我是先新建数据库,然后定位到server_eggjs目录,输入 npm run db:up就会报错 npm run db:up > [email protected] db:up > npx sequelize db:migrate npm ERR! could not determine executable to run npm ERR! A complete log of this run...