Update config.json
Browse files- config.json +1 -1
 
    	
        config.json
    CHANGED
    
    | 
         @@ -62,7 +62,7 @@ 
     | 
|
| 62 | 
         
             
                "tags": null,
         
     | 
| 63 | 
         
             
                "license": null,
         
     | 
| 64 | 
         
             
                "chunk_size": 100,
         
     | 
| 65 | 
         
            -
                "n_action_steps":  
     | 
| 66 | 
         
             
                "vision_backbone": "resnet18",
         
     | 
| 67 | 
         
             
                "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
         
     | 
| 68 | 
         
             
                "replace_final_stride_with_dilation": false,
         
     | 
| 
         | 
|
| 62 | 
         
             
                "tags": null,
         
     | 
| 63 | 
         
             
                "license": null,
         
     | 
| 64 | 
         
             
                "chunk_size": 100,
         
     | 
| 65 | 
         
            +
                "n_action_steps": 1,
         
     | 
| 66 | 
         
             
                "vision_backbone": "resnet18",
         
     | 
| 67 | 
         
             
                "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
         
     | 
| 68 | 
         
             
                "replace_final_stride_with_dilation": false,
         
     |