Skip to content

Releases: georgkislinger/feabas-workbench

FEABAS Workbench v0.3.4

Choose a tag to compare

@github-actions github-actions released this 25 Sep 07:14
6f7b1f4

What changed

  • Run the usual Workbench jobs locally or on LRZ, with guided cluster setup, SSH/Globus transfer, remote monitoring, previews and export downloads.
  • Choose within-section, across-section or combined local parallelism for supported stages, with CPU and RAM planning.
  • Select N2V training images by usable pixel count. Watch training and validation loss alongside the original and best denoised patch, and stop after the current epoch while keeping the best model.
  • Updated bundled help and CI coverage for the separate GUI and FEABAS environments.

Install

Windows without Python: download FEABAS-Workbench-v0.3.4-windows-x64.zip, extract the entire folder, then start FEABAS-Workbench.exe.

Python: pip install --upgrade feabas-workbench==0.3.4, then run feabas-workbench or python -m feabas_workbench.

FEABAS and deep-learning environments are installed separately from the Setup page in either installation.

Validation and limitations

The Windows/Linux test matrix, full synthetic FEABAS pipeline and frozen Windows application checks passed before merging. A fresh installation of the release wheel was also checked locally. Full FEABAS image processing at LRZ still needs live validation; the tiny SSH/Slurm/file-transfer test passed. Live N2V training previews and graceful stopping currently apply to local execution. RAM values are planning estimates rather than enforced limits.

See the changelog and user guide.

FEABAS Workbench v0.3.3

Choose a tag to compare

@github-actions github-actions released this 17 Sep 13:35

See CHANGELOG.md for what changed. Windows without Python: unpack FEABAS-Workbench-*-windows-x64.zip and start FEABAS-Workbench.exe. With Python: pip install feabas-workbench (or the .whl below), then run feabas-workbench or python -m feabas_workbench. FEABAS and the deep-learning environments are installed from the Setup page in both cases.

Full Changelog: v0.3.2...v0.3.3

FEABAS Workbench v0.3.2

Choose a tag to compare

@github-actions github-actions released this 17 Sep 10:03

See CHANGELOG.md for what changed. Windows without Python: unpack FEABAS-Workbench-*-windows-x64.zip and start FEABAS-Workbench.exe. With Python: pip install feabas-workbench (or the .whl below), then run feabas-workbench or python -m feabas_workbench. FEABAS and the deep-learning environments are installed from the Setup page in both cases.

Full Changelog: v0.3.1...v0.3.2

FEABAS Workbench v0.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 20:09

See CHANGELOG.md for what changed. Windows without Python: unpack FEABAS-Workbench-*-windows-x64.zip and start FEABAS-Workbench.exe. With Python: pip install <the .whl below>, then run feabas-workbench or python -m feabas_workbench. FEABAS and the deep-learning environments are installed from the Setup page in both cases.

Full Changelog: v0.3.0...v0.3.1

FEABAS Workbench v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 19:56

See CHANGELOG.md for what changed. Windows without Python: unpack FEABAS-Workbench-*-windows-x64.zip and start FEABAS-Workbench.exe. With Python: pip install <the .whl below>, then run feabas-workbench or python -m feabas_workbench. FEABAS and the deep-learning environments are installed from the Setup page in both cases.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

FEABAS Workbench v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 14:04

See CHANGELOG.md for what changed. Install with: pip install <the .whl below> (then run feabas-workbench or python -m feabas_workbench).

What's Changed

  • Declutter GUI and fix install.bat quotation errors by @georgkislinger with @Copilot in #1
  • Fix swallowed training progress for N2V/N2V2/StructN2V (tqdm stdout corruption) by @georgkislinger with @Copilot in #2
  • Port start_gui.bat environment search to start_gui.sh by @georgkislinger with @Copilot in #3

New Contributors

Full Changelog: https://github.com/georgkislinger/feabas-workbench/commits/v0.2.0