含糊招牌

文章
3
资源
0
加入时间
2年10月21天

tensorflow查看使用的是cpu还是gpu

https://stackoverflow.com/questions/38009682/how-to-tell-if-tensorflow-is-using-gpu-acceleration-from-inside-python-shell方法1from tensorflow.python.client import device_libprint(device_lib.li...

go mysql id为0_go 的 mysql 的简单操作

一、数据库的连接及初始化// demo_db.gopackage mainimport ("database/sql""fmt"_ "github.com/go-sql-driver/mysql")var (db *sql.DB)func check(err error) {if err != nil {fmt.Println(err)}}func InitDB(mydb *sql.DB) {db...