Upload 2 files
Browse files- config.yaml +32 -0
- training_checkpoints/ckpt-8.pt +3 -0
    	
        config.yaml
    ADDED
    
    | @@ -0,0 +1,32 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            K: 18
         | 
| 2 | 
            +
            L: 4
         | 
| 3 | 
            +
            batch_size: 16
         | 
| 4 | 
            +
            clipnorm: 5
         | 
| 5 | 
            +
            color_mode: rgb
         | 
| 6 | 
            +
            coupling: affine
         | 
| 7 | 
            +
            dataset_name: mnist
         | 
| 8 | 
            +
            device: cuda
         | 
| 9 | 
            +
            epochs: 1000
         | 
| 10 | 
            +
            eval_freq: 1
         | 
| 11 | 
            +
            image_range:
         | 
| 12 | 
            +
            - 0
         | 
| 13 | 
            +
            - 1
         | 
| 14 | 
            +
            image_shape:
         | 
| 15 | 
            +
            - 64
         | 
| 16 | 
            +
            - 64
         | 
| 17 | 
            +
            - 3
         | 
| 18 | 
            +
            image_size: 64
         | 
| 19 | 
            +
            last_zeros: true
         | 
| 20 | 
            +
            limit_n_samples: null
         | 
| 21 | 
            +
            log_freq: 100
         | 
| 22 | 
            +
            lr: 0.0001
         | 
| 23 | 
            +
            lr_factor: 0.5
         | 
| 24 | 
            +
            lr_min: 1.0e-08
         | 
| 25 | 
            +
            lr_patience: 1000
         | 
| 26 | 
            +
            model_name: glow
         | 
| 27 | 
            +
            n_bits_x: 5
         | 
| 28 | 
            +
            num_img: 16
         | 
| 29 | 
            +
            patch_size: null
         | 
| 30 | 
            +
            save_freq: 1
         | 
| 31 | 
            +
            seed: 1234
         | 
| 32 | 
            +
            warmup_iter: 10000
         | 
    	
        training_checkpoints/ckpt-8.pt
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:89e6ce159adcc1128c00f4bdc940d40b1b634df776676f82f200774016fed0ab
         | 
| 3 | 
            +
            size 103366525
         |