fix training run ID
Browse files
README.md
CHANGED
|
@@ -16,6 +16,6 @@ Epigenome Assay/Target classifier trained on the [EpiATLAS dataset](https://ihec
|
|
| 16 |
|
| 17 |
The model is a simple fense feedforward neural network, with one hidden layer of 3000 nodes.The model was trained using PyTorch Lightning. See Github repository [rabyj/epi_ml](https://github.com/rabyj/epi_ml/blob/master/src/python/epi_ml/core/model_pytorch.py) for model code.
|
| 18 |
|
| 19 |
-
See the .o and .e files for training details. More information is also available on Comet ML, in the rabyj/epiclass project. The ID of this training run is [
|
| 20 |
|
| 21 |
For more context, see the associated publication: Leveraging the largest harmonized epigenomic data collection for metadata prediction validated and augmented over 350,000 public epigenomic datasets
|
|
|
|
| 16 |
|
| 17 |
The model is a simple fense feedforward neural network, with one hidden layer of 3000 nodes.The model was trained using PyTorch Lightning. See Github repository [rabyj/epi_ml](https://github.com/rabyj/epi_ml/blob/master/src/python/epi_ml/core/model_pytorch.py) for model code.
|
| 18 |
|
| 19 |
+
See the .o and .e files for training details. More information is also available on Comet ML, in the rabyj/epiclass project. The ID of this training run is [0f8e5eb996114868a17057bebe64f87c](https://www.comet.com/rabyj/epiclass/0f8e5eb996114868a17057bebe64f87c)
|
| 20 |
|
| 21 |
For more context, see the associated publication: Leveraging the largest harmonized epigenomic data collection for metadata prediction validated and augmented over 350,000 public epigenomic datasets
|