SebChw / Actually-Robust-Training

Actually Robust Training - Tool Inspired by Andrej Karpathy "Recipe for training neural networks". It allows you to decompose your Deep Learning pipeline into modular and insightful "Steps". Additionally it has many features for testing and debugging neural nets.
MIT License
44 stars 0 forks source link

Final touch #174

Closed SebChw closed 1 year ago

SebChw commented 1 year ago

Most commits are hopefully self.explanatory. But for these that are not:

  1. fix hashing problem (LighntingModule Compatibility) We were talking today about availability to use ART with LightningModule. By default it won't have get_hash function
  2. fix: changed model not always added Idk why False was returned all the time and steps that was changed and succesfully passed check was not added. Moreover this can be done directly during checking checks