| { | |
| "model_type": "spis-gan", | |
| "architectures": [ | |
| "SpiSGAN" | |
| ], | |
| "library_name": "pytorch", | |
| "task": "image-to-image", | |
| "image_resolutions": [ | |
| 32, | |
| 64 | |
| ], | |
| "released_resolutions": [ | |
| 32 | |
| ], | |
| "supported_datasets": [ | |
| "IAM", | |
| "Vietnamese handwriting" | |
| ], | |
| "checkpoint_files": { | |
| "iam_32px": "data/bestIAM.pth", | |
| "vietnamese_32px": "data/bestVN.pth" | |
| }, | |
| "dataset_files": { | |
| "iam_train_validation": "data/train_32.hdf5", | |
| "iam_test": "data/test_32.hdf5", | |
| "vietnamese_train_validation": "data/train_vn.h5", | |
| "vietnamese_test": "data/test_vn.h5" | |
| }, | |
| "resource_files": { | |
| "english_lexicon": "data/english_words.txt", | |
| "vietnamese_lexicon": "data/vietnamese_words.txt" | |
| } | |
| } | |