logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

报错解决:libcudart.so.10.2: cannot open shared object file: No such file or directory

报错解决:libcudart.so.10.2: cannot open shared object file: No such file or directory

文章图片
#linux#ubuntu
报错解决:libcudart.so.10.2: cannot open shared object file: No such file or directory

报错解决:libcudart.so.10.2: cannot open shared object file: No such file or directory

文章图片
#linux#ubuntu
【个人笔记】idea的注解中的mysql语句无法自动补全

在idea的右侧的database(或view->tool windows->database)->选“MySQL”将方言设为MySQL, 点击+选择项目路径,将语言设置为MySQL。填上信息后,点击 Test Connect 测试,再点ok和应用。(或者在settings中搜SQL Dialects)(2)安装Database Navigator插件。右键驱动->Add as Library…(

文章图片
#intellij-idea#mysql
【MeanSquaredError报错&】module ‘tensorflow.python.keras.losses‘ has no attribute ‘MeanSquaredError‘

tf.keras.losses.MeanSquaredError()在低版本的tensorflow不可用,在官网看到似乎1.15以上版本才有用,反正我的1.7用不了,重新安装tensorflow1.15版本的又会报错,所以找了个替代方法可用def compute_loss(labels, logits):return tf.reduce_mean(tf.keras.losses.mse(label

#tensorflow#keras#python +1
运行dcnv3代码的警告及解决方法

UserWarning:Attempted to use ninja as the BuildExtensionSetuptoolsDeprecationWarning: setup.py install is deprecated.Use build and piprunning bdist_eggrunning egg_infoerror: [Errno 13] Permission deni

文章图片
#python#深度学习#pytorch
到底了