MCPcopy Index your code
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / train.py

File train.py

pix2pix/train.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""General-purpose training script for image-to-image translation.
2
3This script works for various models (with option '--model': e.g., pix2pix, cyclegan, colorization) and
4different datasets (with option '--dataset_mode': e.g., aligned, unaligned, single, colorization).

Callers

nothing calls this directly

Calls 15

TrainOptionsClass · 0.90
create_datasetFunction · 0.90
create_modelFunction · 0.90
VisualizerClass · 0.90
setupMethod · 0.80
resetMethod · 0.80
set_input_trainMethod · 0.80
compute_visualsMethod · 0.80
get_current_lossesMethod · 0.80
print_current_lossesMethod · 0.80
save_networksMethod · 0.80

Tested by

no test coverage detected