Skip to content

MMClassification Release V0.12.0

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 03 Jun 03:44
27a49a9

New Features

  • Improve and add Chinese translation of data_pipeline.md and new_modules.md. (#265)
  • Build Chinese translation on readthedocs. (#267)
  • Add an argument efficientnet_style to RandomResizedCrop and CenterCrop. (#268)

Improvements

  • Only allow directory operation when rank==0 when testing. (#258)
  • Fix typo in base_head. (#274)
  • Update ResNeXt checkpoints. (#283)

Bug Fixes

  • Add attribute data.test in MNIST configs. (#264)
  • Download CIFAR/MNIST dataset only on rank 0. (#273)
  • Fix MMCV version compatibility. (#276)
  • Fix CIFAR color channels bug and update checkpoints in model zoo. (#280)