
其它
图像生成小菜鸟
这个作者很懒,什么都没留下…
展开
-
VTM7.0中的类的关系
https://blog.youkuaiyun.com/gq0323/article/details/103713402其中实心菱形表示组合关系,如菱形端表示公司,另一端表示公司的部门。空心三角形表示泛化,如三角形一端表示人,另一端表示具体的人如蔡徐坤...原创 2020-02-09 21:06:10 · 359 阅读 · 0 评论 -
uml类图
https://www.cnblogs.com/warmsmile/p/11449197.html原创 2020-02-09 20:48:41 · 281 阅读 · 0 评论 -
计数排序
#include<iostream>#include<vector>#include<stdlib.h>#include <cstring>using namespace std;void CountSort(int A[],int n=10){ int max = A[0], min = A[0]; //find max...原创 2019-12-07 21:10:44 · 113 阅读 · 0 评论 -
快速排序代码
#include<iostream>#include<vector>#include <stdio.h>#include<stdlib.h>using namespace std;void QuickSort(int arr[], int left, int right){ if (left >= right) retu...原创 2019-12-07 21:09:39 · 147 阅读 · 0 评论 -
sess.run()卡住
https://blog.youkuaiyun.com/wenrouruwanlian_qy/article/details/92657583转载 2019-12-05 17:13:05 · 641 阅读 · 0 评论 -
找到文件夹下所有txt文件
import osdir="/home/yuejian/Desktop/TFRecord/train_data" # 图片和txt文件的位置def findtxt(path, ret): """Finding the *.txt file in specify path""" filelist = os.listdir(path) for filename in f...原创 2019-12-05 15:25:20 · 311 阅读 · 0 评论 -
Yann LeCun
If intelligence is a cake, the bulk of the cake is unsupervised learning, the icing on the cake is supervised learning, and the cherry on the cake is reinforcement learning (RL). —Yann LeCun原创 2019-12-01 16:59:02 · 239 阅读 · 0 评论 -
第一次写博客
pip和conda 安装好像没什么区别呀第一次写博客。记录历程,学习经验,总结。原创 2019-10-25 13:52:05 · 92 阅读 · 0 评论