File size: 875 Bytes
9773cdc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
{
"augmentation": "interpolate",
"backbone": "convolution",
"batch_size": 16,
"beta1": 0.9,
"beta2": 0.95,
"bias": false,
"bits": 18,
"codes": 128,
"compile": false,
"dataset": "/vast/sangwu/ffflux/parquets/imagenet21k.parquet",
"dims": [
8,
8,
8,
6,
5
],
"dstacks": [
2,
2,
2,
2,
2,
2
],
"epochs": 3,
"estacks": [
2,
2,
2,
2,
2,
2
],
"features": 128,
"heads": 8,
"levels": [
"convnext",
"convnext",
"convnext",
"convnext",
"attention",
"attention"
],
"logsteps": 2048,
"lr": 4e-05,
"name": "RE-N-Y/imagenet-ae-x32-128d-128c",
"pages": 8192,
"perceptual": "dreamsim",
"push": true,
"quantiser": "identity",
"save": true,
"size": 256,
"steps": -1,
"temperature": 0.1,
"trick": "ste",
"warmup": 1024,
"wd": 0.0001
} |