Crispinli
Crispinli
I meet this error too, did you solve it?
Maybe some directory name is wrong, you can check them... BTW, do you know h ow to train TextBoxes++ and CRNN end to end?
> Traceback (most recent call last): File "F:/Citation/code/ww/text_classifier_tf2-master/main.py", line 55, in train.train() File "F:\Citation\code\ww\text_classifier_tf2-master\engines\train.py", line 127, in train train_dataset = self.data_manager.get_dataset(train_df) File "F:\Citation\code\ww\text_classifier_tf2-master\engines\data.py", line 252, in get_dataset X, y =...
我训练的时候是70多,太高了。。。
Please help me.
#### I trained the model with two gpus.
> How does your data look like and how large is your dataset? The above image is the sample of my dataset, when I train the tbpp model, the metrics...
> How does your data look like and how large is your dataset? My train set has 8000+ images
I modified the TBPP_train.ipynb, the follow is the modified code: ``` #!/usr/bin/env python # coding: utf-8 import numpy as np import keras import time import os import pickle import os.path...
> hi @Crispinli, can you please upload your code on git and share. I am trying to regenerate your issue but having lot of errors with current implementation. Hello, @kapitsa2811...