Skip to content

Commit

Permalink
Deployed 64b0417 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Nov 13, 2024
1 parent 596195b commit ddb2fb3
Show file tree
Hide file tree
Showing 15 changed files with 1,141 additions and 1,030 deletions.
8 changes: 4 additions & 4 deletions cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 id="scprint.__main__" class="doc doc-heading">

<div class="doc doc-contents first">

<p>Entry point for scprint.</p>
<p>Entry point for scprint.</p>



Expand Down Expand Up @@ -164,7 +164,7 @@ <h3 id="scprint.__main__.MySaveConfig" class="doc doc-heading">
Bases: <code><span title="lightning.pytorch.cli.SaveConfigCallback">SaveConfigCallback</span></code></p>


<p>MySaveConfig is a subclass of SaveConfigCallback to parametrize the wandb logger further in cli mode</p>
<p>MySaveConfig is a subclass of SaveConfigCallback to parametrize the wandb logger further in cli mode</p>



Expand Down Expand Up @@ -235,7 +235,7 @@ <h3 id="scprint.cli.MyCLI" class="doc doc-heading">
Bases: <code><span title="lightning.pytorch.cli.LightningCLI">LightningCLI</span></code></p>


<p>MyCLI is a subclass of LightningCLI to add some missing params and create bindings between params of the model and the data.</p>
<p>MyCLI is a subclass of LightningCLI to add some missing params and create bindings between params of the model and the data.</p>
<p>Used to allow calling denoise / embed / gninfer from the command line.
Also to add more parameters and link parameters between the scdataloader and the scPRINT model.</p>

Expand Down Expand Up @@ -307,7 +307,7 @@ <h3 id="scprint.trainer.trainer.TrainingMode" class="doc doc-heading">
Bases: <code><span title="lightning.pytorch.callbacks.Callback">Callback</span></code></p>


<p>TrainingMode a callback to set the training specific info to the model.</p>
<p>TrainingMode a callback to set the training specific info to the model.</p>
<p>This is because lightning is unfortunately setup this way. the model should be separated from training
but at the same time it has training specific methods... so we have to do this.</p>

Expand Down
8 changes: 4 additions & 4 deletions embedder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h3 id="scprint.tokenizers.protein_embedder.PROTBERT" class="doc doc-heading">
<div class="doc doc-contents ">


<p>PROTBERT a ghost class to call protein LLMs to encode protein sequences.</p>
<p>PROTBERT a ghost class to call protein LLMs to encode protein sequences.</p>


<table class="field-list">
Expand Down Expand Up @@ -252,7 +252,7 @@ <h4 id="scprint.tokenizers.protein_embedder.PROTBERT.__call__" class="doc doc-he

<div class="doc doc-contents ">

<p>Call the PROTBERT model on the input file.</p>
<p>Call the PROTBERT model on the input file.</p>


<table class="field-list">
Expand Down Expand Up @@ -407,7 +407,7 @@ <h4 id="scprint.tokenizers.protein_embedder.PROTBERT.read_results" class="doc do

<div class="doc doc-contents ">

<p>Read multiple .pt files in a folder and convert them into a DataFrame.</p>
<p>Read multiple .pt files in a folder and convert them into a DataFrame.</p>


<table class="field-list">
Expand Down Expand Up @@ -550,7 +550,7 @@ <h3 id="scprint.tokenizers.embedder.protein_embeddings_generator" class="doc doc

<div class="doc doc-contents ">

<p>protein_embeddings_generator embed a set of genes using fasta file and LLMs</p>
<p>protein_embeddings_generator embed a set of genes using fasta file and LLMs</p>


<table class="field-list">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,6 @@ <h2 id="work-in-progress-pr-welcomed">Work in progress (PR welcomed):</h2>
</html>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-09-19 14:56:29.046896+00:00
MkDocs version : 1.6.1
Build Date UTC : 2024-11-13 10:41:04.271503+00:00
-->
Loading

0 comments on commit ddb2fb3

Please sign in to comment.