File size: 1,158 Bytes
3b925b3 |
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 |
{
"_name_or_path": "/content/drive/MyDrive/structure_generation/seis_fusion_checkpoints/checkpoint-22500",
"architectures": [
"SeisFusion"
],
"attn_res": [
4,
8,
16
],
"ch_mults": [
1,
2,
2,
4
],
"conv_resample": false,
"dropout": 0,
"gama": 0.5,
"layers_per_block": 3,
"loss": "MSELoss",
"model_channels": 64,
"name": "SeisFusion method implementation",
"num_head_channels": 64,
"num_heads": 4,
"path": "evgmaslov/diffusion-3d-material-conditional",
"resblock_updown": true,
"sample_channels": 1,
"sample_shape": [
32,
32,
32
],
"scheduler_config": {
"beta_end": 0.02,
"beta_rescaling": false,
"beta_schedule": "linear",
"beta_start": 0.0001,
"clip_denoised": true,
"loss_type": "mse",
"mean_type": "epsilon",
"num_train_timesteps": 250,
"rescale_timesteps": false,
"respacing": [
250
],
"type": "DDPMScheduler",
"variance_type": "fixed"
},
"split_qkv_before_heads": false,
"torch_dtype": "float32",
"transformers_version": "4.40.1",
"type": "SeisFusion",
"u": 10,
"use_scale_shift_norm": false
}
|