2018年2月26日

caffe output argmax layer

摘要: http://blog.csdn.net/ws_20100/article/details/49184037 http://blog.csdn.net/langb2014/article/details/50988275 (good !) https://www.cnblogs.com/yinhey 阅读全文

posted @ 2018-02-26 11:17 cdekelon 阅读(1162) 评论(0) 推荐(0) 编辑

2018年2月23日

caffe python API

摘要: http://wentaoma.com/2016/08/10/caffe-python-common-api-reference/ 阅读全文

posted @ 2018-02-23 16:08 cdekelon 阅读(140) 评论(0) 推荐(0) 编辑

2018年2月13日

File Descriptor Leak

摘要: https://martin-ueding.de/articles/c-file-descriptors/index.html http://blog.sina.com.cn/s/blog_605f5b4f01013lgv.html (good) https://docs.oracle.com/cd 阅读全文

posted @ 2018-02-13 17:16 cdekelon 阅读(206) 评论(0) 推荐(0) 编辑

2018年2月8日

Xinit and StartX

摘要: http://blog.csdn.net/sjin_1314/article/details/40148853 阅读全文

posted @ 2018-02-08 14:42 cdekelon 阅读(80) 评论(0) 推荐(0) 编辑

2018年2月5日

center loss

摘要: http://blog.csdn.net/u014380165/article/details/76946339 阅读全文

posted @ 2018-02-05 11:25 cdekelon 阅读(80) 评论(0) 推荐(0) 编辑

2018年2月3日

caffe solver

摘要: From http://blog.csdn.net/czp0322/article/details/52161759 solver.prototxt sovler的主要作用就是交替调用前向传导和反向传导 (forward & backward) 来更新神经网络的连接权值,从而达到最小化loss,实际 阅读全文

posted @ 2018-02-03 00:58 cdekelon 阅读(175) 评论(0) 推荐(0) 编辑

2018年1月29日

Shutffle (change dict to item and do shutffle) ; Mark id to each person

摘要: #!/usr/bin/python import time import sys import os from os import walk import random import numpy as np if len(sys.argv) != 2: print( "This script will make img_path --- > person_id wi... 阅读全文

posted @ 2018-01-29 17:02 cdekelon 阅读(109) 评论(0) 推荐(0) 编辑

2018年1月25日

show the current time

摘要: import time print "begin at: " + time.asctime(time.localtime()) 阅读全文

posted @ 2018-01-25 10:39 cdekelon 阅读(80) 评论(0) 推荐(0) 编辑

2018年1月24日

(summary) Generate folder-subfolders (sys.argv)

摘要: 1. copy_sub_folders.py 2. remove_files_in_subfolder.py 3. combine step1 and step2, copy_subfolder_remove_itsfile.py 4. or generate the sub-folders dir 阅读全文

posted @ 2018-01-24 16:54 cdekelon 阅读(129) 评论(0) 推荐(0) 编辑

Generate folder-subfolders according to olddir

摘要: # https://majing.io/questions/772 阅读全文

posted @ 2018-01-24 16:46 cdekelon 阅读(120) 评论(0) 推荐(0) 编辑

导航