Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2025_qlife_psl_dl_course
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAH public
2025_qlife_psl_dl_course
Commits
05c66f66
Commit
05c66f66
authored
1 week ago
by
Son Phan
Browse files
Options
Downloads
Patches
Plain Diff
update readmes
parent
4dc6288f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Part1Unet/README.md
+5
-0
5 additions, 0 deletions
Part1Unet/README.md
Part2Cellpose/README.md
+12
-0
12 additions, 0 deletions
Part2Cellpose/README.md
with
17 additions
and
0 deletions
Part1Unet/README.md
+
5
−
0
View file @
05c66f66
...
...
@@ -9,4 +9,9 @@ setenv LD_LIBRARY_PATH "${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}"
jupyter notebook
```
If the conda env
`qlife25-unet`
is not found. Install it using
`unet_env.yml`
file
```
setconda
conda env create -f unet_env.yml
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Part2Cellpose/README.md
+
12
−
0
View file @
05c66f66
...
...
@@ -6,4 +6,16 @@ To run the notebook:
setconda
conda activate /users/bioensei/mphan/.conda/envs/qlife25-cellpose
jupyter notebook
```
If the conda env
`qlife25-cellpose`
is not found. Install it by following commands
```
setconda
conda create -n qlife25-cellpose python=3.10 -y
conda activate qlife-cellpose
conda install pytorch=1.12.0 cudatoolkit=11.3 -c pytorch
pip uninstall torch
pip install 'cellpose[gui]'
pip install notebook==6.1.5 scikit-image matplotlib
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment