Skip to content

Commit

Permalink
Adding new/updated copick_generate-torch-basic-features_0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Oct 22, 2024
1 parent 1078358 commit d52b381
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
3 changes: 3 additions & 0 deletions solutions/copick/generate-torch-basic-features/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.0.7] - 2024-10-22
More cuda deps

## [0.0.6] - 2024-10-22
Fix dimension handling

Expand Down
5 changes: 4 additions & 1 deletion solutions/copick/generate-torch-basic-features/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
env_file = """
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- python=3.10
- pip
- pytorch
- cudatoolkit
- pytorch-cuda
- torchvision
- torchaudio
- zarr
Expand Down Expand Up @@ -216,7 +219,7 @@ def compute_features(chunk_tensor, sigma_min, sigma_max, num_sigma, intensity, e
setup(
group="copick",
name="generate-torch-basic-features",
version="0.0.6",
version="0.0.7",
title="Generate Multiscale Basic Features with Torch using Copick API (Chunked, Corrected)",
description="Compute multiscale basic features of a tomogram from a Copick run in chunks and save them using Copick's API.",
solution_creators=["Kyle Harrington"],
Expand Down
6 changes: 3 additions & 3 deletions solutions/copick/generate-torch-basic-features/solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ args:
name: num_sigma
required: false
type: integer
changelog: Fix dimension handling
changelog: More cuda deps
description: Compute multiscale basic features of a tomogram from a Copick run in
chunks and save them using Copick's API.
group: copick
Expand All @@ -64,6 +64,6 @@ tags:
- image processing
- cryoet
- tomogram
timestamp: '2024-10-22T11:27:41.823517'
timestamp: '2024-10-22T11:45:06.794711'
title: Generate Multiscale Basic Features with Torch using Copick API (Chunked, Corrected)
version: 0.0.6
version: 0.0.7

0 comments on commit d52b381

Please sign in to comment.