Add files using upload-large-folder tool
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ For more information about the models, see:
|
|
| 30 |
- Assembly: hg38
|
| 31 |
|
| 32 |
## Directory structure
|
| 33 |
-
- `fold_0`: Model
|
| 34 |
- `model.chrombpnet.fold_0.encid.h5`: full chrombpnet model that combines both bias and corrected model in .h5 format
|
| 35 |
- `model.chrombpnet_nobias.fold_0.encid.h5`: bias-corrected accessibility model in .h5 format (Use for all biological discovery)
|
| 36 |
- `model.bias_scaled.fold_0.encid.h5`: bias model in .h5 format
|
|
@@ -38,10 +38,10 @@ For more information about the models, see:
|
|
| 38 |
- `model.chrombpnet_nobias.fold_0.encid.tar`: bias-corrected accessibility model in SavedModel format (Use for all biological discovery). After being untarred, it results in a directory named "chrombpnet_wo_bias".
|
| 39 |
- `model.bias_scaled.fold_0.encid.tar`: bias model in SavedModel format. After being untarred, it results in a directory named "bias_model_scaled".
|
| 40 |
- `logs.models.fold_0.encid`: folder containing log files for training models
|
| 41 |
-
- `fold_1`: Model
|
| 42 |
-
- `fold_2`: Model
|
| 43 |
-
- `fold_3`: Model
|
| 44 |
-
- `fold_4`: Model
|
| 45 |
|
| 46 |
# Instructions
|
| 47 |
## 1. Pseudocode for loading models in .h5 format
|
|
@@ -109,7 +109,7 @@ predictions = softmax(outputs["logits_profile_predictions"]) * (np.exp(outputs["
|
|
| 109 |
```
|
| 110 |
|
| 111 |
## Docker image to load and use the models
|
| 112 |
-
https://hub.docker.com/r/kundajelab/chrombpnet-atlas/ (tag:v1)
|
| 113 |
|
| 114 |
## Code for ChromBPNet
|
| 115 |
- https://github.com/kundajelab/chrombpnet/
|
|
|
|
| 30 |
- Assembly: hg38
|
| 31 |
|
| 32 |
## Directory structure
|
| 33 |
+
- `fold_0`: Model of 5-fold cross-validation: Fold 0
|
| 34 |
- `model.chrombpnet.fold_0.encid.h5`: full chrombpnet model that combines both bias and corrected model in .h5 format
|
| 35 |
- `model.chrombpnet_nobias.fold_0.encid.h5`: bias-corrected accessibility model in .h5 format (Use for all biological discovery)
|
| 36 |
- `model.bias_scaled.fold_0.encid.h5`: bias model in .h5 format
|
|
|
|
| 38 |
- `model.chrombpnet_nobias.fold_0.encid.tar`: bias-corrected accessibility model in SavedModel format (Use for all biological discovery). After being untarred, it results in a directory named "chrombpnet_wo_bias".
|
| 39 |
- `model.bias_scaled.fold_0.encid.tar`: bias model in SavedModel format. After being untarred, it results in a directory named "bias_model_scaled".
|
| 40 |
- `logs.models.fold_0.encid`: folder containing log files for training models
|
| 41 |
+
- `fold_1`: Model of 5-fold coss-validation: Fold 1
|
| 42 |
+
- `fold_2`: Model of 5-fold cross-validation: Fold 2
|
| 43 |
+
- `fold_3`: Model of 5-fold cross-validation: Fold 3
|
| 44 |
+
- `fold_4`: Model of 5-fold cross-validation: Fold 4
|
| 45 |
|
| 46 |
# Instructions
|
| 47 |
## 1. Pseudocode for loading models in .h5 format
|
|
|
|
| 109 |
```
|
| 110 |
|
| 111 |
## Docker image to load and use the models
|
| 112 |
+
- https://hub.docker.com/r/kundajelab/chrombpnet-atlas/ (tag:v1)
|
| 113 |
|
| 114 |
## Code for ChromBPNet
|
| 115 |
- https://github.com/kundajelab/chrombpnet/
|