Find And Label

Phase which creates training data

This phase is composed of two phases namely findTrainingData and label. This will help experienced users to quicken the process of creating Training data.

./zingg.sh --phase findAndLabel --conf config.json

As this phase runs findTrainingData and label together, it should be run only for small datasets where findTrainingData takes a short time to run, else the user will have to wait long for the console for labeling.

Last updated