27 August 2022

docker startup command

VOLS="-v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro " # add any other mounts you want
echo Exported paths $VOLS
docker run -it --user $(id -u):$(id -g) --rm --gpus all --ipc=host --net=host $VOLS projectmonai/monai:latest bash

05 August 2022

Bland Altman Analysis

A nice paper on Bland Altman analysis.
Understanding Bland-Altman Analysis, Davide Gavarina, Biochemia Medica, 2015

Label Smoothing Analysis link

Label smoothing introduced by the Inception authors.
A decent analysis seems to be in this work: