rxn.onmt_models.scripts.rxn_plan_training.DatasetOptions

class rxn.onmt_models.scripts.rxn_plan_training.DatasetOptions(txt_path, processed_path, weight, augment)[source]

Bases: object

Parameters
  • txt_path (str) –

  • processed_path (str) –

  • weight (int) –

  • augment (Optional[AugmentOptions]) –

__init__(txt_path, processed_path, weight, augment)

Method generated by attrs for class DatasetOptions.

Parameters
  • txt_path (str) –

  • processed_path (str) –

  • weight (int) –

  • augment (Optional[AugmentOptions]) –

Return type

None

Methods

__init__(txt_path, processed_path, weight, ...)

Method generated by attrs for class DatasetOptions.

Attributes

txt_path

processed_path

weight

augment