update and add split files
Browse files- NASH_steato/README.md +3 -6
- NASH_steato/source.txt +0 -3
- README.md +19 -19
- biotine/README.md +3 -6
- biotine/source.txt +0 -3
- biotine_unpaired/README.md +3 -6
- biotine_unpaired/source.txt +0 -3
- biotine_unpaired/test_samples.parquet +3 -0
- biotine_unpaired/train_samples.parquet +3 -0
- cell_cycle/README.md +3 -6
- cell_cycle/source.txt +0 -3
- cell_cycle/test_samples.parquet +3 -0
- cell_cycle/train_samples.parquet +3 -0
- chromalive/README.md +3 -6
- chromalive/source.txt +0 -3
- chromalive/test_samples.parquet +3 -0
- chromalive/train_samples.parquet +3 -0
- diabetic_retinopathy/README.md +3 -6
- diabetic_retinopathy/source.txt +0 -3
- diabetic_retinopathy/test_samples.parquet +3 -0
- diabetic_retinopathy/train_samples.parquet +3 -0
- docetaxel/README.md +3 -6
- docetaxel/source.txt +0 -3
- docetaxel_skip_half_doses/README.md +3 -6
- docetaxel_skip_half_doses/source.txt +0 -3
- docetaxel_skip_half_doses/test_samples.parquet +3 -0
- docetaxel_skip_half_doses/train_samples.parquet +3 -0
- ependymal/README.md +3 -6
- ependymal/source.txt +0 -3
- ependymal/test_samples.parquet +3 -0
- ependymal/train_samples.parquet +3 -0
- nocodazole/README.md +3 -6
- nocodazole/source.txt +0 -3
- nocodazole/test_samples.parquet +3 -0
NASH_steato/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `NASH_steato_JZ_download`
|
| 18 |
-
- Local checkpoint subfolder: `saved_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
NASH_steato/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: NASH_steato_JZ_download
|
| 2 |
-
checkpoint_subdir: saved_model
|
| 3 |
-
hf_checkpoint_name: NASH_steato
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -16,33 +16,33 @@ pipeline_tag: image-to-video
|
|
| 16 |
|
| 17 |
Pretrained checkpoints for **Static2Dynamic**, a method for reconstructing videos of unobservable cellular, developmental, and disease processes from static, unpaired snapshots.
|
| 18 |
|
| 19 |
-
Code repository
|
| 20 |
-
|
| 21 |
-
Paper/preprint: `https://www.biorxiv.org/content/10.64898/2026.05.18.725860v1`
|
| 22 |
|
| 23 |
## Checkpoints
|
| 24 |
|
| 25 |
Each checkpoint subfolder contains:
|
| 26 |
|
| 27 |
-
- `net/`: diffusion generative model config and weights
|
| 28 |
-
- `video_time_encoder/`: time conditioning encoder config and weights
|
| 29 |
- `dynamic/`: scheduler configuration
|
| 30 |
- `my_conf/`: run configuration needed to instantiate/evaluate the model
|
|
|
|
|
|
|
| 31 |
- `training_state_info.json`: checkpoint/training metadata, when available
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
| 35 |
-
|
|
| 36 |
-
| `
|
| 37 |
-
| `
|
| 38 |
-
| `
|
| 39 |
-
| `
|
| 40 |
-
| `
|
| 41 |
-
| `
|
| 42 |
-
| `
|
| 43 |
-
| `
|
| 44 |
-
| `
|
| 45 |
-
| `diabetic_retinopathy` | `retino_fc_precrop_2048_noreweight_6M` | `best_model` |
|
| 46 |
|
| 47 |
## Python download example
|
| 48 |
|
|
|
|
| 16 |
|
| 17 |
Pretrained checkpoints for **Static2Dynamic**, a method for reconstructing videos of unobservable cellular, developmental, and disease processes from static, unpaired snapshots.
|
| 18 |
|
| 19 |
+
- [Code repository](https://github.com/biocompibens/static2dynamic)
|
| 20 |
+
- [Paper/preprint](https://www.biorxiv.org/content/10.64898/2026.05.18.725860)
|
|
|
|
| 21 |
|
| 22 |
## Checkpoints
|
| 23 |
|
| 24 |
Each checkpoint subfolder contains:
|
| 25 |
|
| 26 |
+
- `net/`: diffusion/image generative model config and weights
|
| 27 |
+
- `video_time_encoder/`: time/video conditioning encoder config and weights
|
| 28 |
- `dynamic/`: scheduler configuration
|
| 29 |
- `my_conf/`: run configuration needed to instantiate/evaluate the model
|
| 30 |
+
- `train_samples.parquet`: training split metadata, when available
|
| 31 |
+
- `test_samples.parquet`: test split metadata, when available
|
| 32 |
- `training_state_info.json`: checkpoint/training metadata, when available
|
| 33 |
+
|
| 34 |
+
| Checkpoint | Files |
|
| 35 |
+
|---|---|
|
| 36 |
+
| [`chromalive`](./chromalive) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `train_samples.parquet`, `test_samples.parquet`, `training_state_info.json` |
|
| 37 |
+
| [`docetaxel_skip_half_doses`](./docetaxel_skip_half_doses) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `train_samples.parquet`, `test_samples.parquet`, `training_state_info.json` |
|
| 38 |
+
| [`docetaxel`](./docetaxel) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `training_state_info.json` |
|
| 39 |
+
| [`nocodazole`](./nocodazole) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `test_samples.parquet`, `training_state_info.json` |
|
| 40 |
+
| [`cell_cycle`](./cell_cycle) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `train_samples.parquet`, `test_samples.parquet`, `training_state_info.json` |
|
| 41 |
+
| [`biotine`](./biotine) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `training_state_info.json` |
|
| 42 |
+
| [`biotine_unpaired`](./biotine_unpaired) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `train_samples.parquet`, `test_samples.parquet`, `training_state_info.json` |
|
| 43 |
+
| [`ependymal`](./ependymal) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `train_samples.parquet`, `test_samples.parquet`, `training_state_info.json` |
|
| 44 |
+
| [`NASH_steato`](./NASH_steato) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `training_state_info.json` |
|
| 45 |
+
| [`diabetic_retinopathy`](./diabetic_retinopathy) | `net/`, `video_time_encoder/`, `dynamic/`, `my_conf/`, `train_samples.parquet`, `test_samples.parquet`, `training_state_info.json` |
|
|
|
|
| 46 |
|
| 47 |
## Python download example
|
| 48 |
|
biotine/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `biotine_png_JZ_download`
|
| 18 |
-
- Local checkpoint subfolder: `saved_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
biotine/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: biotine_png_JZ_download
|
| 2 |
-
checkpoint_subdir: saved_model
|
| 3 |
-
hf_checkpoint_name: biotine
|
|
|
|
|
|
|
|
|
|
|
|
biotine_unpaired/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `biotine_unpaired`
|
| 18 |
-
- Local checkpoint subfolder: `best_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
biotine_unpaired/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: biotine_unpaired
|
| 2 |
-
checkpoint_subdir: best_model
|
| 3 |
-
hf_checkpoint_name: biotine_unpaired
|
|
|
|
|
|
|
|
|
|
|
|
biotine_unpaired/test_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7482833b8a4c5d0190fd30d20884109e4183f4a68c50ae4ad44b2fd12cf926aa
|
| 3 |
+
size 546832
|
biotine_unpaired/train_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fec8b57408745647d84d725fb224294cec2ae673dbdfc4117937e3de61612e90
|
| 3 |
+
size 151272
|
cell_cycle/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `bbbc048`
|
| 18 |
-
- Local checkpoint subfolder: `best_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
cell_cycle/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: bbbc048
|
| 2 |
-
checkpoint_subdir: best_model
|
| 3 |
-
hf_checkpoint_name: cell_cycle
|
|
|
|
|
|
|
|
|
|
|
|
cell_cycle/test_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:085ab3419d1e5e55bac5f3b23efc3188c46025805713be8dec31b0f6f99cac6f
|
| 3 |
+
size 144701
|
cell_cycle/train_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03c7d02cbfef701f83e54eca528228d291ad3ee034c118a1d6417116003a7be8
|
| 3 |
+
size 959641
|
chromalive/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `chromalive_high_doses`
|
| 18 |
-
- Local checkpoint subfolder: `best_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
chromalive/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: chromalive_high_doses
|
| 2 |
-
checkpoint_subdir: best_model
|
| 3 |
-
hf_checkpoint_name: chromalive
|
|
|
|
|
|
|
|
|
|
|
|
chromalive/test_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f97d9a4df112aa396d54398cccb32d4386bd1d97ab17a9f949fa28ba0d06d4e
|
| 3 |
+
size 1843785
|
chromalive/train_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46139e3429db4054d17aed39f0d260f42af742f5aca0cd7937cabf047f915815
|
| 3 |
+
size 14902715
|
diabetic_retinopathy/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `retino_fc_precrop_2048_noreweight_6M`
|
| 18 |
-
- Local checkpoint subfolder: `best_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
diabetic_retinopathy/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: retino_fc_precrop_2048_noreweight_6M
|
| 2 |
-
checkpoint_subdir: best_model
|
| 3 |
-
hf_checkpoint_name: diabetic_retinopathy
|
|
|
|
|
|
|
|
|
|
|
|
diabetic_retinopathy/test_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe563781886cff20c97642a5c575cdd8887171408bb6e9742352dd9c0e587f1e
|
| 3 |
+
size 445874
|
diabetic_retinopathy/train_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a60308bc3e20db64985bf9c5e1dc48c20357848eba4eb44fdfde0dfca3f8378f
|
| 3 |
+
size 2935868
|
docetaxel/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `bbbc021_JZ_download`
|
| 18 |
-
- Local checkpoint subfolder: `saved_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
docetaxel/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: bbbc021_JZ_download
|
| 2 |
-
checkpoint_subdir: saved_model
|
| 3 |
-
hf_checkpoint_name: docetaxel
|
|
|
|
|
|
|
|
|
|
|
|
docetaxel_skip_half_doses/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `bbbc021_docetaxel_skip_half_doses`
|
| 18 |
-
- Local checkpoint subfolder: `best_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
docetaxel_skip_half_doses/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: bbbc021_docetaxel_skip_half_doses
|
| 2 |
-
checkpoint_subdir: best_model
|
| 3 |
-
hf_checkpoint_name: docetaxel_skip_half_doses
|
|
|
|
|
|
|
|
|
|
|
|
docetaxel_skip_half_doses/test_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0f489e2aa811ef316e2aa68822f5873d3d472a30d99e7252e9d7c1e6f372ca1
|
| 3 |
+
size 10410
|
docetaxel_skip_half_doses/train_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83edc96bb7736260a93396431674c3e1dbdaf27aa40e36a679852e117dde5877
|
| 3 |
+
size 59574
|
ependymal/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `ependymal_cutout_noised0.1_fc_augs`
|
| 18 |
-
- Local checkpoint subfolder: `last_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
ependymal/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: ependymal_cutout_noised0.1_fc_augs
|
| 2 |
-
checkpoint_subdir: last_model
|
| 3 |
-
hf_checkpoint_name: ependymal
|
|
|
|
|
|
|
|
|
|
|
|
ependymal/test_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8817f5bcbe91659b62d0b806e074c4fe4478a2f63ebbf1d000e705a3fbb06472
|
| 3 |
+
size 2438504
|
ependymal/train_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24d669410862adfc8588ed63d4c8107174c597ddbbfc443b43ef9dbd0f5288c1
|
| 3 |
+
size 23034793
|
nocodazole/README.md
CHANGED
|
@@ -9,13 +9,10 @@ Static2Dynamic pretrained checkpoint.
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
| 12 |
-
- `training_state_info.json`, when available
|
| 13 |
- `my_conf/`, when available
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
- Local run folder: `bbbc021_nocodazole_no_xattn_no_reweight`
|
| 18 |
-
- Local checkpoint subfolder: `best_model`
|
| 19 |
|
| 20 |
## Download
|
| 21 |
|
|
|
|
| 9 |
- `video_time_encoder/config.json`
|
| 10 |
- `video_time_encoder/diffusion_pytorch_model.safetensors`
|
| 11 |
- `dynamic/scheduler_config.json`
|
|
|
|
| 12 |
- `my_conf/`, when available
|
| 13 |
+
- `train_samples.parquet`, when available
|
| 14 |
+
- `test_samples.parquet`, when available
|
| 15 |
+
- `training_state_info.json`, when available
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Download
|
| 18 |
|
nocodazole/source.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
local_run: bbbc021_nocodazole_no_xattn_no_reweight
|
| 2 |
-
checkpoint_subdir: best_model
|
| 3 |
-
hf_checkpoint_name: nocodazole
|
|
|
|
|
|
|
|
|
|
|
|
nocodazole/test_samples.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:829f4ed3ba5c93de49d8429d2a1d84442ea570a14203f7b6ee1e0804af4d0e37
|
| 3 |
+
size 43618
|