Closed TibbersHao closed 8 months ago
resolves #2
We talked about writing the metrics out to the files system and perhaps accessing them in a browser
This is really cool! The test case detailed in the README file did not work at my end, I believe $(PARAMETERS)
is not defined in the Makefile. Alternatively, the test with test_msdnet_maxdil
went through correctly.
Some suggestions moving forward:
train_segmentation
from dlsia, we should think about adding a custom loss/metrics exporter in dlsia (compatible with dvc, file system, etc). We should chat with Peter about this.2 upgrades with latest commits:
$(PARAMETERS)
-> $(TUNET_PARAMETERS)
as a reflection of new commands in MakefileMost of the comments have been addressed in the latest commit.
To Do:
Separate inference out of training and change tiled_dataloader accordingly
New testing commands
Projected Finish Time:
The recent commit addresses most of the comments above.
Key Feature Upgrades:
RECON
-> DATA
src/train.py
) and inference (src/segment.py
) into 2 processesNote:
model_path
Wrapping up this PR.
To address our previous discussion, @Wiebke , Changes that have been made:
logging.info()
.apt-get
line in Dockerfile, tested with docker build
and image was built successfully.Side note:
Github actions of workflows have been added in one of the previous commits to automatically create the Dockerfile. It will need some attention to see if it works properly after merging.
Revamp of the notebook
Description
This PR covers the recent changes of the dlsia integration with added features of Tiled I/O
Feature Upgrades
To Do's:
To Test:
Follow the instruction on README.
Note: UID needs to be changed if an container pre-exists in the Tiled Server, as currently there is no good way to delete containers.