ludwig-ai--ludwig
593b94c120
pytest / Unit Tests (push) Has been cancelled
pytest / Integration (integration_tests_a) (push) Has been cancelled
pytest / Integration (integration_tests_b) (push) Has been cancelled
pytest / Integration (integration_tests_c) (push) Has been cancelled
pytest / Integration (integration_tests_d) (push) Has been cancelled
pytest / Integration (integration_tests_e) (push) Has been cancelled
pytest / Integration (integration_tests_f) (push) Has been cancelled
pytest / Integration (integration_tests_g) (push) Has been cancelled
pytest / Integration (integration_tests_h) (push) Has been cancelled
pytest / Integration (integration_tests_i) (push) Has been cancelled
pytest / Integration (integration_tests_j) (push) Has been cancelled
pytest / Distributed (distributed_a) (push) Has been cancelled
pytest / Distributed (distributed_b) (push) Has been cancelled
pytest / Distributed (distributed_c) (push) Has been cancelled
pytest / Distributed (distributed_d) (push) Has been cancelled
pytest / Distributed (distributed_e) (push) Has been cancelled
pytest / Distributed (distributed_f) (push) Has been cancelled
pytest / Minimal Install (push) Has been cancelled
pytest / Event File (push) Has been cancelled
pytest (slow) / py-slow (push) Has been cancelled
Publish JSON Schema / publish-schema (push) Has been cancelled
34 行
624 B
YAML
34 行
624 B
YAML
input_features:
|
|
- name: image_path
|
|
type: image
|
|
preprocessing:
|
|
num_processes: 6
|
|
infer_image_max_height: 1024
|
|
infer_image_max_width: 1024
|
|
encoder: unet
|
|
|
|
output_features:
|
|
- name: mask_path
|
|
type: image
|
|
preprocessing:
|
|
num_processes: 6
|
|
infer_image_max_height: 1024
|
|
infer_image_max_width: 1024
|
|
infer_image_num_classes: true
|
|
num_classes: 32
|
|
decoder:
|
|
type: unet
|
|
num_fc_layers: 0
|
|
loss:
|
|
type: softmax_cross_entropy
|
|
|
|
combiner:
|
|
type: concat
|
|
num_fc_layers: 0
|
|
|
|
trainer:
|
|
epochs: 100
|
|
early_stop: -1
|
|
batch_size: 1
|
|
max_batch_size: 1
|