Skip to content
Snippets Groups Projects
  • Mashiro's avatar
    931db990
    [Enhance] Enhance img data preprocessor (#290) · 931db990
    Mashiro authored
    * fix BaseDataPreprocessor
    
    * fix BaseDataPreprocessor
    
    * change device type to torch.device
    
    * change device type to torch.device
    
    * fix cpu method of base model
    
    * Allow ImgDataPreprocessor do not normalize
    
    * remove unnecessary type ignore
    
    * make mean and std optional
    
    * refine docstring
    931db990
    History
    [Enhance] Enhance img data preprocessor (#290)
    Mashiro authored
    * fix BaseDataPreprocessor
    
    * fix BaseDataPreprocessor
    
    * change device type to torch.device
    
    * change device type to torch.device
    
    * fix cpu method of base model
    
    * Allow ImgDataPreprocessor do not normalize
    
    * remove unnecessary type ignore
    
    * make mean and std optional
    
    * refine docstring