Skip to content

Commit

Permalink
remove preparse_xml_data import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
colibrisson committed Jun 17, 2023
1 parent 7e8fcf7 commit 8f34a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraken/lib/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from pytorch_lightning.callbacks import Callback, EarlyStopping, BaseFinetuning, LearningRateMonitor

from kraken.lib import models, vgsl, default_specs, progress
from kraken.lib.xml import preparse_xml_data
# from kraken.lib.xml import preparse_xml_data
from kraken.lib.util import make_printable
from kraken.lib.codec import PytorchCodec
from kraken.lib.dataset import (ArrowIPCRecognitionDataset, BaselineSet,
Expand Down

0 comments on commit 8f34a9a

Please sign in to comment.