run_part_generator.py [34:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
):
    model = Trainer(
        name,        
        results_dir,
        models_dir,
        batch_size = batch_size,
        gradient_accumulate_every = gradient_accumulate_every,
        n_part = n_part,
        image_size = image_size,
        network_capacity = network_capacity,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



run_part_selector.py [29:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
):
    model = Trainer(
        name,        
        results_dir,
        models_dir,
        batch_size = batch_size,
        gradient_accumulate_every = gradient_accumulate_every,
        n_part = n_part,
        image_size = image_size,
        network_capacity = network_capacity,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



