tf_repos icon indicating copy to clipboard operation
tf_repos copied to clipboard

libsvm数据格式的问题

Open yxzf opened this issue 7 years ago • 1 comments

get_criteo_feature.py中的特征下标应该是从1开始的,PNN.py中直接使用idx,这样的话使用tf.nn.embedding_lookup进行embedding是从0开始?

yxzf avatar Oct 26 '18 13:10 yxzf

确实,浪费一个feat_id的内存

lambdaji avatar Oct 27 '18 07:10 lambdaji