georgeyiasemis commited on
Commit
6f7c2a9
·
verified ·
1 Parent(s): 74414b0

Remove knee AdaIN checkpoint (weights never trained as AdaIN)

Browse files
knee/vsharp_adain_triang_32_16.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b06b2909ea0339e96eae64a423b803f7be755db1d0923c94689106d274af9e1
3
- size 1141624779
 
 
 
 
knee/vsharp_adain_triang_32_16.yaml DELETED
@@ -1,67 +0,0 @@
1
- model:
2
- model_name: vsharp.vsharp.VSharpNet
3
- num_steps: 12
4
- num_steps_dc_gd: 10
5
- image_init: SENSE
6
- no_parameter_sharing: true
7
- auxiliary_steps: -1
8
- image_model_architecture: UNET
9
- initializer_channels:
10
- - 32
11
- - 32
12
- - 64
13
- - 64
14
- initializer_dilations:
15
- - 1
16
- - 1
17
- - 2
18
- - 4
19
- initializer_multiscale: 1
20
- initializer_activation: PRELU
21
- aux_in_features: 2
22
- log_aux: true
23
- fc_hidden_features:
24
- - 32
25
- - 32
26
- fc_groups: 1
27
- fc_activation: SOFTPLUS
28
- image_unet_num_filters: 32
29
- image_unet_num_pool_layers: 4
30
- image_unet_dropout: 0.0
31
- image_unet_norm_type: ADAIN
32
- image_unet_adain_hidden_features:
33
- - 32
34
- - 16
35
- additional_models:
36
- sensitivity_model:
37
- model_name: unet.unet_2d.UnetModel2d
38
- in_channels: 2
39
- out_channels: 2
40
- num_filters: 16
41
- num_pool_layers: 4
42
- dropout_probability: 0.0
43
- conv_out_bias: false
44
- physics:
45
- forward_operator: fft2
46
- backward_operator: ifft2
47
- inference:
48
- batch_size: 1
49
- crop: header
50
- dataset:
51
- name: FastMRI
52
- transforms:
53
- use_seed: true
54
- delete_kspace: false
55
- masking:
56
- name: FastMRIEquispaced
57
- accelerations:
58
- - 4
59
- center_fractions:
60
- - 0.08
61
- cropping:
62
- image_center_crop: false
63
- sensitivity_map_estimation:
64
- estimate_sensitivity_maps: true
65
- normalization:
66
- scaling_key: masked_kspace
67
- scale_percentile: 0.995