Skip to content
Snippets Groups Projects
Commit b2f93129 authored by lukas leufen's avatar lukas leufen
Browse files

fixed missing import statement from merge

parent 64c650a0
No related branches found
No related tags found
1 merge request!24include recent development
Pipeline #28296 passed
......@@ -15,6 +15,7 @@ from src.run_modules.run_environment import RunEnvironment
from src.helpers import l_p_loss, LearningRateDecay
from src.model_modules.inception_model import InceptionModelBase
from src.model_modules.flatten import flatten_tail
from src.model_modules.model_class import MyLittleModel
class ModelSetup(RunEnvironment):
......
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