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

constantly getting error "InvalidArgumentError (see above for traceback): Incompatible shapes: [0,4] vs. [7,4]" #276

Open
Longbowman opened this issue Apr 7, 2019 · 0 comments

Comments

@Longbowman
Copy link

Longbowman commented Apr 7, 2019

Hi

I am constantly getting certain errors.
lumi train -c config.yml

this is config.file

train:
  # Name used to identify the run. Data inside `job_dir` will be stored under
  # `run_name`.
  run_name: table-area-detection-0.1
  # Base directory in which model checkpoints & summaries (for Tensorboard) will
  # be saved.
  job_dir: jobs/
  save_checkpoint_secs: 10
  save_summaries_secs: 10

  # Number of epochs (complete dataset batches) to run.
  num_epochs: 10

dataset:
  type: object_detection
  # From which directory to read the dataset.
  dir: tfdata/
  image_preprocessing:
    min_size: 600
    max_size: 1024
  data_augmentation:
    - flip:
        left_right: True
        up_down: True
        prob: 0.5

model:
  type: fasterrcnn
  network:
    # Total number of classes to predict.
    num_classes: 1

there is an error
https://pastebin.com/wSLivh5Y

I tried 0.2.0-0.2.3 luminoth and 1.7.0-1.13.0 versions
OS: Ubuntu 16.04 lts

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