File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -283,15 +283,16 @@ if the user doesn't want to use SageMaker Debugger.
283283
284284####` SMDEBUG_CONFIG_FILE_PATH ` :
285285
286- Contains the path to the JSON file that describes the smdebug hook. SageMaker-Debugger is disabled
287- if this environment variable is not set.
286+ Contains the path to the JSON file that describes the smdebug hook.
288287
289288At the minimum, the JSON config should contain the path where smdebug should output tensors.
290289Example:
291290
292291` { “LocalPath”: /my/smdebug_hook/path } ` 
293292
294- In SageMaker environment, this path is set to point to a pre-defined location.
293+ In SageMaker environment, this path is set to point to a pre-defined location containing a valid JSON.
294+ In non-SageMaker environment, SageMaker-Debugger is not used if this environment variable is not set and
295+ a hook is not created manually.
295296
296297Sample JSON from which a hook can be created:
297298``` 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments