{ "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" } }