Skip to content
Snippets Groups Projects
Commit e5d1fd2e authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Adjusted imports to match new naming.

parent e2498b78
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ License ...@@ -18,7 +18,6 @@ License
import os import os
import pathlib import pathlib
import itertools import itertools
import datetime
# externals # externals
import numpy as np import numpy as np
...@@ -33,7 +32,7 @@ from matplotlib import cm as colormap ...@@ -33,7 +32,7 @@ from matplotlib import cm as colormap
# locals # locals
from pysegcnn.core.utils import accuracy_function, check_filename_length from pysegcnn.core.utils import accuracy_function, check_filename_length
from pysegcnn.main.config import HERE from pysegcnn.main.train_config import HERE
# plot font size configuration # plot font size configuration
SMALL = 10 SMALL = 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment