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

ValueError: Cannot reshape a tensor with 3881472 elements to shape [32,84,38,4,21] (8580096 elements) for 'ssd_300_vgg/block4_box/Reshape_1' #384

Open
Davdi opened this issue Apr 14, 2020 · 0 comments

Comments

@Davdi
Copy link

Davdi commented Apr 14, 2020

hi when in run the commond
python train_ssd_network.py --train_dir=${TRAIN_DIR} --dataset_dir=${DATASET_DIR} --dataset_name=pascalvoc_2012 --dataset_split_name=train --model_name=ssd_300_vgg --checkpoint_path=${CHECKPOINT_PATH} --save_summaries_secs=60 --save_interval_secs=600 --weight_decay=0.0005 --optimizer=adam --learning_rate=0.001 --batch_size=32

it shows the error
ValueError: Cannot reshape a tensor with 3881472 elements to shape [32,84,38,4,21] (8580096 elements) for 'ssd_300_vgg/block4_box/Reshape_1' (op: 'Reshape') with input shapes: [32,38,38,84], [5] and with input tensors computed as partial shapes: input[1] = [32,84,38,4,21].

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