You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
Hello.
I have trained a custom resnet-50 model using the Facebook implementation for Torch.
But the following error appears during the training of the Deep Mask model:
stack traceback:
.../lua/5.2/nn/SpatialZeroPadding.lua:87: in function 'updateGradInput'
.../lua/5.2/nn/Module.lua:31: in function <.../lua/5.2/nn/Module.lua:29>
[C]: in function 'xpcall'
.../lua/5.2/nn/Container.lua:63: in function 'rethrowErrors'
.../lua/5.2/nn/Sequential.lua:88: in function <.../lua/5.2/nn/Sequential.lua:78>
[C]: in function 'xpcall'
.../lua/5.2/nn/Container.lua:63: in function 'rethrowErrors'
.../lua/5.2/nn/Sequential.lua:88: in function <.../lua/5.2/nn/Sequential.lua:78>
[C]: in function 'xpcall'
.../lua/5.2/nn/Container.lua:63: in function 'rethrowErrors'
.../lua/5.2/nn/Sequential.lua:88: in function 'backward'
.../deepmask/TrainerDeepMask.lua:88: in function 'train'
train.lua:117: in main chunk
resnet-50 settings
Data structure:
/data
/label1
img01.png
img02.png
...
/label2
...
Image resolution: 256x256
There are options I have tried to train the model:
Images contain multiple objects the resnet-50 model was trained on.
Image resolution: 1024x1024
Coco annotations file contains polygons in format: x1, y1, x2, y2, ...
Did anyone try to use a custom pretrained model or does know how to fix that?
Hello.
I have trained a custom resnet-50 model using the Facebook implementation for Torch.
But the following error appears during the training of the Deep Mask model:
resnet-50 settings
Data structure:
Image resolution:
256x256
There are options I have tried to train the model:
Deep Mask settings
Images contain multiple objects the resnet-50 model was trained on.
Image resolution:
1024x1024
Coco annotations file contains polygons in format:
x1, y1, x2, y2, ...
Is that normal or there is something wrong with the custom data?
The text was updated successfully, but these errors were encountered: