java.lang.Object
java.lang.Enum<TransformersMultiProcessing>
de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers.TransformersMultiProcessing
All Implemented Interfaces:
Serializable, Comparable<TransformersMultiProcessing>, java.lang.constant.Constable

public enum TransformersMultiProcessing extends Enum<TransformersMultiProcessing>
The transformers library may not free all memory from GPU. Thus the prediction and training are wrapped in an external process. This enum defines how the process is started and if multiprocessing should be used at all.