| --- |
| license: mit |
| --- |
| |
| **Oh-LoRA Hyper-param Battle - Image Auto-Encoders** |
|
|
| Image Auto-Encoders for **Hidden Representation (HPO model input) of each image from the datasets** |
|
|
| ---- |
|
|
| * Auto-Encoder (entire) |
| * ```ae_model_cifar_10.pt``` (for CIFAR-10 dataset) |
| * ```ae_model_fashion_mnist.pt``` (for Fashion-MNIST dataset) |
| * ```ae_model_mnist.pt``` (for MNIST dataset) |
| * Auto-Encoder (encoder) |
| * ```ae_encoder_cifar_10.pt``` (for CIFAR-10 dataset) |
| * ```ae_encoder_fashion_mnist.pt``` (for Fashion-MNIST dataset) |
| * ```ae_encoder_mnist.pt``` (for MNIST dataset) |
| * Auto-Encoder (decoder) |
| * ```ae_decoder_cifar_10.pt``` (for CIFAR-10 dataset) |
| * ```ae_decoder_fashion_mnist.pt``` (for Fashion-MNIST dataset) |
| * ```ae_decoder_mnist.pt``` (for MNIST dataset) |
| * Model Save Location |
| * ```2025_10_06_OhLoRA_HP_Battle/models``` |
| * Details |
| * [Details](https://github.com/WannaBeSuperteur/AI_Projects/tree/main/2025_10_06_OhLoRA_HP_Battle/hidden_representation) (in Korean) |