mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2025-12-10 06:51:04 +08:00
Update enformer-training.ipynb to show how to restore from checkpoint.
PiperOrigin-RevId: 450894644
This commit is contained in:
@@ -120,8 +120,9 @@ df_targets.shape # (5313, 8) With rows match output shape above.
|
||||
|
||||
The model is implemented using [Sonnet](https://github.com/deepmind/sonnet). The
|
||||
full sonnet module is defined in `enformer.py` called Enformer. See
|
||||
[enformer-training.ipynb](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/enformer/enformer-training.ipynb).
|
||||
on how to train the model on Basenji2 data.
|
||||
[enformer-training.ipynb](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/enformer/enformer-training.ipynb)
|
||||
on how to train the model on Basenji2 data and how to load the pre-trained
|
||||
weights into the Enformer module for fine-tuning.
|
||||
|
||||
## Colab
|
||||
|
||||
@@ -143,6 +144,7 @@ This colab shows how to:
|
||||
* Setup training data by directly accessing the Basenji2 data on GCS
|
||||
* Train the model for a few steps on both human and mouse genomes
|
||||
* Evaluate the model on human and mouse genomes
|
||||
* Restore the model from a checkpoint for fine-tuning
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user