Starzhai

Results 4 comments of Starzhai

https://www.cnblogs.com/StarZhai/p/tensorflow-gpu.html 我是按照这个链接配置的GPU环境,运行这个项目没问题。你可以参考试试

请问使用自己的数据进行分类时候 cnews.vocab.txt这个文件中的数据修改了么,根据什么修改的呢。我手动将train,cal,test中的数据改成自己的了,但是没动cnews.vocab.txt这个文件。我的数据量5个类乘以每个类650条数据。最终结果: Acc: nan%, Val Loss: 1.6, Val Acc: 21.20%, 而且也是只训练了一轮就结束了 @yeyicheng @yunhenk

ValueError: zero-size array to reduction operation maximum which has no identity。 问题已经解决 修改loader.py的107行 #y_pad=kr.utils.to_categorical(label_id) 修改为 y_pad = kr.utils.to_categorical(label_id, num_classes=len(cat_to_id))

> The Dataset link is broken. I couldn't download the below dataset. > > 'Foursquare/sequence' > 'Gowalla/sequence' > > Can someone share with me? https://personal.ntu.edu.sg/gaocong/data/poidata.zip