Tencent / tencent-ml-images

Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
Other
3.05k stars 514 forks source link

想咨询一下,data/dictionary_and_semantic_hierarchy.txt有对应的中文标签吗? #17

Open wwfnwg opened 6 years ago

wwfnwg commented 6 years ago

data/dictionary_and_semantic_hierarchy.txt有对应的中文标签吗?

wubaoyuan commented 6 years ago

@wwfnwg 暂时没有

wwfnwg commented 6 years ago

👌,多谢,另外想请教一下,我们这个项目的多标签预测,我是这样写的: logits = net.logit logits = tf.sigmoid(logits) 你们预测的时候是怎么写的?

wwfnwg commented 6 years ago

这个后期你们能提供一个脚本吗?

wubaoyuan commented 6 years ago

@wwfnwg 我们训练也用的是多sigmoid. 细节请参考train.py

manlinting commented 5 years ago

求中文标签 +1

chenzhengnan commented 3 years ago

请问你imagenet都下载好了吗