Skip to content
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

♻️ Refresh code to work with 2024 library versions #3

Merged
merged 9 commits into from
Nov 3, 2024
Prev Previous commit
Next Next commit
🔍 Add teaser img of sediment core with IRD clasts to main README.md
Include a teaser image of a sediment core with Ice-Rafted Debris (IRD) clasts highlighted in red to the main README.md file. Also fixed a small typo.
  • Loading branch information
weiji14 committed Nov 3, 2024
commit 21dbdb9646fdd9296fdea4ed4de023c2925d4c7a
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Neural network for classifying rock clasts in computed tomography (CT) scans of
[![Test CTCoreNet](https://github.com/weiji14/ctcorenet/actions/workflows/python-app.yml/badge.svg)](https://github.com/weiji14/ctcorenet/actions/workflows/python-app.yml)
![License](https://img.shields.io/github/license/weiji14/ctcorenet)

![CT scan of sediment core with Ice-Rafted Debris (IRD) clasts highlighted in red](https://dagshub.com/weiji14/ctcorenet/raw/5a59d8f3c7f2d7b9a7bae50f4362b95994c34972/data/train/RS15-LC42_42-188.5-218.5/label_viz.png)

# Getting started

## Quickstart
Expand Down Expand Up @@ -72,7 +74,7 @@ This will load the image data stored in `data/train`, perform the training
(minimize loss between img.png and label.png), and produce some outputs.

More advanced users can customize the training, e.g. to be more deterministic,
running for only x epochs, train on an CUDA GPU using 16-bit precision, etc, like so:
running for only x epochs, train on a CUDA GPU using 16-bit precision, etc, like so:

python ctcorenet/ctcoreunet.py --deterministic=True --max_epochs=3 --accelerator=gpu --devices=1 --precision=16

Expand Down