Skip to content

Commit

Permalink
Adding new/updated cellcanvas_generate-pixel-embedding_0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Aug 11, 2024
1 parent 3850317 commit bc2cefd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
3 changes: 3 additions & 0 deletions solutions/cellcanvas/generate-pixel-embedding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.7] - 2024-08-11
Remove defaults

## [0.1.6] - 2024-08-09


Expand Down
7 changes: 3 additions & 4 deletions solutions/cellcanvas/generate-pixel-embedding/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10
- cudatoolkit=11.8
Expand Down Expand Up @@ -174,8 +173,8 @@ def sliding_window_processor(image, roi_size, overlap, device):
setup(
group="cellcanvas",
name="generate-pixel-embedding",
version="0.1.6",
title="Predict Tomogram Embeddings with SwinUNETR using Copick API and generate the tensorboard files",
version="0.1.7",
title="Predict Tomogram Embeddings with SwinUNETR using Copick API",
description="Apply a SwinUNETR model to a tomogram fetched using the Copick API to produce embeddings, and save them in a Zarr.",
solution_creators=["Kyle Harrington"],
tags=["prediction", "deep learning", "cryoet", "tomogram"],
Expand All @@ -193,4 +192,4 @@ def sliding_window_processor(image, roi_size, overlap, device):
dependencies={
"environment_file": env_file
},
)
)
9 changes: 4 additions & 5 deletions solutions/cellcanvas/generate-pixel-embedding/solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ args:
name: embedding_name
required: true
type: string
changelog: null
changelog: Remove defaults
description: Apply a SwinUNETR model to a tomogram fetched using the Copick API to
produce embeddings, and save them in a Zarr.
group: cellcanvas
Expand All @@ -37,7 +37,6 @@ tags:
- deep learning
- cryoet
- tomogram
timestamp: '2024-08-09T15:13:18.262701'
title: Predict Tomogram Embeddings with SwinUNETR using Copick API and generate the
tensorboard files
version: 0.1.6
timestamp: '2024-08-11T10:17:32.207012'
title: Predict Tomogram Embeddings with SwinUNETR using Copick API
version: 0.1.7

0 comments on commit bc2cefd

Please sign in to comment.