Skip to content

Commit 2d6dd85

Browse files
committed
Fix relative links
1 parent 8d57394 commit 2d6dd85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Get started with one of the example inference workflows. You can individually vi
99

1010
| Nickname| Trained Model| Sample data | View | Run
1111
| --- | --- | --- | --- | --- |
12-
| "Ephys" (electrophysiology) | [model](sample_data\2020_02_29_15_28_unet_single_ephys_1024_mean_squared_error-1050.h5) | [sample data](sample_data\ephys_tiny_continuous.dat2) | [:eyes:](examples\tiny_ephys_inference.mlx) | :arrow_forward:
13-
| "Ophys" (optical physiology) | [model](https://www.dropbox.com/sh/vwxf1uq2j60uj9o/AAC0sZWahCJFBRARoYsw8Nnra/2019_09_11_23_32_unet_single_1024_mean_absolute_error_Ai93-0450.h5?dl=0) (Dropbox, 120 MB) | [sample data](examples\tiny_ophys_inference.mlx) | [:eyes:](examples\tiny_ephys_inference.mlx) | :arrow_forward:
12+
| "Ephys" (electrophysiology) | [model](sample_data/2020_02_29_15_28_unet_single_ephys_1024_mean_squared_error-1050.h5) | [sample data](sample_data/ephys_tiny_continuous.dat2) | [:eyes:](examples/tiny_ephys_inference.mlx) | :arrow_forward:
13+
| "Ophys" (optical physiology) | [model](https://www.dropbox.com/sh/vwxf1uq2j60uj9o/AAC0sZWahCJFBRARoYsw8Nnra/2019_09_11_23_32_unet_single_1024_mean_absolute_error_Ai93-0450.h5?dl=0) (Dropbox, 120 MB) | [sample data](examples/tiny_ophys_inference.mlx) | [:eyes:](examples/tiny_ephys_inference.mlx) | :arrow_forward:
1414

1515

1616
#### Requirements
@@ -23,8 +23,8 @@ Try out training your own DeepInterpolation network. You can individually view (
2323

2424
| Nickname | Model | Dataset | View | Run
2525
|---|---|---|---|---|
26-
| "Ephys" (electrophysiology) | [model](sample_data\2020_02_29_15_28_unet_single_ephys_1024_mean_squared_error-1050.h5) | [dataset](sample_data\ephys_tiny_continuous.dat2) | [:eyes:](examples\tiny_ephys_training.mlx) | :arrow_forward: |
27-
| "Ophys" (optical physiology) | [model](sample_data\2021_07_31_09_49_38_095550_unet_1024_search_mean_squared_error_pre_30_post_30_feat_32_power_1_depth_4_unet_True-0125-0.5732.h5) | [dataset](http://allen-brain-observatory.s3.amazonaws.com/visual-coding-2p/ophys_movies/ophys_experiment_501254258.h5) (AWS, 52 GB) | [:eyes:](examples\ophys_training_inference.mlx) | :arrow_forward: |
26+
| "Ephys" (electrophysiology) | [model](sample_data/2020_02_29_15_28_unet_single_ephys_1024_mean_squared_error-1050.h5) | [dataset](sample_data/ephys_tiny_continuous.dat2) | [:eyes:](examples/tiny_ephys_training.mlx) | :arrow_forward: |
27+
| "Ophys" (optical physiology) | [model](sample_data/2021_07_31_09_49_38_095550_unet_1024_search_mean_squared_error_pre_30_post_30_feat_32_power_1_depth_4_unet_True-0125-0.5732.h5) | [dataset](http://allen-brain-observatory.s3.amazonaws.com/visual-coding-2p/ophys_movies/ophys_experiment_501254258.h5) (AWS, 52 GB) | [:eyes:](examples/ophys_training_inference.mlx) | :arrow_forward: |
2828

2929

3030

0 commit comments

Comments
 (0)