pe.constant package

Submodules

pe.constant.data module

pe.constant.data.CLEAN_HISTOGRAM_COLUMN_NAME = 'PE.CLEAN_HISTOGRAM'

The column name of the clean histogram

pe.constant.data.DP_HISTOGRAM_COLUMN_NAME = 'PE.DP_HISTOGRAM'

The column name of the DP histogram

pe.constant.data.EMBEDDING_COLUMN_NAME = 'PE.EMBEDDING'

The column name of the embedding

pe.constant.data.FROM_LAST_FLAG_COLUMN_NAME = 'PE.FROM_LAST_FLAG'

The column name of the flag that indicates whether the sample is from the last iteration

pe.constant.data.HISTOGRAM_NEAREST_NEIGHBORS_VOTING_IDS_COLUMN_NAME = 'PE.HISTOGRAM.NEAREST_NEIGHBORS.VOTING_IDS'

The column name of the nearest neighbors voting IDs

pe.constant.data.IMAGE_DATA_COLUMN_NAME = 'PE.IMAGE'

The column name of the image data

pe.constant.data.IMAGE_MODEL_LABEL_COLUMN_NAME = 'PE.IMAGE_MODEL_LABEL'

The column name of the image label that is used for the model to generate the image

pe.constant.data.IMAGE_PROMPT_COLUMN_NAME = 'PE.IMAGE_PROMPT'

The column name of the prompt for the image

pe.constant.data.LABEL_ID_COLUMN_NAME = 'PE.LABEL_ID'

The column name of the label ID

pe.constant.data.LOOKAHEAD_EMBEDDING_COLUMN_NAME = 'PE.LOOKAHEAD_EMBEDDING'

The column name of the lookahead embedding

pe.constant.data.PARENT_SYN_DATA_INDEX_COLUMN_NAME = 'PE.PARENT_SYN_DATA_INDEX'

The column name of the index of synthetic sample from the previous iteration that generates the current sample

pe.constant.data.POST_PROCESSED_DP_HISTOGRAM_COLUMN_NAME = 'PE.POST_PROCESSED_DP_HISTOGRAM'

The column name of the post-processed (e.g., clipped) DP histogram