docker file to train model with desired cuda and cudnn

This commit is contained in:
vahidrezanezhad 2025-06-25 18:24:16 +02:00
parent d6ccb83bf5
commit ce4219e517
3 changed files with 84 additions and 1 deletions

View file

@ -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