Skip to content
Snippets Groups Projects
Commit 2282bbee authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 06f65db7
Branches
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ class SRCNN:
trn_idxs = np.arange(len(train_data_files))
np.random.shuffle(trn_idxs)
tst_idxs = np.arange(len(train_data_files))
tst_idxs = np.arange(len(test_data_files))
self.get_train_dataset(trn_idxs)
self.get_test_dataset(tst_idxs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment