源代码安装paddlepaddle 到云计算机——感谢百度云和人工智能项目paddlepaddle


Paddlepaddle 源代码安装,

而且安装到了百度的BCC云计算机上,

空间很庞大,

1, 下载源代码,

https://github.com/PaddlePaddle/Paddle

用git clone https://github.com/PaddlePaddle/Paddle,

或者用浏览器打开地址后,然后选择下载zip包软件。

clone or downlaod, 下来菜单选择 DOWNLOAD zip 即可下载压缩包paddle-develop.zip.

然后unzip 解压即可。

2.

cd Paddle

mkdir build
cd build

此时要准备一个软件包,因为要求很多第三方软件。

PaddlePaddle Compile Dependencies¶Dependency Version Description
CMake >=3.5
GCC 4.8.2 Recommend devtools2 for CentOS
Python 2.7.x Need libpython2.7.so
pip >=9.0
numpy

SWIG >=2.0
Go >=1.8 Optional

,

这些软件可以在debian 或者ubuntu 中用 apt-get install 或者 synaptic 中搜索软件进行安装。

etc…

3,

pip 是python-pip 的一个软件安装包,可以通过pip upgrade 进行升级到pip 9.

4,

go 在 在debian 或者ubuntu 中用 名称为golang,

是google的go 语言,估计是谷歌挖了python的创世者,然后把python的所有应用移植过去的,

就像把GNU/Linux的很多开源软件应用大andriod一样。而且未来不再支持python的一些功能,

分明是将开源的智慧结晶私有化, 我们会继续捍卫开源,虽然我们势单力薄,单更多中国人会的, 全球爱好者都会的。

然后进行安装,
终端执行编译命令,

make

5,

BLAS

PaddlePaddle supports MKL andOpenBlAS as BLAS library。By default it uses MKL.If you are using MKL and your machine supports AVX2, MKL-DNN will also be downloadedand used, for more details .

If you choose not to use MKL, then OpenBlAS will be used.

这里多说一下,BLAS是一个fortran语言解决线性代数的基础库,兼容很多编程语言,

这里我尝试了intel MKL 和 MKL DNN 最后安装到了60%多无法进行了,
还有就是intel 的 MKL安装完成后, 其空间为4G 左右,我的云端计算机很小,
其MKL不支持普通的i386之类的CPU, 所以为只好放弃了。

后来尝试用OpenBLAS, 一开始有一个问题,

make 编译的时候,出现一个错误,且一直没有解决, trmm 错误, 然后网上搜索了一个,

执行编译的时候,make BINARY=32
就可以解决这个问题,然后测试了一下,可以,然后就继续编译了。

6.

最后就是我的空间不足,然后我搜索了几个命令,

ulimit -a

然后就是

free -m

之类的命令,

最后安装完成,

截图一下,希望能够将人工智能这个新的话题,用开源的力量去优化。

相信在未来,人工智能也会多元化。

记得,十多年前买的两本书,一本事厚厚的 Artificial Intelligent,
一本是 Module Classification ,
原书名:Pattern Classification,Second Edition
原出版社: John Wiley & sons,Inc.

作者: (美)Richard O.Duda,Peter E.Hart,David G.Stork
丛书名: 经典原版书库
出版社:机械工业出版社
ISBN:711113687X
上架时间:2004-2-20
出版日期:2004 年2月
开本:16开
页码:654

这本书第一个就是类似线性回归的问题,当时看得头大,
现在迫切把这本古董级别的书翻出来看看。

原书名:Artificial Intelligence : Structures and Strategies for Complex Problem Solving (5th Edition)
原出版社: Addison Wesley作者: George Luger
丛书名: 英文原版系列图书
出版社:Addison Wesley
ISBN:0321263189
上架时间:2006-6-15
出版日期:2004 年9月
开本:16开
页码:928
版次:5-1

这本书中,我学会了走迷宫,再复杂的迷宫,只要右手沿着一侧墙壁一直走,
就可以找到出口,阿喀琉斯和怪兽的打斗,就这些。

当时软件都不知道是什么,
c也怎么了解, 看了 Lisp 和PROLOG的一些suduku 案例,
感觉在看天书,现在看看这些人工智能的模块化的开源软件,激动,感慨!

看看 ctest 测试所有百度paddlepaddle的软件包,可以看到有数以百计的软件,大多是开源在支撑着。

  Start   1: serialization_test

1/271 Test #1: serialization_test …………………….. Passed 0.01 sec
Start 2: parameter_optimizer_test
2/271 Test #2: parameter_optimizer_test ……………….. Passed 0.01 sec
Start 3: Im2ColTest
3/271 Test #3: Im2ColTest ……………………………. Passed 4.72 sec
Start 4: GemmConvOpTest
4/271 Test #4: GemmConvOpTest ………………………… Passed 0.63 sec
Start 5: DepthwiseConvOpTest
5/271 Test #5: DepthwiseConvOpTest ……………………. Passed 0.04 sec
Start 6: test_Thread
6/271 Test #6: test_Thread ……………………………***Exception: Other 0.30 sec
Start 7: test_StringUtils
7/271 Test #7: test_StringUtils ………………………. Passed 0.37 sec
Start 8: test_CustomStackTrace
8/271 Test #8: test_CustomStackTrace ………………….. Passed 20.07 sec
Start 9: test_ThreadBarrier
9/271 Test #9: test_ThreadBarrier ……………………..***Exception: Other 0.24 sec
Start 10: test_SpinLock
10/271 Test #10: test_SpinLock ………………………….***Exception: Other 0.24 sec
Start 11: test_SIMDFlags
11/271 Test #11: test_SIMDFlags ………………………… Passed 0.04 sec
Start 12: test_Error
12/271 Test #12: test_Error ……………………………. Passed 0.04 sec
Start 13: test_CustomStackTracePrint
13/271 Test #13: test_CustomStackTracePrint ……………… Passed 0.33 sec
Start 14: test_ExecViaCpu
14/271 Test #14: test_ExecViaCpu ……………………….. Passed 0.04 sec
Start 15: test_SIMDFunctions
15/271 Test #15: test_SIMDFunctions …………………….. Passed 0.06 sec
Start 16: test_TrainingAlgorithm
16/271 Test #16: test_TrainingAlgorithm …………………. Passed 7.83 sec
Start 17: test_RowBuffer
17/271 Test #17: test_RowBuffer ………………………… Passed 0.20 sec
Start 18: test_SparseMatrix
18/271 Test #18: test_SparseMatrix ……………………… Passed 0.06 sec
Start 19: test_matrixCompare
19/271 Test #19: test_matrixCompare …………………….. Passed 0.04 sec
Start 20: test_sparseMatrixCompare
20/271 Test #20: test_sparseMatrixCompare ……………….. Passed 0.04 sec
Start 21: test_perturbation
21/271 Test #21: test_perturbation ……………………… Passed 0.04 sec
Start 22: test_CpuGpuVector
22/271 Test #22: test_CpuGpuVector ……………………… Passed 0.04 sec
Start 23: test_Allocator
23/271 Test #23: test_Allocator ………………………… Passed 0.03 sec
Start 24: test_Tensor
24/271 Test #24: test_Tensor ……………………………***Failed 11.31 sec
Start 25: test_lazyAssign
25/271 Test #25: test_lazyAssign ……………………….. Passed 3.02 sec
Start 26: test_FPException
26/271 Test #26: test_FPException ………………………. Passed 0.06 sec
Start 27: test_GpuProfiler
27/271 Test #27: test_GpuProfiler ………………………. Passed 0.05 sec
Start 28: test_BaseMatrix
28/271 Test #28: test_BaseMatrix ……………………….. Passed 0.05 sec
Start 29: test_Matrix
29/271 Test #29: test_Matrix …………………………… Passed 0.04 sec
Start 30: test_float16
30/271 Test #30: test_float16 ………………………….. Passed 0.01 sec
Start 31: test_LinearChainCRF
31/271 Test #31: test_LinearChainCRF ……………………. Passed 0.67 sec
Start 32: test_RecurrentLayer
32/271 Test #32: test_RecurrentLayer ……………………. Passed 0.06 sec
Start 33: test_MultinomialSampler
33/271 Test #33: test_MultinomialSampler ………………… Passed 1.86 sec
Start 34: test_LayerGrad
34/271 Test #34: test_LayerGrad ………………………… Passed 4.68 sec
Start 35: test_CRFLayerGrad
35/271 Test #35: test_CRFLayerGrad ……………………… Passed 2.12 sec
Start 36: test_CrossEntropyOverBeamGrad
36/271 Test #36: test_CrossEntropyOverBeamGrad …………… Passed 0.08 sec
Start 37: test_SeqSliceLayerGrad
37/271 Test #37: test_SeqSliceLayerGrad …………………. Passed 0.04 sec
Start 38: test_ActivationGrad
38/271 Test #38: test_ActivationGrad ……………………. Passed 0.05 sec
Start 39: test_ConvTrans
39/271 Test #39: test_ConvTrans ………………………… Passed 0.07 sec
Start 40: test_PriorBox
40/271 Test #40: test_PriorBox …………………………. Passed 0.04 sec
Start 41: test_DetectionOutput
41/271 Test #41: test_DetectionOutput …………………… Passed 0.05 sec
Start 42: test_ConvUnify
42/271 Test #42: test_ConvUnify ………………………… Passed 0.05 sec
Start 43: test_BatchNorm
43/271 Test #43: test_BatchNorm ………………………… Passed 0.27 sec
Start 44: test_KmaxSeqScore
44/271 Test #44: test_KmaxSeqScore ……………………… Passed 0.15 sec
Start 45: test_Expand
45/271 Test #45: test_Expand …………………………… Passed 0.04 sec
Start 46: test_MaxPoolingWithMaskOutput
46/271 Test #46: test_MaxPoolingWithMaskOutput …………… Passed 0.04 sec
Start 47: test_PyDataProvider2
47/271 Test #47: test_PyDataProvider2 ……………………***Failed 16.28 sec
Start 48: test_PyDataProvider
48/271 Test #48: test_PyDataProvider ……………………. Passed 0.13 sec
Start 49: test_CompareTwoNets
49/271 Test #49: test_CompareTwoNets ……………………. Passed 0.60 sec
Start 50: test_RecurrentGradientMachine
50/271 Test #50: test_RecurrentGradientMachine …………… Passed 3.38 sec
Start 51: test_WarpCTCLayer
51/271 Test #51: test_WarpCTCLayer ……………………… Passed 0.06 sec
Start 52: test_Evaluator
52/271 Test #52: test_Evaluator ………………………… Passed 1.37 sec
Start 53: test_NetworkCompare
53/271 Test #53: test_NetworkCompare ……………………. Passed 2.02 sec

54/271 Test #54: test_CompareSparse …………………….. Passed 72.80 sec
Start 55: test_common
55/271 Test #55: test_common …………………………… Passed 0.30 sec
Start 56: test_argument
56/271 Test #56: test_argument …………………………. Passed 0.05 sec
Start 57: socket_test
57/271 Test #57: socket_test …………………………… Passed 12.26 sec
Start 58: test_ProtoServer
58/271 Test #58: test_ProtoServer ………………………. Passed 9.11 sec
Start 59: test_ParameterServer2
59/271 Test #59: test_ParameterServer2 …………………..***Failed 84.94 sec
Start 60: test_Compare
60/271 Test #60: test_Compare ………………………….. Passed 0.07 sec
Start 61: test_PyDataProviderWrapper
61/271 Test #61: test_PyDataProviderWrapper ……………… Passed 0.65 sec
Start 62: test_recurrent_machine_generation
62/271 Test #62: test_recurrent_machine_generation ……….. Passed 0.50 sec
Start 63: test_Trainer
63/271 Test #63: test_Trainer ………………………….. Passed 0.36 sec
Start 64: test_TrainerOnePass
64/271 Test #64: test_TrainerOnePass …………………….***Failed 24.35 sec
Start 65: test_config_parser
65/271 Test #65: test_config_parser …………………….. Passed 0.26 sec
Start 66: stringpiece_test
66/271 Test #66: stringpiece_test ………………………. Passed 0.01 sec
Start 67: stringprintf_test
67/271 Test #67: stringprintf_test ……………………… Passed 0.01 sec
Start 68: to_string_test
68/271 Test #68: to_string_test ………………………… Passed 0.01 sec
Start 69: memory_test
69/271 Test #69: memory_test …………………………… Passed 0.03 sec
Start 70: system_allocator_test
70/271 Test #70: system_allocator_test ………………….. Passed 0.01 sec
Start 71: enforce_test
71/271 Test #71: enforce_test ………………………….. Passed 0.01 sec
Start 72: cpu_info_test
72/271 Test #72: cpu_info_test …………………………. Passed 0.01 sec
Start 73: place_test
73/271 Test #73: place_test ……………………………. Passed 0.01 sec
Start 74: ddim_test
74/271 Test #74: ddim_test …………………………….. Passed 0.01 sec
Start 75: tensor_test
75/271 Test #75: tensor_test …………………………… Passed 0.03 sec
Start 76: tensor_util_test
76/271 Test #76: tensor_util_test ………………………. Passed 0.03 sec
Start 77: eigen_test
77/271 Test #77: eigen_test ……………………………. Passed 0.03 sec
Start 78: lod_tensor_test
78/271 Test #78: lod_tensor_test ……………………….. Passed 0.03 sec
Start 79: variable_test
79/271 Test #79: variable_test …………………………. Passed 0.01 sec
Start 80: scope_test
80/271 Test #80: scope_test ……………………………. Passed 0.01 sec
Start 81: program_desc_test
81/271 Test #81: program_desc_test ……………………… Passed 0.01 sec
Start 82: op_proto_maker_test
82/271 Test #82: op_proto_maker_test ……………………. Passed 0.01 sec
Start 83: operator_test
83/271 Test #83: operator_test …………………………. Passed 0.01 sec
Start 84: op_registry_test
84/271 Test #84: op_registry_test ………………………. Passed 0.01 sec
Start 85: backward_test
85/271 Test #85: backward_test …………………………. Passed 0.01 sec
Start 86: prune_test
86/271 Test #86: prune_test ……………………………. Passed 0.01 sec
Start 87: var_type_inference_test
87/271 Test #87: var_type_inference_test ………………… Passed 0.01 sec
Start 88: selected_rows_test
88/271 Test #88: selected_rows_test …………………….. Passed 0.03 sec
Start 89: gather_test
89/271 Test #89: gather_test …………………………… Passed 0.03 sec
Start 90: net_op_test
90/271 Test #90: net_op_test …………………………… Passed 0.01 sec
Start 91: scatter_test
91/271 Test #91: scatter_test ………………………….. Passed 0.03 sec
Start 92: beam_search_decode_op_test

92/271 Test #92: beam_search_decode_op_test ……………… Passed 0.03 sec
Start 93: strided_memcpy_test
93/271 Test #93: strided_memcpy_test ……………………. Passed 0.01 sec
Start 94: save_load_op_test
94/271 Test #94: save_load_op_test ……………………… Passed 0.03 sec
Start 95: math_function_test
95/271 Test #95: math_function_test …………………….. Passed 0.03 sec
Start 96: selected_rows_functor_test
96/271 Test #96: selected_rows_functor_test ……………… Passed 0.04 sec
Start 97: im2col_test
97/271 Test #97: im2col_test …………………………… Passed 0.03 sec
Start 98: vol2col_test
98/271 Test #98: vol2col_test ………………………….. Passed 0.03 sec
Start 99: testTrain
99/271 Test #99: testTrain ……………………………..***Exception: Numerical 5.34 sec
Start 100: testMatrix
100/271 Test #100: testMatrix …………………………….***Exception: Numerical 0.51 sec
Start 101: testVector
101/271 Test #101: testVector …………………………….***Exception: Numerical 0.53 sec
Start 102: testTrainer
102/271 Test #102: testTrainer …………………………… Passed 9.82 sec
Start 103: testArguments
103/271 Test #103: testArguments ………………………….***Exception: Numerical 0.55 sec
Start 104: testGradientMachine
104/271 Test #104: testGradientMachine …………………….***Exception: Numerical 0.51 sec
Start 105: layers_test
105/271 Test #105: layers_test …………………………… Passed 0.24 sec
Start 106: test_reset_hook
106/271 Test #106: test_reset_hook ……………………….. Passed 0.27 sec
Start 107: test_layerHelpers
107/271 Test #107: test_layerHelpers ……………………… Passed 27.10 sec
Start 108: test_op
108/271 Test #108: test_op ………………………………. Passed 1.40 sec
Start 109: test_image
109/271 Test #109: test_image ……………………………. Passed 0.96 sec
Start 110: test_layer
110/271 Test #110: test_layer ……………………………. Passed 1.03 sec
Start 111: test_topology
111/271 Test #111: test_topology …………………………. Passed 0.91 sec
Start 112: test_rnn_layer
112/271 Test #112: test_rnn_layer ………………………… Passed 1.07 sec
Start 113: test_parameters
113/271 Test #113: test_parameters ……………………….. Passed 1.18 sec
Start 114: test_data_feeder
114/271 Test #114: test_data_feeder ………………………. Passed 1.16 sec
Start 115: test_paramconf_order

115/271 Test #115: test_paramconf_order …………………… Passed 115.40 sec
Start 116: creator_test
116/271 Test #116: creator_test …………………………..***Failed 1.08 sec
Start 117: decorator_test
117/271 Test #117: decorator_test ………………………… Passed 3.05 sec
Start 118: test_ploter
118/271 Test #118: test_ploter ……………………………***Failed 2.82 sec
Start 119: test_operator
119/271 Test #119: test_operator …………………………. Passed 1.21 sec
Start 120: test_fill_constant_batch_size_like_op
120/271 Test #120: test_fill_constant_batch_size_like_op ……. Passed 1.17 sec
Start 121: test_infer_shape
121/271 Test #121: test_infer_shape ………………………. Passed 1.01 sec
Start 122: test_dyn_rnn
122/271 Test #122: test_dyn_rnn ………………………….. Passed 100.04 sec
Start 123: test_parameter
123/271 Test #123: test_parameter ………………………… Passed 1.17 sec
Start 124: test_softmax_op
124/271 Test #124: test_softmax_op ……………………….. Passed 1.35 sec
Start 125: test_compare_op
125/271 Test #125: test_compare_op ……………………….. Passed 1.32 sec
Start 126: test_lod_array_length_op
126/271 Test #126: test_lod_array_length_op ……………….. Passed 1.23 sec
Start 127: test_sgd_op
127/271 Test #127: test_sgd_op …………………………… Passed 1.24 sec
Start 128: test_seq_concat_op
128/271 Test #128: test_seq_concat_op …………………….. Passed 1.30 sec
Start 129: test_reduce_op
129/271 Test #129: test_reduce_op ………………………… Passed 1.34 sec
Start 130: test_optimizer
130/271 Test #130: test_optimizer ………………………… Passed 1.01 sec
Start 131: test_shrink_rnn_memory
131/271 Test #131: test_shrink_rnn_memory …………………. Passed 1.00 sec
Start 132: test_logical_op
132/271 Test #132: test_logical_op ……………………….. Passed 1.17 sec
Start 133: test_top_k_op
133/271 Test #133: test_top_k_op …………………………. Passed 1.21 sec
Start 134: test_lod_reset_op
134/271 Test #134: test_lod_reset_op ……………………… Passed 1.35 sec
Start 135: test_conv3d_op
135/271 Test #135: test_conv3d_op ………………………… Passed 5.29 sec
Start 136: test_lstm_op
136/271 Test #136: test_lstm_op ………………………….. Passed 5.91 sec
Start 137: test_linear_chain_crf_op
137/271 Test #137: test_linear_chain_crf_op ……………….. Passed 1.32 sec
Start 138: test_conv_shift_op
138/271 Test #138: test_conv_shift_op …………………….. Passed 1.27 sec
Start 139: test_lod_rank_table
139/271 Test #139: test_lod_rank_table ……………………. Passed 1.04 sec
Start 140: test_auc_op
140/271 Test #140: test_auc_op ……………………………***Failed 1.29 sec
Start 141: test_smooth_l1_loss_op
141/271 Test #141: test_smooth_l1_loss_op …………………. Passed 1.39 sec
Start 142: test_expand_op
142/271 Test #142: test_expand_op ………………………… Passed 1.45 sec
Start 143: test_squared_l2_norm_op
143/271 Test #143: test_squared_l2_norm_op ………………… Passed 1.25 sec
Start 144: test_chunk_eval_op
144/271 Test #144: test_chunk_eval_op …………………….. Passed 1.24 sec
Start 145: test_scatter_op
145/271 Test #145: test_scatter_op ……………………….. Passed 1.16 sec
Start 146: test_lod_tensor_array_ops
146/271 Test #146: test_lod_tensor_array_ops ………………. Passed 1.09 sec
Start 147: test_recurrent_op
147/271 Test #147: test_recurrent_op ……………………… Passed 1.07 sec
Start 148: test_lstm_unit_op
148/271 Test #148: test_lstm_unit_op ……………………… Passed 1.42 sec
Start 149: test_pad_op
149/271 Test #149: test_pad_op …………………………… Passed 1.26 sec
Start 150: test_log_loss_op
150/271 Test #150: test_log_loss_op ………………………. Passed 1.16 sec
Start 151: test_momentum_op
151/271 Test #151: test_momentum_op ………………………. Passed 1.17 sec
Start 152: test_uniform_random_op
152/271 Test #152: test_uniform_random_op …………………. Passed 1.13 sec
Start 153: test_adam_op
153/271 Test #153: test_adam_op ………………………….. Passed 1.27 sec
Start 154: test_gather_op
154/271 Test #154: test_gather_op ………………………… Passed 1.30 sec
Start 155: test_sum_op
155/271 Test #155: test_sum_op …………………………… Passed 1.37 sec
Start 156: test_split_and_merge_lod_tensor_op
156/271 Test #156: test_split_and_merge_lod_tensor_op ………. Passed 1.10 sec
Start 157: test_hinge_loss_op
157/271 Test #157: test_hinge_loss_op …………………….. Passed 1.35 sec
Start 158: test_huber_loss_op
158/271 Test #158: test_huber_loss_op …………………….. Passed 1.22 sec
Start 159: test_adamax_op
159/271 Test #159: test_adamax_op ………………………… Passed 1.27 sec
Start 160: test_proximal_gd_op
160/271 Test #160: test_proximal_gd_op ……………………. Passed 1.14 sec
Start 161: test_unpool_op
161/271 Test #161: test_unpool_op ………………………… Passed 1.23 sec
Start 162: test_softmax_with_cross_entropy_op
162/271 Test #162: test_softmax_with_cross_entropy_op ………. Passed 1.36 sec
Start 163: test_profiler
163/271 Test #163: test_profiler …………………………. Passed 1.07 sec
Start 164: test_default_scope_funcs
164/271 Test #164: test_default_scope_funcs ……………….. Passed 0.98 sec
Start 165: test_conv2d_op
165/271 Test #165: test_conv2d_op ………………………… Passed 2.75 sec
Start 166: test_mnist_if_else_op
166/271 Test #166: test_mnist_if_else_op ………………….. Passed 7.18 sec
Start 167: test_activation_op
167/271 Test #167: test_activation_op …………………….. Passed 1.62 sec
Start 168: test_positive_negative_pair_op
168/271 Test #168: test_positive_negative_pair_op ………….. Passed 1.38 sec
Start 169: test_pool3d_op
169/271 Test #169: test_pool3d_op ………………………… Passed 3.89 sec
Start 170: test_seq_pool
170/271 Test #170: test_seq_pool …………………………. Passed 2.17 sec
Start 171: test_sequence_slice_op
171/271 Test #171: test_sequence_slice_op …………………. Passed 1.53 sec
Start 172: test_clip_by_norm_op
172/271 Test #172: test_clip_by_norm_op …………………… Passed 1.12 sec
Start 173: test_maxout_op
173/271 Test #173: test_maxout_op ………………………… Passed 1.71 sec
Start 174: test_prelu_op
174/271 Test #174: test_prelu_op …………………………. Passed 1.11 sec
Start 175: test_precision_recall_op
175/271 Test #175: test_precision_recall_op ……………….. Passed 1.13 sec
Start 176: test_program
176/271 Test #176: test_program ………………………….. Passed 0.94 sec
Start 177: test_sign_op
177/271 Test #177: test_sign_op ………………………….. Passed 1.12 sec
Start 178: test_sequence_softmax_op
178/271 Test #178: test_sequence_softmax_op ……………….. Passed 1.16 sec
Start 179: test_beam_search_decode_op
179/271 Test #179: test_beam_search_decode_op ……………… Passed 1.12 sec
Start 180: test_transpose_op
180/271 Test #180: test_transpose_op ……………………… Passed 1.48 sec
Start 181: test_adagrad_op
181/271 Test #181: test_adagrad_op ……………………….. Passed 1.13 sec
Start 182: test_conv2d_transpose_op
182/271 Test #182: test_conv2d_transpose_op ……………….. Passed 1.86 sec
Start 183: test_proximal_adagrad_op
183/271 Test #183: test_proximal_adagrad_op ……………….. Passed 1.10 sec
Start 184: test_is_empty_op
184/271 Test #184: test_is_empty_op ………………………. Passed 1.14 sec
Start 185: test_pool2d_op
185/271 Test #185: test_pool2d_op ………………………… Passed 1.50 sec
Start 186: test_split_op
186/271 Test #186: test_split_op …………………………. Passed 1.28 sec
Start 187: test_exception
187/271 Test #187: test_exception ………………………… Passed 1.00 sec
Start 188: test_framework_debug_str
188/271 Test #188: test_framework_debug_str ……………….. Passed 0.94 sec
Start 189: test_while_op
189/271 Test #189: test_while_op …………………………. Passed 0.96 sec
Start 190: test_seq_expand
190/271 Test #190: test_seq_expand ……………………….. Passed 1.11 sec
Start 191: test_batch_norm_op
191/271 Test #191: test_batch_norm_op …………………….. Passed 1.11 sec
Start 192: test_executor_and_mul
192/271 Test #192: test_executor_and_mul ………………….. Passed 1.04 sec
Start 193: test_accuracy_op
193/271 Test #193: test_accuracy_op ……………………….***Failed 1.21 sec
Start 194: test_rank_loss_op
194/271 Test #194: test_rank_loss_op ……………………… Passed 1.10 sec
Start 195: test_elementwise_sub_op
195/271 Test #195: test_elementwise_sub_op ………………… Passed 1.28 sec
Start 196: test_decayed_adagrad_op
196/271 Test #196: test_decayed_adagrad_op ………………… Passed 1.14 sec
Start 197: test_matmul_op
197/271 Test #197: test_matmul_op ………………………… Passed 1.79 sec
Start 198: test_elementwise_add_op
198/271 Test #198: test_elementwise_add_op ………………… Passed 1.44 sec
Start 199: test_elementwise_mul_op
199/271 Test #199: test_elementwise_mul_op ………………… Passed 1.42 sec
Start 200: test_scale_op
200/271 Test #200: test_scale_op …………………………. Passed 1.19 sec
Start 201: test_variable
201/271 Test #201: test_variable …………………………. Passed 0.95 sec
Start 202: test_regularizer
202/271 Test #202: test_regularizer ………………………. Passed 0.97 sec
Start 203: test_clip_op
203/271 Test #203: test_clip_op ………………………….. Passed 1.44 sec
Start 204: test_gru_unit_op
204/271 Test #204: test_gru_unit_op ………………………. Passed 1.47 sec
Start 205: test_fill_constant_op
205/271 Test #205: test_fill_constant_op ………………….. Passed 1.12 sec
Start 206: test_tensor
206/271 Test #206: test_tensor …………………………… Passed 1.04 sec
Start 207: test_beam_search_op
207/271 Test #207: test_beam_search_op ……………………. Passed 1.10 sec
Start 208: test_rnn_memory_helper_op
208/271 Test #208: test_rnn_memory_helper_op ………………. Passed 0.98 sec
Start 209: test_net
209/271 Test #209: test_net ……………………………… Passed 1.12 sec
Start 210: test_modified_huber_loss_op
210/271 Test #210: test_modified_huber_loss_op …………….. Passed 1.19 sec
Start 211: test_feed_fetch_method
211/271 Test #211: test_feed_fetch_method …………………. Passed 1.02 sec
Start 212: test_selected_rows
212/271 Test #212: test_selected_rows …………………….. Passed 1.05 sec
Start 213: test_reshape_op
213/271 Test #213: test_reshape_op ……………………….. Passed 1.16 sec
Start 214: test_margin_rank_loss_op
214/271 Test #214: test_margin_rank_loss_op ……………….. Passed 1.17 sec
Start 215: test_ftrl_op
215/271 Test #215: test_ftrl_op ………………………….. Passed 1.12 sec
Start 216: test_assign_op
216/271 Test #216: test_assign_op ………………………… Passed 1.22 sec
Start 217: test_operator_desc
217/271 Test #217: test_operator_desc …………………….. Passed 1.01 sec
Start 218: test_cross_entropy_op
218/271 Test #218: test_cross_entropy_op ………………….. Passed 1.23 sec
Start 219: test_conv3d_transpose_op
219/271 Test #219: test_conv3d_transpose_op ……………….. Passed 7.42 sec
Start 220: test_image_classification_layer
220/271 Test #220: test_image_classification_layer …………. Passed 1.13 sec
Start 221: test_data_feeder
221/271 Test #221: test_data_feeder ………………………. Passed 1.09 sec
Start 222: test_conditional_block
222/271 Test #222: test_conditional_block …………………. Passed 1.05 sec
Start 223: test_lod_tensor_array
223/271 Test #223: test_lod_tensor_array ………………….. Passed 0.99 sec
Start 224: test_gaussian_random_op
224/271 Test #224: test_gaussian_random_op ………………… Passed 1.17 sec
Start 225: test_seq_conv
225/271 Test #225: test_seq_conv …………………………. Passed 3.69 sec
Start 226: test_array_read_write_op
226/271 Test #226: test_array_read_write_op ……………….. Passed 1.06 sec
Start 227: test_fill_zeros_like_op
227/271 Test #227: test_fill_zeros_like_op ………………… Passed 1.23 sec
Start 228: test_crop_op
228/271 Test #228: test_crop_op ………………………….. Passed 1.99 sec
Start 229: test_pool_max_op
229/271 Test #229: test_pool_max_op ………………………. Passed 1.32 sec
Start 230: test_squared_l2_distance_op
230/271 Test #230: test_squared_l2_distance_op …………….. Passed 1.25 sec
Start 231: test_gru_op
231/271 Test #231: test_gru_op …………………………… Passed 1.36 sec
Start 232: test_cast_op
232/271 Test #232: test_cast_op ………………………….. Passed 1.36 sec
Start 233: test_nce
233/271 Test #233: test_nce ………………………………***Failed 1.32 sec
Start 234: test_create_op_doc_string
234/271 Test #234: test_create_op_doc_string ………………. Passed 1.04 sec
Start 235: test_elementwise_div_op
235/271 Test #235: test_elementwise_div_op ………………… Passed 1.53 sec
Start 236: test_l1_norm_op
236/271 Test #236: test_l1_norm_op ……………………….. Passed 1.26 sec
Start 237: test_lookup_table_op
237/271 Test #237: test_lookup_table_op …………………… Passed 1.44 sec
Start 238: test_crf_decoding_op
238/271 Test #238: test_crf_decoding_op …………………… Passed 1.22 sec
Start 239: test_sigmoid_cross_entropy_with_logits_op
239/271 Test #239: test_sigmoid_cross_entropy_with_logits_op … Passed 1.72 sec
Start 240: test_protobuf_descs
240/271 Test #240: test_protobuf_descs ……………………. Passed 1.11 sec
Start 241: test_inference_model_io
241/271 Test #241: test_inference_model_io ………………… Passed 1.13 sec
Start 242: test_dropout_op
242/271 Test #242: test_dropout_op ……………………….. Passed 3.26 sec
Start 243: test_concat_op
243/271 Test #243: test_concat_op ………………………… Passed 1.14 sec
Start 244: test_op_support_gpu
244/271 Test #244: test_op_support_gpu ……………………. Passed 1.00 sec
Start 245: test_rmsprop_op
245/271 Test #245: test_rmsprop_op ……………………….. Passed 1.40 sec
Start 246: test_multiplex_op
246/271 Test #246: test_multiplex_op ……………………… Passed 1.26 sec
Start 247: test_cond_op
247/271 Test #247: test_cond_op ………………………….. Passed 1.08 sec
Start 248: test_protobuf
248/271 Test #248: test_protobuf …………………………. Passed 0.94 sec
Start 249: test_lrn_op
249/271 Test #249: test_lrn_op …………………………… Passed 1.18 sec
Start 250: test_initializer
250/271 Test #250: test_initializer ………………………. Passed 0.95 sec
Start 251: test_adadelta_op
251/271 Test #251: test_adadelta_op ………………………. Passed 1.14 sec
Start 252: test_mul_op
252/271 Test #252: test_mul_op …………………………… Passed 27.43 sec
Start 253: test_mean_op
253/271 Test #253: test_mean_op ………………………….. Passed 1.42 sec
Start 254: test_cos_sim_op
254/271 Test #254: test_cos_sim_op ……………………….. Passed 1.44 sec
Start 255: test_bilinear_tensor_product_op
255/271 Test #255: test_bilinear_tensor_product_op …………. Passed 1.22 sec
Start 256: test_scope
256/271 Test #256: test_scope ……………………………. Passed 1.31 sec
Start 257: test_layers
257/271 Test #257: test_layers …………………………… Passed 1.25 sec
Start 258: test_minus_op
258/271 Test #258: test_minus_op …………………………. Passed 2.03 sec
Start 259: test_roi_pool_op
259/271 Test #259: test_roi_pool_op ………………………. Passed 1.29 sec
Start 260: test_image_classification_train_resnet

260/271 Test #260: test_image_classification_train_resnet ……***Failed 7546.14 sec
Start 261: test_image_classification_train_vgg
261/271 Test #261: test_image_classification_train_vgg ………***Failed 8.85 sec
Start 262: test_recommender_system
262/271 Test #262: test_recommender_system ………………… Passed 6.19 sec
Start 263: test_fit_a_line
263/271 Test #263: test_fit_a_line ……………………….. Passed 4.94 sec
Start 264: test_recognize_digits_conv
264/271 Test #264: test_recognize_digits_conv ……………… Passed 62.38 sec
Start 265: test_understand_sentiment_lstm
265/271 Test #265: test_understand_sentiment_lstm ………….. Passed 44.34 sec
Start 266: test_understand_sentiment_dynamic_lstm
266/271 Test #266: test_understand_sentiment_dynamic_lstm ……***Failed 34.09 sec
Start 267: test_understand_sentiment_conv
267/271 Test #267: test_understand_sentiment_conv ………….. Passed 42.86 sec
Start 268: test_recognize_digits_mlp
268/271 Test #268: test_recognize_digits_mlp ………………. Passed 56.08 sec
Start 269: test_machine_translation
269/271 Test #269: test_machine_translation ……………….. Passed 11.13 sec
Start 270: test_word2vec
270/271 Test #270: test_word2vec …………………………. Passed 12.26 sec
Start 271: test_label_semantic_roles
271/271 Test #271: test_label_semantic_roles ………………. Passed 23.45 sec

93% tests passed, 20 tests failed out of 271

Total Test time (real) = 8480.87 sec

The following tests FAILED:
6 - test_Thread (OTHER_FAULT)
9 - test_ThreadBarrier (OTHER_FAULT)
10 - test_SpinLock (OTHER_FAULT)
24 - test_Tensor (Failed)
47 - test_PyDataProvider2 (Failed)
59 - test_ParameterServer2 (Failed)
64 - test_TrainerOnePass (Failed)
99 - testTrain (NUMERICAL)
100 - testMatrix (NUMERICAL)
101 - testVector (NUMERICAL)
103 - testArguments (NUMERICAL)
104 - testGradientMachine (NUMERICAL)
116 - creator_test (Failed)
118 - test_ploter (Failed)
140 - test_auc_op (Failed)
193 - test_accuracy_op (Failed)
233 - test_nce (Failed)
260 - test_image_classification_train_resnet (Failed)
261 - test_image_classification_train_vgg (Failed)
266 - test_understand_sentiment_dynamic_lstm (Failed)
Errors while running CTest

源代码安装paddlepaddle 到云计算机——感谢百度云和人工智能项目paddlepaddle相关推荐

  1. [编译环境]百度深度学习平台PaddlePaddle安装、官方跑通、跑通自己想用的模型(deepLab,swin-transformer哒哒哒)

    前言: 新的学期新的方向,新的学期成功转型--由目标检测成功登陆语义分割.最近一直在研究语义分割领域中的优秀模型,但是部分模型复现还是挺麻烦的,其中最烦的应该得包括安装库文件和看源代码了 一 简介: ...

  2. DL之paddlepaddle:百度深度学习框架paddlepaddle飞桨的简介、安装、使用方法之详细攻略

    DL之paddlepaddle:百度深度学习框架paddlepaddle飞桨的简介.安装.使用方法之详细攻略 目录 paddlepaddle百度深度学习框架的简介 1.飞桨全景图与四大领先技术 2.丰 ...

  3. 百度智能云“云+AI”新战略年终答卷,PaddlePaddle累计开发者数量265万人

    作者 | 宋慧 出品 | CSDN资讯 在2020年中宣布全新云+AI的新战略之后,12月17日,百度举办"ABC SUMMIT 2020百度云智峰会",大会以"智者先行 ...

  4. 打开计算机不显示百度云管家,电脑百度云管家打不开怎么办

    电脑百度云管家是我们经常用来存储资源的软件,但是有时候打不开百度云管家该怎么办呢?下面由学习啦小编为你整理了电脑百度云管家打不开怎么办的相关方法,希望对你有帮助! 电脑百度云管家打不开解决方法一 1. ...

  5. 薅百度GPU羊毛!PaddlePaddle大升级,比Google更懂中文,打响AI开发者争夺战

    记者 | 阿司匹林 出品 | AI科技大本营(ID: rgznai100) 深度学习已经推动人工智能进入工业大生产阶段,而深度学习框架则是智能时代的操作系统. 在4月23日下午的Wave Summit ...

  6. 云计算机平台 显示器,云桌面

    云桌面又称桌面虚拟化.云电脑,是替代传统电脑的一种新模式:采用云桌面后,用户无需再购买电脑主机,主机所包含的CPU.内存.硬盘等组件全部在后端的服务器中虚拟出来,单台高性能服务器可以虚拟1-50台不等 ...

  7. 树梅派4使用Docker安装可道云

    以下是我安装过程当中的步骤: 前往树梅派官网下载一个系统. 将下载完成的系统解压. 将准备好的SD卡插进电脑,使用Win32DiskImager将步骤2下载好的系统(.img结尾的文件)烧录到SD卡, ...

  8. 百度AI攻坚战:PaddlePaddle中国突围

      作者 | 阿司匹林 出品 | AI科技大本营(ID:rgznai100) 2013年,百度开始研发深度学习框架PaddlePaddle,搜索.凤巢CTR预估上线DNN模型. 2016年,在百度世界 ...

  9. 《精通Nginx》——1.2 从源代码安装Nginx

    本节书摘来自异步社区<精通Nginx>一书中的第1章,第1.2节,作者: [瑞士]Dimitri Aivaliotis 更多章节内容可以访问云栖社区"异步社区"公众号查 ...

最新文章

  1. 用 Flask 来写个轻博客 (14) — M(V)C_实现项目首页的模板
  2. 张孝祥Java培训视频及孙鑫java视频网址
  3. 网络营销外包——网络营销外包专员如何提升首页关键词的转化率
  4. springMVC如何接收和发送json数据对象
  5. LoadRunner学习第四天——检查点学习(转载)
  6. Xilinx Vivado的使用详细介绍(2):综合、实现、管脚分配、时钟设置、烧写
  7. 2021 年 9 月 TIOBE 指数 C# 同比增长突破 1.2%
  8. 2k11补丁php,【西乙】西班牙人4比0 武磊替补出场险造点球
  9. 全新思路!阿里达摩院将Transformer引入在线行为检测!ICCV2021
  10. 有序二叉树c语言,二叉搜索树(BST)的实现(C语言)(原创)
  11. [Swift]LeetCode46. 全排列 | Permutations
  12. 美国政府召开网络安全峰会,与私营行业巨头合力提振软件供应链和开源等安全...
  13. 【吐血经验】在 windows 上安装 spark 遇到的一些坑 | 避坑指南
  14. C++中不能声明为虚函数的有哪些函数
  15. Leetcode 刷题笔记(一) —— 数组类型解题方法一:二分法
  16. Spring Boot中自动注入没有生效,报NullPointer的问题
  17. ExoPlayer的缓存 四 缓存Cache 的应用
  18. Ember Route
  19. Linux mysql 主从 配置
  20. Floorplan后端概念合集

热门文章

  1. Firefox F12 + Python 3.6 下载B站视频
  2. 访问www首页不跳转三级域名的三种方式 (struts welcome-file-list index.action问题)
  3. Android 将签名布局旋转90度,Android 自定义View手写签名
  4. yolov5-5.0训练模型+瑞芯微rv1126上实现模型部署
  5. dnf加物理攻击的卡片有哪些_dnf哪些卡片是加物理攻击力的?
  6. [经验教程]苹果iPhone手机韩服DNF手游12+与17+不同年龄ios版本有什么区别?
  7. QQ通讯录系统——用C++模拟实现,学C++必玩项目】
  8. 财经类学校考研计算机,21考研,财经类性价比超高的院校推荐
  9. Vue3 + Echarts 5 绘制带有立体感流线中国地图
  10. python文件批量重命名_文件批量重命名的python代码