hello I'm new to this repo,when I want to try to train my model,running "transformer-cnn.py",but it produces nothing.
I see the hints in readme of this repo :
[Task]
train_mode = True
model_file = model.tar
train_data_file = train.csv
[Details]
canonize = True
gpu = 0
seed = 100666
n_epochs = 30
batch_size = 16
it contains a file called model.tar,I can learn that it's target of this training job,but there doesn't exist a "model.tar" after my running "transformer-cnn.py",So is my way of training wrong ? And what is the difference between "transformer-cnn.py" and "transformer-cnn-ob.py" ?
hello I'm new to this repo,when I want to try to train my model,running "transformer-cnn.py",but it produces nothing.
I see the hints in readme of this repo :
it contains a file called model.tar,I can learn that it's target of this training job,but there doesn't exist a "model.tar" after my running "transformer-cnn.py",So is my way of training wrong ? And what is the difference between "transformer-cnn.py" and "transformer-cnn-ob.py" ?