kalluwa

Results 18 comments of kalluwa

我把编译好的版本放在这里,供有需要的朋友使用 I have compiled the tensorflow1.2 with only cpu, feel free to use https://pan.baidu.com/s/1j3M076YEwlInZcez47fdfQ

@nikita-astronaut yes, it's c++ lib. you can follow the readme of this project and replace the three files "tensorflow.lib","tensorflow.dll","libprotobuf.lib" . and that's all. .

@anguoyang https://www.zybuluo.com/kalluwa/note/1110511

@caishengzao 你按照这个repo的readme 走下来,最后替换掉BowieHsu 的dll就可以了

多。。。。。。多谢,我这就去试试 و(๑•̀ㅂ•́)و✧

你好: 我刚刚在win7+2015+cuda8+cudnn5.0的环境下,出现编译错误,应该不是cuda的问题: ![default](https://user-images.githubusercontent.com/9412335/31869598-a442ecaa-b7db-11e7-8d2f-fd65547fd535.PNG) 我觉得可能是c++新特性支持的问题,第一个error本来出现了很多次,我把typename都去掉的话倒是可以去掉错误1, 问题在于error2,不清楚你那里遇到过这个问题没有

我还发现c++ include里面tensorflow1.2\third_party\gpus这个文件夹不存在

嗯,是在X64+Release下面测试的。 编译线程数目我还改成了1,这个是编译错误,你那里vs2015能够成功,我这里却失败,我觉的这个很奇怪。

@BowieHsu 我换了一台电脑,编译通过了,非常感谢

vs2015你要装update3才可能通过(我试过,装了update3也不一定能成功,不装的话,肯定不行)