Skip to content

Commit

Permalink
Merge pull request #497 from datamol-io/new_banner_color_logo
Browse files Browse the repository at this point in the history
New banner color logo
  • Loading branch information
DomInvivo committed Dec 21, 2023
2 parents 8cbf2d0 + 7fe8c39 commit 420b6b9
Show file tree
Hide file tree
Showing 18 changed files with 188 additions and 150 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="docs/images/logo.png" height="200px">
<img src="docs/images/banner.png" height="200px">
<h3>Scaling molecular GNNs to infinity</h3>
</div>

Expand Down Expand Up @@ -91,7 +91,7 @@ Integrating `hydra` also allows you to quickly switch between accelerators. E.g.
graphium-train dataset=toymix model=gcn accelerator=gpu
```
automatically selects the correct configs to run the experiment on GPU.
Finally, you can also run a fine-tuning loop:
Finally, you can also run a fine-tuning loop:
```bash
graphium-train +finetuning=admet
```
Expand Down
6 changes: 3 additions & 3 deletions docs/_assets/css/custom-graphium.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--graphium-primary: #70ad47;
--graphium-primary: #548235;
--graphium-secondary: #343a40;

/* Primary color shades */
Expand Down Expand Up @@ -31,11 +31,11 @@
}

.md-header {
background-color: #70ad47;
background-image: linear-gradient(to right, #548235, #8DB771);
}

.md-footer {
background-color: #70ad47;
background-image: linear-gradient(to right, #548235, #8DB771);
}

.md-tabs {
Expand Down
19 changes: 12 additions & 7 deletions docs/api/graphium.finetuning.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
graphium.finetuning
====================
Module for finetuning models and doing linear probing (fingerprinting).

::: graphium.finetuning.finetuning.GraphFinetuning

::: graphium.finetuning.finetuning_architecture.FullGraphFinetuningNetwork

::: graphium.finetuning.finetuning_architecture.PretrainedModel

::: graphium.finetuning.finetuning_architecture.FinetuningHead

::: graphium.finetuning.fingerprinting.Fingerprinter
options:
filters: ["!^_"]
separate_signature: true
show_signature_annotations: true
line_length: 80
merge_init_into_class: true
members_order: source
Binary file added docs/images/banner-tight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/banner-tight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo-large-green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/logo-large-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo-mini-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions docs/images/logo-mini-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo-mini-green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions docs/images/logo-mini-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo-mini-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions docs/images/logo-mini-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/logo.png
Binary file not shown.
134 changes: 0 additions & 134 deletions docs/images/logo.svg

This file was deleted.

8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ nav:
- Design: design.md
- Datasets: datasets.md
- Pretrained Models: pretrained_models.md
- CLI:
- CLI:
- About: cli/reference.md
- Commands:
- Commands:
- graphium: cli/graphium.md
- graphium-train: cli/graphium-train.md
- Contribute: contribute.md
Expand All @@ -56,8 +56,8 @@ theme:
features:
- navigation.tabs
- navigation.expand
favicon: images/logo.png
logo: images/logo.svg
favicon: images/logo-mini-dark.png
logo: images/logo-mini-white.svg

extra_css:
- _assets/css/custom.css
Expand Down

0 comments on commit 420b6b9

Please sign in to comment.