mmasana / FACIL

Framework for Analysis of Class-Incremental Learning with 12 state-of-the-art methods and 3 baselines.
https://arxiv.org/pdf/2010.15277.pdf
MIT License
512 stars 98 forks source link

Adding missing function and unit tests #21

Closed btwardow closed 1 year ago

btwardow commented 1 year ago

This change will add unit test and missing cutmix_data() function imported from utils.py. I added it directly to gdumb.py because it's not use anywhere else. For me that's the indicator to not place something to very generic places like utils. Whenever more approaches use it, we can move it utils or separate module.

mmasana commented 1 year ago

Looks good!