随笔分类 -  Python

摘要:import os import pdb import numpy as np train_path = '/home/wangxiao/Downloads/TracKit/dataset/train_subset/' test_path = '/home/wangxiao/Downloads/Tr 阅读全文
posted @ 2020-10-26 10:06 AHU-WangXiao 阅读(156) 评论(0) 推荐(0) 编辑
摘要:Attention when you load the json file, you will find: " ... [541.0, 280.0, 76.0, 27.0]], "attr": [], "absent": []}}' " there is a ' at the begining an 阅读全文
posted @ 2019-08-13 08:18 AHU-WangXiao 阅读(719) 评论(0) 推荐(0) 编辑
摘要:import os import numpy as np import pandas as pd from tqdm import tqdm import numpy as np import string import nltk from nltk.tokenize import word_tokenize from textblob import TextBlob import pdb ... 阅读全文
posted @ 2019-03-21 13:54 AHU-WangXiao 阅读(258) 评论(0) 推荐(0) 编辑
摘要:GCN code parsing 2018-07-18 20:39:11 utils.py load data def load_data(path="../data/cora/", dataset="cora"): """Load citation network dataset (cora on 阅读全文
posted @ 2018-07-18 20:40 AHU-WangXiao 阅读(496) 评论(0) 推荐(0) 编辑
摘要:Conclusions about Deep Learning with Python file_path = '{}/{}_ep{:04d}.pth.tar'.format(directory, net_type, self.epoch) 0. Install the specific versi 阅读全文
posted @ 2017-03-01 16:17 AHU-WangXiao 阅读(1519) 评论(0) 推荐(0) 编辑
摘要:Summary on deep learning framework TensorFlow Updated on 2018-07-22 21:28:11 1. Check failed: s.ok() could not find cudnnCreate in cudnn DSO; tensorfl 阅读全文
posted @ 2017-01-23 15:38 AHU-WangXiao 阅读(1875) 评论(1) 推荐(0) 编辑
摘要:如何才能将Faster R-CNN训练起来? 首先进入 Faster RCNN 的官网啦,即:https://github.com/rbgirshick/py-faster-rcnn#installation-sufficient-for-the-demo 先用提供的 model 自己测试一下效果嘛 阅读全文
posted @ 2016-07-29 08:41 AHU-WangXiao 阅读(23063) 评论(12) 推荐(0) 编辑
摘要:本文转自:http://www.analyticsvidhya.com/blog/2016/06/quick-guide-build-recommendation-engine-python/ Introduction This could help you in building your fir 阅读全文
posted @ 2016-06-02 23:45 AHU-WangXiao 阅读(481) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示