Skip to content

Commit

Permalink
use generic path in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Oct 11, 2024
1 parent da7119c commit 2f2a38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configs/export_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ model:
in_stack_depth: 1
pretraining: False
# TODO: output path for the exported model
export_path: /hpc/mydata/ziwen.liu/ckpt.onnx
export_path: /path/to/exported.onnx
# TODO: path to the checkpoint file
# Download from:
# https://public.czbiohub.org/comp.micro/viscy/VS_models/VSCyto2D/VSCyto2D/epoch=399-step=23200.ckpt
ckpt_path: /hpc/websites/public.czbiohub.org/comp.micro/viscy/VS_models/VSCyto2D/VSCyto2D/epoch=399-step=23200.ckpt
ckpt_path: /path/to/trained.ckpt
format: onnx

0 comments on commit 2f2a38e

Please sign in to comment.