@@ -48,15 +48,15 @@ def run_check():
4848
4949 This func should not be called only if you need to verify installation
5050 '''
51- print ("Running Verify Fluid Program ... " )
51+ print ("Running Verify Paddle Program ... " )
5252
5353 device_list = []
5454 if core .is_compiled_with_cuda ():
5555 try :
5656 core .get_cuda_device_count ()
5757 except Exception as e :
5858 logging .warning (
59- "You are using GPU version Paddle Fluid , But Your CUDA Device is not set properly"
59+ "You are using GPU version Paddle, But Your CUDA Device is not set properly"
6060 "\n Original Error is {}" .format (e ))
6161 return 0
6262 device_list = cuda_places ()
@@ -123,16 +123,16 @@ def test_simple_exe():
123123
124124 test_simple_exe ()
125125
126- print ("Your Paddle Fluid works well on SINGLE GPU or CPU." )
126+ print ("Your Paddle works well on SINGLE GPU or CPU." )
127127 try :
128128 test_parallerl_exe ()
129- print ("Your Paddle Fluid works well on MUTIPLE GPU or CPU." )
129+ print ("Your Paddle works well on MUTIPLE GPU or CPU." )
130130 print (
131- "Your Paddle Fluid is installed successfully! Let's start deep Learning with Paddle Fluid now"
131+ "Your Paddle is installed successfully! Let's start deep Learning with Paddle now"
132132 )
133133 except Exception as e :
134134 logging .warning (
135- "Your Paddle Fluid has some problem with multiple GPU. This may be caused by:"
135+ "Your Paddle has some problem with multiple GPU. This may be caused by:"
136136 "\n 1. There is only 1 or 0 GPU visible on your Device;"
137137 "\n 2. No.1 or No.2 GPU or both of them are occupied now"
138138 "\n 3. Wrong installation of NVIDIA-NCCL2, please follow instruction on https://github.com/NVIDIA/nccl-tests "
@@ -141,5 +141,5 @@ def test_simple_exe():
141141
142142 print ("\n Original Error is: {}" .format (e ))
143143 print (
144- "Your Paddle Fluid is installed successfully ONLY for SINGLE GPU or CPU! "
145- "\n Let's start deep Learning with Paddle Fluid now" )
144+ "Your Paddle is installed successfully ONLY for SINGLE GPU or CPU! "
145+ "\n Let's start deep Learning with Paddle now" )
0 commit comments