gihakkk's picture
Update config.json
3c3c399 verified
raw
history blame
542 Bytes
{
"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"
}
}