Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input size mismatch #2519

Closed
pranjaliseth opened this issue Nov 18, 2023 · 1 comment
Closed

Input size mismatch #2519

pranjaliseth opened this issue Nov 18, 2023 · 1 comment

Comments

@pranjaliseth
Copy link

I'm trying to run the Transformer Relative model on my own dataset using the following command -

!onmt-main --model_type TransformerBaseRelative --config data.yml --auto_config train --with_eval

And my data.yml file is as following


data:
  train_features_file: korean_train.txt
  train_labels_file: english_train.txt
  eval_features_file: korean_val.txt
  eval_labels_file: korean_val.txt
  source_vocabulary: src-train.txt
  target_vocabulary: tgt-train.txt

eval:
  scorers: bleu
  early_stopping:
    metric: bleu
    min_improvement: 0.2
    steps: 4
train:
  max_step: 10000
  maximum_features_length: 70
  # (optional) The maximum length of label sequences during training (default: null).
  maximum_labels_length: 70
  

I am getting the below error -
'Input to reshape is a tensor with 8883180 values, but the requested shape has 22601160'

Kindly help me with the same.

@pranjaliseth
Copy link
Author

Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant