Skip to content

Commit

Permalink
simplify example models
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 11, 2024
1 parent 61cbf32 commit 54a908a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cite:
- { text: training library, doi: "10.5281/zenodo.5108853" }
- { text: architecture, doi: "10.1007/978-3-319-24574-4_28" }
covers: [cover.jpg]
dependencies: conda:environment.yaml
description: Different output shape
documentation: documentation.md
format_version: 0.4.0
Expand Down Expand Up @@ -44,3 +43,4 @@ weights:
kwargs: { depth: 3, in_channels: 1, initial_features: 16, out_channels: 1 }
sha256: 2c475874f358eb75dc5f3b6af8d186e4fbf8da3acf43fb6662f0d5de21b0a838
source: weights.pt
pytorch_version: 1.6

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ weights:
pytorch_state_dict:
architecture: unet.py:UNet2d
architecture_sha256: 3aeda0ace2e9a595025fa103a3eae2fd620a95924b3fba00ff5d4451acf4ad53
dependencies: conda:environment.yaml
kwargs:
{
depth: 3,
Expand All @@ -55,3 +54,4 @@ weights:
}
sha256: bcf26f08c26f5ef8f891c08dba2c8812bec7991643fb7c0f7b5d3e7dc321092f
source: weights.pt
pytorch_version: 1.6

0 comments on commit 54a908a

Please sign in to comment.