mirror of
https://github.com/qurator-spk/sbb_pixelwise_segmentation.git
synced 2025-07-02 07:00:03 +02:00
docker file to train model with desired cuda and cudnn
This commit is contained in:
parent
d6ccb83bf5
commit
ce4219e517
3 changed files with 84 additions and 1 deletions
2
train.py
2
train.py
|
@ -53,7 +53,7 @@ def get_dirs_or_files(input_data):
|
|||
return image_input, labels_input
|
||||
|
||||
|
||||
ex = Experiment()
|
||||
ex = Experiment(save_git_info=False)
|
||||
|
||||
|
||||
@ex.config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue