-
Notifications
You must be signed in to change notification settings - Fork 52
Remove developer names/aliases from notebooks and documentation #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally we had a standardized path we use in these examples so that if a user followed the example verbatim everything just worked.
to that end, I recommend we use ~/src/monai-deploy-app-sdk/
as the working folder.
@@ -162,7 +162,7 @@ | |||
"remote: Total 274 (delta 127), reused 213 (delta 90), pack-reused 0\u001b[K\n", | |||
"Receiving objects: 100% (274/274), 79.20 KiB | 705.00 KiB/s, done.\n", | |||
"Resolving deltas: 100% (127/127), done.\n", | |||
"/home/kavink/src/work_folder/monai-deploy-app-sdk/notebooks/tutorials/monai-deploy-app-server/components/inference-service\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/<user>
with ~
?
@@ -201,7 +201,7 @@ | |||
" ---> a6834eb5a23b\n", | |||
"Successfully built a6834eb5a23b\n", | |||
"Successfully tagged monai/inference-service:0.1\n", | |||
"/home/kavink/src/work_folder/monai-deploy-app-sdk/notebooks/tutorials\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/ with ~ ?
@@ -230,7 +230,7 @@ | |||
"text": [ | |||
"Downloading...\n", | |||
"From: https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\n", | |||
"To: /home/kavink/src/work_folder/monai-deploy-app-sdk/notebooks/tutorials/charts.zip\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/ with ~ ?
@@ -453,7 +453,7 @@ | |||
"Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /home/gupta/miniconda3/envs/monairsna/lib/python3.6/site-packages (from requests[socks]->gdown) (1.7.1)\n", | |||
"Downloading...\n", | |||
"From: https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n", | |||
"To: /data/Vikash/Tools/RSNA/monai-deploy-app-sdk/notebooks/tutorials/ai_spleen_seg_data_updated_1203.zip\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should standardize this path so that it copy/pasted it just works.
@@ -129,7 +129,7 @@ | |||
"Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /home/gbae/miniconda3/envs/mednist/lib/python3.6/site-packages (from requests[socks]>=2.12.0->gdown) (1.7.1)\n", | |||
"Downloading...\n", | |||
"From: https://drive.google.com/uc?id=1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n\n", | |||
"To: /home/gbae/repo/monai-deploy-app-sdk/notebooks/tutorials/ai_spleen_seg_data_updated_1203.zip\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/<user>
with ~
?
we should also standardize the path we use. I recommend using ~/src/monai-deploy-app-sdk/
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~/src/
only works if that directory is created in advance.
We can also use a variable the repopath, eg: export MONAIREPO=${PWD}
@@ -1320,7 +1320,7 @@ | |||
"[2021-09-23 02:20:44,984] [INFO] (monai.deploy.operators.dicom_seg_writer_operator.DICOMSegWriter) - Number of slices in the numpy image: 515\n", | |||
"[2021-09-23 02:20:44,984] [INFO] (monai.deploy.operators.dicom_seg_writer_operator.DICOMSegWriter) - Labels of the segments: ['Spleen']\n", | |||
"[2021-09-23 02:20:47,101] [INFO] (monai.deploy.operators.dicom_seg_writer_operator.DICOMSegWriter) - Unique values in seg image: [0 1]\n", | |||
"[2021-09-23 02:20:48,312] [INFO] (monai.deploy.operators.dicom_seg_writer_operator.DICOMSegWriter) - Saving output file /home/gbae/repo/monai-deploy-app-sdk/notebooks/tutorials/output/dicom_seg-DICOMSEG.dcm\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/<user>
with ~
?
@@ -1683,7 +1683,7 @@ | |||
"remote: Total 274 (delta 127), reused 213 (delta 90), pack-reused 0\u001b[K\n", | |||
"Receiving objects: 100% (274/274), 79.20 KiB | 705.00 KiB/s, done.\n", | |||
"Resolving deltas: 100% (127/127), done.\n", | |||
"/home/kavink/src/work_folder/monai-deploy-app-sdk/notebooks/tutorials/monai-deploy-app-server/components/inference-service\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/<user>
with ~
?
@@ -1722,7 +1722,7 @@ | |||
" ---> a6834eb5a23b\n", | |||
"Successfully built a6834eb5a23b\n", | |||
"Successfully tagged monai/inference-service:0.1\n", | |||
"/home/kavink/src/work_folder/monai-deploy-app-sdk/notebooks/tutorials\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/<user>
with ~
?
@@ -1751,7 +1751,7 @@ | |||
"text": [ | |||
"Downloading...\n", | |||
"From: https://drive.google.com/uc?id=12uNO1tyqZh1oFkZH41Osliey7TRm-BBG\n", | |||
"To: /home/kavink/src/work_folder/monai-deploy-app-sdk/notebooks/tutorials/charts.zip\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/<user>
with ~
?
@@ -2042,7 +2042,7 @@ | |||
"name": "stderr", | |||
"output_type": "stream", | |||
"text": [ | |||
"/home/kavink/.local/lib/python3.8/site-packages/nilearn/datasets/__init__.py:93: FutureWarning: Fetchers from the nilearn.datasets module will be updated in version 0.9 to return python strings instead of bytes and Pandas dataframes instead of Numpy arrays.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we replace /home/<user>
with ~
?
37aa882
to
1f6d6a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
You can use home/<user>
with /home/monai/
. Either way (~
) is fine.
5f1aaab
to
d768579
Compare
Signed-off-by: kavink <kavink@nvidia.com>
No description provided.