From: Francois Fleuret Date: Sat, 17 Jun 2017 18:59:24 +0000 (+0200) Subject: Made the model filenames more explicit. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=commitdiff_plain;h=37030c396217cfe89f8dfa2b9e10ff1ec783a5a7 Made the model filenames more explicit. --- diff --git a/cnn-svrt.py b/cnn-svrt.py index d44de2a..cfef09d 100755 --- a/cnn-svrt.py +++ b/cnn-svrt.py @@ -284,8 +284,8 @@ for problem_number in range(1, 24): if torch.cuda.is_available(): model.cuda() - model_filename = model.name + '_' + \ - str(problem_number) + '_' + \ + model_filename = model.name + '_pb:' + \ + str(problem_number) + '_ns:' + \ int_to_suffix(args.nb_train_samples) + '.param' nb_parameters = 0