英特尔
直播中

程娇

7年用户 198经验值
私信 关注
[问答]

英特尔的Caffe优化是否支持这些网络?

我们正在尝试在Caffe开发的网络的DevCloud中进行培训。
我们尝试了LeNet,AlexNet和自定义网络。
没有显示有关培训的状态。
英特尔的Caffe优化是否支持这些网络?
如果是这样,您可以告诉在英特尔DevCloud中进行此培训的步骤。
我们尽了最大努力,但没有成功。
我们也希望得到Tensorflow的步骤。
这是针对GPU的基准测试目的。

以上来自于谷歌翻译


以下为原文

We are trying to do the training in DevCloud of a network developed in Caffe. We tried LeNet, AlexNet and a custom network. No status regarding training is shown. Does Caffe optimization for Intel support these networks? If so can you tell the steps for doing this training in Intel DevCloud. We have tried our best but is not successful. We would like to get the steps for Tensorflow also. This is for benchmarking purposes with respect to GPU.

回帖(7)

汤宇

2018-12-5 10:52:31
你好,Sindhu。没有担心。
对于英特尔Caffe,您选择的网络无关紧要。
英特尔Caffe本身就是针对英特尔硬件的优化,因此它支持AlexNet和其他网络。我对您尝试的内容有几个疑问: 
你是如何定义网络的?
你在哪里寻找状态输出?
你有没有另一个版本的Caffe独立于DevCloud工作?问候,凯文(英特尔)

以上来自于谷歌翻译


以下为原文

Hello, Sindhu.

No worries. For Intel Caffe, the network you choose shouldn't matter. Intel Caffe itself is optimization for Intel hardware, and so it supports AlexNet and other networks.

I have a couple of questions about what you are attempting:

  • How are you defining your network?
  • Where are you looking for the status output?
  • Have you gotten another version of Caffe working independently of the DevCloud?
Regards,
Kevin (Intel)
举报

李玉鑫

2018-12-5 11:10:34
引用: jerry1978 发表于 2018-12-5 09:17
你好,Sindhu。没有担心。
对于英特尔Caffe,您选择的网络无关紧要。
英特尔Caffe本身就是针对英特尔硬件的优化,因此它支持AlexNet和其他网络。我对您尝试的内容有几个疑问: 

请看答案
您是如何定义网络的?我们在原型文件中定义我们的网络(通常命名为train_val.prototxt)。
解算器参数在同一目录中的单独solver.prototxt中定义。
你在哪里寻找状态输出?在命令行本身。
但没有地位。
你有没有另一个版本的Caffe独立于DevCloud工作?
是。

以上来自于谷歌翻译


以下为原文

Please  see the answers
 

  • How are you defining your network?
We are defining our network in a prototxt file (normally named as train_val.prototxt). The solver parameters are defined in a separate solver.prototxt in the same directory.

  • Where are you looking for the status output?
In the commandline itself. But there is no status.

  • Have you gotten another version of Caffe working independently of the DevCloud?
       Yes.
举报

汤宇

2018-12-5 11:30:02
引用: cd340823 发表于 2018-12-5 09:35
请看答案
您是如何定义网络的?我们在原型文件中定义我们的网络(通常命名为train_val.prototxt)。
解算器参数在同一目录中的单独solver.prototxt中定义。

1)请创建一个虚拟环境.2)按如下方式安装intel caffe:conda install -c intel caffe尝试运行代码,如果仍然遇到问题,请分享您正在遵循的步骤。

以上来自于谷歌翻译


以下为原文

1) Please create a virtual environment.
2) Install intel caffe as follows:
   conda install -c intel caffe

Try running your code and if you still find an issue, please share the steps which you are following.
举报

程娇

2018-12-5 11:37:05
引用: jerry1978 发表于 2018-12-5 09:55
1)请创建一个虚拟环境.2)按如下方式安装intel caffe:conda install -c intel caffe尝试运行代码,如果仍然遇到问题,请分享您正在遵循的步骤。

以上来自于谷歌翻译

请看结果....
创建了一个虚拟环境并安装了所述软件包。
[uXXXXX @ c002~] $ source activate test
(测试)[uXXXXX @ c002项目] $
(测试)[uXXXXX @ c002 project] $ caffe~ / .conda / envs / test / bin / caffe
(测试)[uXXXXX @ c002项目] $ l***vlc_alexnet.caffemodel deploy.prototxt info.json input_lmdb labels.txt mean.binaryproto solver.prototxt train_val.prototxt
(测试)[uXXXXX @ c002项目] $ caffe train --solver = / home / uXXXXX / project / solver.prototxt |
qsub5196.c002
(测试)[uXXXXX @ c002项目] $ qstat
(测试)[uXXXXX @ c002项目] $ ls
bvlc_alexnet.caffemodel deploy.prototxt info.json input_lmdb labels.txt mean.binaryproto solver.prototxt STDIN.e5196 STDIN.o5196 train_val.prototxt
(测试)[uXXXXX @ c002项目] $ caffe train --solver = / home / uXXXXX / project / solver.prototxt浮点异常
(测试)[uXXXXX @ c002项目] $ pythonPython 3.6.3 |英特尔公司|
(默认情况下,2018年5月4日,04:22:28)[GCC 4.8.2 20140120(红帽4.8.2-15)]关于linuxType“帮助”,“版权”,“信用”或“许可证”的更多信息。
Intel(R)Python发行版由英特尔公司提供给您。请查看:https://software.intel.com/en-us/python-distribution >>>导入caffeFloating点异常

以上来自于谷歌翻译


以下为原文

Please see the results....
 
[size=13.3333px]Created a virtual environment and installed the said packages.
 
[size=13.3333px][uXXXXX@c002 ~]$ source activate test
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$ which caffe
~/.conda/envs/test/bin/caffe

[size=13.3333px] 
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$ ls
bvlc_alexnet.caffemodel  deploy.prototxt  info.json  input_lmdb  labels.txt  mean.binaryproto  solver.prototxt  train_val.prototxt

[size=13.3333px] 
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$ caffe train --solver=/home/uXXXXX/project/solver.prototxt | qsub
5196.c002

[size=13.3333px] 
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$ qstat
[size=13.3333px] 
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$ ls
[size=13.3333px]bvlc_alexnet.caffemodel  deploy.prototxt  info.json  input_lmdb  labels.txt  mean.binaryproto  solver.prototxt  STDIN.e5196  STDIN.o5196  train_val.prototxt
[size=13.3333px] 
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$ caffe train --solver=/home/uXXXXX/project/solver.prototxt
Floating point exception

[size=13.3333px] 
[size=13.3333px] 
[size=13.3333px](test) [uXXXXX@c002 project]$ python
Python 3.6.3 |Intel Corporation| (default, May  4 2018, 04:22:28)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
Type "help", "copyright", "credits" or "license" for more information.
Intel(R) Distribution for Python is brought to you by Intel Corporation.
Please check out: https://software.intel.com/en-us/python-distribution
>>> import caffe
Floating point exception

 
举报

更多回帖

发帖
×
20
完善资料,
赚取积分