随笔分类 - Python
摘要:import os import pdb import numpy as np train_path = '/home/wangxiao/Downloads/TracKit/dataset/train_subset/' test_path = '/home/wangxiao/Downloads/Tr
阅读全文
摘要: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
阅读全文
摘要: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 ...
阅读全文
摘要: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
阅读全文
摘要:Conclusions about Deep Learning with Python file_path = '{}/{}_ep{:04d}.pth.tar'.format(directory, net_type, self.epoch) 0. Install the specific versi
阅读全文
摘要: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
阅读全文
摘要:如何才能将Faster R-CNN训练起来? 首先进入 Faster RCNN 的官网啦,即:https://github.com/rbgirshick/py-faster-rcnn#installation-sufficient-for-the-demo 先用提供的 model 自己测试一下效果嘛
阅读全文
摘要:本文转自:http://www.analyticsvidhya.com/blog/2016/06/quick-guide-build-recommendation-engine-python/ Introduction This could help you in building your fir
阅读全文