Commit inicial del modelo de reconocimiento facial de expresiones
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_name": "resnet50", "num_labels": 7, "image_size": 224, "pretrained": true, "input_channels": 3, "output_activation": "softmax", "loss_function": "CrossEntropyLoss", "optimizer": "Adam", "learning_rate": 0.001, "transformations": {"Resize": [224, 224], "Grayscale": false, "RandomHorizontalFlip": true, "ColorJitter": {"brightness": 0.2, "contrast": 0.2, "saturation": 0.2, "hue": 0.1}, "Normalize": {"mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225]}}}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18ccd47bc317fcbbf169c614d92dfe84003ff1423cd55a5c1dd4feef864a1679
|
3 |
+
size 94409034
|