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 = self.prepare_w2v_data(df['sentence'], df['label'])
File "F:\Citation\code\ww\text_classifier_tf2-master\engines\data.py", line 197, in prepare_w2v_data
tokens = self.tokenizer_for_sentences(sentence)
File "F:\Citation\code\ww\text_classifier_tf2-master\engines\data.py", line 183, in tokenizer_for_sentences
if token in self.token2id:
AttributeError: 'DataManager' object has no attribute 'token2id'
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.embedding.embeddings
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv1.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv1.bias
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv2.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv2.bias
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv3.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv3.bias
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.dense.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.dense.bias
WARNING:tensorflow:A checkpoint was restored (e.g. tf.train.Checkpoint.restore or tf.keras.Model.load_weights) but not all checkpointed values were used. See above for specific issues. Use expect_partial() on the load status object, e.g. tf.train.Checkpoint.restore(...).expect_partial(), to silence these warnings, or use assert_consumed() to make the check explicit. See https://www.tensorflow.org/guide/checkpoint#loading_mechanics for details.
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 = self.prepare_w2v_data(df['sentence'], df['label'])
File "F:\Citation\code\ww\text_classifier_tf2-master\engines\data.py", line 197, in prepare_w2v_data
tokens = self.tokenizer_for_sentences(sentence)
File "F:\Citation\code\ww\text_classifier_tf2-master\engines\data.py", line 183, in tokenizer_for_sentences
if token in self.token2id:
AttributeError: 'DataManager' object has no attribute 'token2id'
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.embedding.embeddings
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv1.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv1.bias
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv2.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv2.bias
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv3.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.conv3.bias
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.dense.kernel
WARNING:tensorflow:Unresolved object in checkpoint: (root).model.dense.bias
WARNING:tensorflow:A checkpoint was restored (e.g. tf.train.Checkpoint.restore or tf.keras.Model.load_weights) but not all checkpointed values were used. See above for specific issues. Use expect_partial() on the load status object, e.g. tf.train.Checkpoint.restore(...).expect_partial(), to silence these warnings, or use assert_consumed() to make the check explicit. See https://www.tensorflow.org/guide/checkpoint#loading_mechanics for details.