
Github
KevinUSTC
这个作者很懒,什么都没留下…
展开
-
如何使用tfrecord
怎么使用TF下的tfrecord,讲普通图片和label生成tfrecord格式的数据,详见Github网址:https://github.com/burness/tensorflow-101/blob/master/covert_to_tfrecord/covert_datasets_tfrecord.py原创 2017-04-21 15:25:35 · 1602 阅读 · 0 评论 -
Anaconda安装经验以及后期包安装
669 ./Anaconda3-5.0.1-Linux-x86_64.sh 670 vim ~/.bashrc 671 source /home/jinx/.bashrc 672 conda env list 673 conda -V 674 conda create -n python3.6withCaffe python=3.6 675 conda env lis...原创 2018-03-05 19:50:51 · 905 阅读 · 0 评论 -
PYTHONPATH代表PYTHON要去用的库、包所要去找的路径
761 ipython 762 python -V 763 python 764 vim ~/.bashrc 765 echo $PYTHONPATH 766 env 767 export PYTHONPATH="" 768 python -c 'import sys;print sys.path' 769 python -c 'import caffe;pr...原创 2018-03-05 19:53:16 · 514 阅读 · 0 评论 -
python 内存监控模块之memory_profiler
python -m memory_profiler test.py原创 2018-04-15 00:35:39 · 1617 阅读 · 0 评论 -
python基础----特性(property)、静态方法(staticmethod)、类方法(classmethod)、__str__的用法
https://www.cnblogs.com/wangyongsong/p/6750454.html原创 2018-04-10 15:10:50 · 331 阅读 · 0 评论