Added simple trained model
Former-commit-id: e87526c043c447e5c8d95ee8314fcb7f97c13ce2
This commit is contained in:
parent
74ee006a7a
commit
932e1c3cf5
1
MODEL.pth.REMOVED.git-id
Normal file
1
MODEL.pth.REMOVED.git-id
Normal file
|
@ -0,0 +1 @@
|
||||||
|
408f675eb803bd50727626d588144df3f99e6234
|
1
train.py
1
train.py
|
@ -22,7 +22,6 @@ def train_net(net, epochs=5, batch_size=2, lr=0.1, val_percent=0.05,
|
||||||
dir_mask = 'data/train_masks/'
|
dir_mask = 'data/train_masks/'
|
||||||
dir_checkpoint = 'checkpoints/'
|
dir_checkpoint = 'checkpoints/'
|
||||||
|
|
||||||
# get ids
|
|
||||||
ids = get_ids(dir_img)
|
ids = get_ids(dir_img)
|
||||||
ids = split_ids(ids)
|
ids = split_ids(ids)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue