Skip to content

Commit

Permalink
removed tensorflow, added init model in config
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRovang committed Jul 20, 2023
1 parent 4712fd5 commit 0a56038
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/model_conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from xmodules.models.mock_model import MockModel

mockmodel = MockModel()

MODELS = {
"DynUnet": MockModel,
"DynUnet": mockmodel,
}
7 changes: 6 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a56038

Please sign in to comment.