摘要: https://blog.csdn.net/weixin_41929524/article/details/112253138 阅读全文
posted @ 2023-01-22 13:16 juneyiiii 阅读(52) 评论(0) 推荐(0)
摘要: # 导入库函数 import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns plt.style.use('ggplot') plt.rcParams['font.sans-s 阅读全文
posted @ 2022-12-01 16:28 juneyiiii 阅读(541) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/golden1314521/article/details/50216289 阅读全文
posted @ 2022-11-24 19:41 juneyiiii 阅读(45) 评论(0) 推荐(0)
摘要: 如何使用Tensorboard一张图显示多条曲线 tensorboard显示多个event文件在一个图上!tensorboard中曲线图的数据下载且用matplotlib.pyplot来画,便于实验对比。 阅读全文
posted @ 2022-11-07 10:26 juneyiiii 阅读(50) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/145048590 https://www.ais.cn/news/featured/16077 阅读全文
posted @ 2022-10-25 10:36 juneyiiii 阅读(19) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/c465e7fab882 阅读全文
posted @ 2022-10-20 20:35 juneyiiii 阅读(11) 评论(0) 推荐(0)
摘要: 这里可以用tlmgr info命令搜索需要下载的字体并从CTAN官网下载。一般这个时候也会有对应的路径,比如texmf-dist/fonts/。把下载的字体解压放在这些路径下,然后分别运行mktexlsr和sudo fc-cache。 如果是Windows下发现mktexmf: empty or n 阅读全文
posted @ 2022-10-05 15:22 juneyiiii 阅读(1528) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/aa2963af4ef2 阅读全文
posted @ 2022-10-04 16:46 juneyiiii 阅读(21) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/90274765 阅读全文
posted @ 2022-09-30 22:16 juneyiiii 阅读(16) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/460539223 阅读全文
posted @ 2022-09-30 22:14 juneyiiii 阅读(27) 评论(0) 推荐(0)