{ | |
"model_type": "autoencoder", | |
"model_name": "autoencoder_model", | |
"framework": "tensorflow", | |
"input_shape": [152, 152, 3], | |
"optimizer": "adam", | |
"loss": "binary_crossentropy", | |
"epochs": 50, | |
"dataset": { | |
"training_samples": 1600, // μ¬μ©ν λ°μ΄ν°μ μ λ§κ² μμ | |
"validation_samples": 400 // μ¬μ©ν λ°μ΄ν°μ μ λ§κ² μμ | |
}, | |
"metrics": ["loss"], | |
"Entry": { | |
"description": "Autoencoder model configuration", | |
"author": "Your Name", | |
"version": "1.0", | |
"date": "2024-09-07" | |
} | |
} | |