Skip to content

Release 2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 21:02

Added

  • #73 Add rule GCI100 Disable Gradient For model eval, a rule specific to PyTorch and AI/ML
  • #77 Add rule GCI104 AvoidCreatingTensorUsingNumpyOrNativePython, a rule specific to AI/ML code
  • #70 Add rule GCI108 Prefer Append Left (a rule to prefer the use of append over insert for list, using deques)
  • #78 Add rule GCI105 on String Concatenation. This rule may also apply to other rules
  • #74 Add rule GCI101 Avoid Conv Bias Before Batch Normalization, a rule specific to Deeplearning
  • #75 Add rule GCI102 avoid non pinned memory for dataloader. This rule is specific to PyTorch and so AI
  • #68 Data : Add rule GCI107 Avoid Iterative Matrix Operations. Use vectorization by the usage of the built-in functions of TensorFlow, NumPy or Pandas