:bug: Bug Fixes
- [`6ab16d3`](https://github.com/frankkramer-lab/aucmedi/commit/6ab16d3ff0359a1857f8a097412ce1281b838109) - **metrics**: remove num_classes parameter from F1Score and update requirements.txt
- [`bd4cff3`](https://github.com/frankkramer-lab/aucmedi/commit/bd4cff327e49d0f841339552edb7d3bd3972bf9b) - **F1Score**: correct computation of F1Score in automl training
- [`13b4eda`](https://github.com/frankkramer-lab/aucmedi/commit/13b4eda11d44399853049e37d55faa1f52056460) - change input_stack from list to tuple to resolve TypeError
- [`bb93486`](https://github.com/frankkramer-lab/aucmedi/commit/bb93486edb664bc71440a2855468bd96a50855f3) - replace deprecated layer.output_shape with layer.output.shape
- [`afa71bb`](https://github.com/frankkramer-lab/aucmedi/commit/afa71bbbf8e57a181eeb4127475caae5a284f88c) - add value=0 to pad function and fix RandomCrop function
:recycle: Refactors
- [`dd1b77a`](https://github.com/frankkramer-lab/aucmedi/commit/dd1b77a06ccdc25849df2ede6b2ed0b846b5f3d6) - commented out all ViT mentions in files
- [`9289d90`](https://github.com/frankkramer-lab/aucmedi/commit/9289d9057584e51ddb8505e9a8c684c1f5017c5e) - **tests**: commented out ViT-related unittests
- [`437d3d0`](https://github.com/frankkramer-lab/aucmedi/commit/437d3d0d91dfb01885dd333d423382977a534413) - update imports and comments, remove deprecated dependencies
- [`8bbd83c`](https://github.com/frankkramer-lab/aucmedi/commit/8bbd83c724826d9c68fb85d498b8cfae3c8bb711) - **metrics**: delete F1Score in the AutoML training block
- [`8e5c66e`](https://github.com/frankkramer-lab/aucmedi/commit/8e5c66e1542d9c9edbaa8401c9898d5a7a49d817) - **NeuralNetwork**: remove unused workers parameter
- [`23c78e8`](https://github.com/frankkramer-lab/aucmedi/commit/23c78e8ee6bc70e79d7d1f9ff1d5ff52b103cc06) - **NeuralNetwork**: remove unused multiprocessing parameter
- [`9278360`](https://github.com/frankkramer-lab/aucmedi/commit/92783607e73149943185f4e4c57562042f337b2e) - **NeuralNetwork**: remove unused batch_queue_size parameter
- [`f201b75`](https://github.com/frankkramer-lab/aucmedi/commit/f201b750a83697668d4acdb52416e14a7d351d3b) - **F1Score**: delete F1Score in AutoML training block
- [`a14af09`](https://github.com/frankkramer-lab/aucmedi/commit/a14af096d153363b09a5b80338e26ea0e92a15be) - replace .hdf5 with .keras format
- [`d591efe`](https://github.com/frankkramer-lab/aucmedi/commit/d591efe8f3de7e054f1b90ca08a4b13946cfb3c2) - update version in requirements
- [`61277cf`](https://github.com/frankkramer-lab/aucmedi/commit/61277cf1c8752974808a44a2e2f757cddaec92e3) - rename test_application_multilabel
- [`4290352`](https://github.com/frankkramer-lab/aucmedi/commit/42903522c932baf0d687cc27b4316b98a86f3481) - add border_mode to pad function and cv2 import
- [`45eed28`](https://github.com/frankkramer-lab/aucmedi/commit/45eed286ec595e283c24c713d3cffb411ea03ad6) - comment out resize parameter to resolve ValueError in tests
- [`a6be1c7`](https://github.com/frankkramer-lab/aucmedi/commit/a6be1c764bb13ab4de7494f9f0176ecd8bf6652c) - add input_shape parameter in NeuralNetwork in each test
- [`accc7c1`](https://github.com/frankkramer-lab/aucmedi/commit/accc7c179d315428bd046a12462494a6f8d9d235) - add input_shape in NeuralNetwork in each test
- [`560f1cb`](https://github.com/frankkramer-lab/aucmedi/commit/560f1cbafd853b8e43add2f7ad167358bd1b3070) - comment out test_utils_iter test
- [`493e5e3`](https://github.com/frankkramer-lab/aucmedi/commit/493e5e325823f1e5abefab4d7137cf069f862fed) - update DataGenerator and architectures for resize=(64, 64, 64)
:construction_worker: Build System
- [`81d8db2`](https://github.com/frankkramer-lab/aucmedi/commit/81d8db28e41a49ffb09ba31584f8bd13f044a1df) - updated to version 0.10.0 *(commit by muellerdo)*