{{ page.subtitle }}
-diff --git a/.all-contributorsrc b/.all-contributorsrc
deleted file mode 100644
index bc6a9103..00000000
--- a/.all-contributorsrc
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "files": [
- "README.md"
- ],
- "imageSize": 100,
- "commit": false,
- "contributorsPerLine": 7,
- "projectName": "al-folio",
- "projectOwner": "alshedivat",
- "repoType": "github",
- "repoHost": "https://github.com",
- "badgeTemplate": "[core_contributors]: https://img.shields.io/badge/core_contributors-<%= contributors.length %>-orange.svg 'Number of core contributors'",
- "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>",
- "skipCi": true,
- "contributors": [
- {
- "login": "alshedivat",
- "name": "Maruan",
- "avatar_url": "https://avatars.githubusercontent.com/u/2126561?v=4",
- "profile": "http://maruan.alshedivat.com",
- "contributions": [
- "design",
- "code"
- ]
- },
- {
- "login": "rohandebsarkar",
- "name": "Rohan Deb Sarkar",
- "avatar_url": "https://avatars.githubusercontent.com/u/50144004?v=4",
- "profile": "http://rohandebsarkar.github.io",
- "contributions": [
- "code"
- ]
- },
- {
- "login": "pourmand1376",
- "name": "Amir Pourmand",
- "avatar_url": "https://avatars.githubusercontent.com/u/32064808?v=4",
- "profile": "https://amirpourmand.ir",
- "contributions": [
- "code"
- ]
- }
- ]
-}
diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index 1574b961..00000000
--- a/.dockerignore
+++ /dev/null
@@ -1,3 +0,0 @@
-_site/
-.git/
-assets/
\ No newline at end of file
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 0b008c95..00000000
--- a/.editorconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-# editorconfig.org
-
-root = true
-
-[*]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-[*.py]
-indent_style = space
-indent_size = 4
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index c78502f4..00000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# These are supported funding model platforms
-
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective username
-ko_fi: alshedivat
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-custom: # ['https://www.buymeacoffee.com/TkFxuKo']
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 511f5851..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug
-assignees: ''
-
----
-
-**Acknowledge the following**
-- [ ] I carefully read and followed the [Getting Started](https://github.com/alshedivat/al-folio#getting-started) guide.
-- [ ] I read through [FAQ](https://github.com/alshedivat/al-folio#faq) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue.
-- [ ] The issue I am raising is a potential bug in al-folio and not just a usage question.
[For usage questions, please post in the [Discussions](https://github.com/alshedivat/al-folio/discussions) instead of raising an issue.]
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**System (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser (and its version) [e.g. chrome, safari]
- - Jekyll version [e.g. 3.8.7]
-- Ruby version [e.g. 2.6.5]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 11fc491e..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: enhancement
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644
index 8b137891..00000000
--- a/.github/pull_request_template.md
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index 8ec2004d..00000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 60
-# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 7
-# Issues with these labels will never be considered stale
-exemptLabels:
- - pinned
- - security
- - enhancement
-# Label to use when marking an issue as stale
-staleLabel: wontfix
-# Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
- This issue has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
-# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
diff --git a/.github/workflows/deploy-docker-tag.yml b/.github/workflows/deploy-docker-tag.yml
deleted file mode 100644
index 3e6b6a3a..00000000
--- a/.github/workflows/deploy-docker-tag.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-name: Docker Image CI (Upload Tag)
-
-on:
- push:
- tags:
- - 'v*'
-
-jobs:
-
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- - name: Buildx
- uses: docker/setup-buildx-action@v1
-
- -
- name: Docker meta
- id: meta
- uses: docker/metadata-action@v4
- with:
- images: amirpourmand/al-folio
-
- - name: Login
- uses: docker/login-action@v1
- with:
- username: ${{ secrets.DOCKER_USERNAME }}
- password: ${{ secrets.DOCKER_PASSWORD }}
-
- - name: Build and push
- uses: docker/build-push-action@v3
- with:
- context: .
- push: ${{ github.event_name != 'pull_request' }}
- tags: ${{ steps.meta.outputs.tags }}
- labels: ${{ steps.meta.outputs.labels }}
-
diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml
deleted file mode 100644
index b747dfc1..00000000
--- a/.github/workflows/deploy-image.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-name: Docker Image CI
-
-on:
- push:
- branches: [ master ]
-
-jobs:
-
- build:
-
- runs-on: ubuntu-latest
- if: github.repository_owner == 'alshedivat'
-
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- - name: Buildx
- uses: docker/setup-buildx-action@v1
-
- - name: Login
- uses: docker/login-action@v1
- with:
- username: ${{ secrets.DOCKER_USERNAME }}
- password: ${{ secrets.DOCKER_PASSWORD }}
-
- - name: Build and push
- uses: docker/build-push-action@v2
- with:
- context: .
- push: true
- tags: amirpourmand/al-folio
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
deleted file mode 100644
index 0301f080..00000000
--- a/.github/workflows/deploy.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: deploy
-
-on:
- push:
- branches:
- - master
- - main
- pull_request:
- branches:
- - master
- - main
-
-jobs:
- deploy:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout code
- uses: actions/checkout@v3
- - name: Setup Ruby
- uses: ruby/setup-ruby@v1
- with:
- ruby-version: '3.0.2'
- bundler-cache: true
- - name: Install deps
- run: |
- npm install -g mermaid.cli
- - name: Setup deploy options
- id: setup
- run: |
- git config --global user.name "GitHub Action"
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- if [[ ${GITHUB_REF} = refs/pull/*/merge ]]; then # pull request
- echo "SRC_BRANCH=${GITHUB_HEAD_REF}" >> $GITHUB_OUTPUT
- echo "NO_PUSH=--no-push" >> $GITHUB_OUTPUT
- elif [[ ${GITHUB_REF} = refs/heads/* ]]; then # branch, e.g. master, source etc
- echo "SRC_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
- fi
- echo "DEPLOY_BRANCH=gh-pages" >> $GITHUB_OUTPUT
- - name: Deploy website
- run: yes | bash bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
- --src ${{ steps.setup.outputs.SRC_BRANCH }}
- --deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml
deleted file mode 100644
index 559bddf5..00000000
--- a/.github/workflows/jekyll-gh-pages.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-# Sample workflow for building and deploying a Jekyll site to GitHub Pages
-name: Deploy Jekyll with GitHub Pages dependencies preinstalled
-
-on:
- # Runs on pushes targeting the default branch
- push:
- branches: ["main"]
-
- # Allows you to run this workflow manually from the Actions tab
- workflow_dispatch:
-
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
-permissions:
- contents: read
- pages: write
- id-token: write
-
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
-concurrency:
- group: "pages"
- cancel-in-progress: false
-
-jobs:
- # Build job
- build:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- - name: Setup Pages
- uses: actions/configure-pages@v3
- - name: Build with Jekyll
- uses: actions/jekyll-build-pages@v1
- with:
- source: ./
- destination: ./_site
- - name: Upload artifact
- uses: actions/upload-pages-artifact@v2
-
- # Deployment job
- deploy:
- environment:
- name: github-pages
- url: ${{ steps.deployment.outputs.page_url }}
- runs-on: ubuntu-latest
- needs: build
- steps:
- - name: Deploy to GitHub Pages
- id: deployment
- uses: actions/deploy-pages@v2
diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 00000000..e69de29b
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 1807c888..00000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "cSpell.words": ["affordances", "interpretability", "visuomotor"]
-}
diff --git a/2023-11-09-dof-visual-place-recognition-satellite/2023-11-09-dof-visual-place-recognition-satellite.md b/2023-11-09-dof-visual-place-recognition-satellite/2023-11-09-dof-visual-place-recognition-satellite.md
deleted file mode 100644
index 65616c9e..00000000
--- a/2023-11-09-dof-visual-place-recognition-satellite/2023-11-09-dof-visual-place-recognition-satellite.md
+++ /dev/null
@@ -1,199 +0,0 @@
----
-layout: distill
-title: 6-DOF estimation through visual place recognition
-description: A neural Visual Place Recognition solution is proposed which could help an agent with a downward-facing camera (such as a drone) to geolocate based on prior satellite imagery of terrain. The neural encoder infers extrinsic camera parameters from camera images, enabling estimation of 6 degrees of freedom (6-DOF), namely 3-space position and orientation. By encoding priors about satellite imagery in a neural network, the need for the agent to carry a satellite imagery dataset onboard is avoided.
-date: 2023-11-09
-htmlwidgets: true
-
-# Anonymize when submitting
-# authors:
-# - name: Anonymous
-
-authors:
- - name: Andrew Feldman
- url: "https://andrew-feldman.com/"
- affiliations:
- name: MIT
-
-# must be the exact same name as your blogpost
-bibliography: 2023-11-09-dof-visual-place-recognition-satellite.bib
-
-# Add a table of contents to your post.
-# - make sure that TOC names match the actual section names
-# for hyperlinks within the post to work correctly.
-toc:
- - name: Introduction
- - name: Background
-# - name: Images and Figures
-# subsections:
-# - name: Interactive Figures
- - name: Proposed solution
- subsections:
- - name: Image-to-extrinsics encoder architecture
- - name: Data sources for offline training
- - name: Training and evaluation
- subsections:
- - name: Data pipeline
- - name: Training
- - name: Hyperparameters
- - name: Evaluation
-
-# Below is an example of injecting additional post-specific styles.
-# This is used in the 'Layouts' section of this post.
-# If you use this post as a template, delete this _styles block.
-_styles: >
- .fake-img {
- background: #bbb;
- border: 1px solid rgba(0, 0, 0, 0.1);
- box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
- margin-bottom: 12px;
- }
- .fake-img p {
- font-family: monospace;
- color: white;
- text-align: left;
- margin: 12px 0;
- text-align: center;
- font-size: 16px;
- }
----
-
-# Introduction
-
-The goal of this project is to demonstrate how a drone or other platform with a downward-facing camera could perform approximate geolocation through visual place recognition, using a neural scene representation of existing satellite imagery.
-
-Visual place recognition
A neural Visual Place Recognition solution is proposed which could help an agent with a downward-facing camera (such as a drone) to geolocate based on prior satellite imagery of terrain. The neural encoder infers extrinsic camera parameters from camera images, enabling estimation of 6 degrees of freedom (6-DOF), namely 3-space position and orientation. By encoding priors about satellite imagery in a neural network, the need for the agent to carry a satellite imagery dataset onboard is avoided.
The goal of this project is to demonstrate how a drone or other platform with a downward-facing camera could perform approximate geolocation through visual place recognition, using a neural scene representation of existing satellite imagery.
Visual place recognition
In this work, the goal is to compress the ground-truth image data into a neural model which maps live camera footage to geolocation coordinates.
Twitter user Stephan Sturges demonstrates his solution
The author of the above tweet employs a reference database of images. It would be interesting to eliminate the need for a raw dataset.
Thus, this works seeks to develop a neural network which maps a terrain image from the agent’s downward-facing camera, to a 6-DOF (position/rotation) representation of the agent in 3-space. Hopefully the neural network is more compact than the dataset itself - although aggressive DNN compression will not be a focus of this work.
The goal-statement - relating a camera image to a location and orientation in the world - has been deeply studied in computer vision and rendering
Formally
The mapping from world coordinates to pixel coordinates is framed as two composed transformations, described as sets of parameters
And so broadly speaking, this work strives to design a neural network that can map from an image (taken by the agent’s downward-facing camera) to camera parameters of the agent’s camera. With camera parameters in hand, geolocation parameters automatically drop out from extracting extrinsic translation parameters.
To simplify the task, assume that camera intrinsic characteristics are consistent from image to image, and thus could easily be calibrated out in any application use-case. Therefore, this work focuses on inferring extrinsic camera parameters from an image. We assume that pixels map directly into image space.
The structure of extrinsic camera parameters is as follows
where \(\mathbf{R}_{3 \times 3} \in \mathbb{R^{3 \times 3}}\) is rotation matrix representing the rotation from the world reference frame to the camera reference frame, and \(\mathbf{t}_{3 \times 1} \in \mathbb{R^{3 \times 1}}\) represents a translation vector from the world origin to the image/camera origin.
Then the image coordinates (a.k.a. camera coordinates) \(P_c\) of a world point \(P_w\) can be computed as
The goal of this work, is to train a neural network which maps an image drawn from \(R^{3 \times S \times S}\) (where \(S\) is pixel side-length of an image matrix) to a pair of camera extrinsic parameters \(R_{3 \times 3}\) and \(t_{3 \times 1}\):
\[\mathbb{R^{3 \times S \times S}} \rightarrow \mathbb{R^{3 \times 3}} \times \mathbb{R^3}\]The proposed solution is a CNN-based encoder which maps the image into a length-12 vector (the flattened extrinsic parameters); a hypothetical architecture sketch is shown below:
Online sources
The scope of the model’s evaluation is, that it will be trained to recognize aerial views of some constrained area i.e. Atlantic City New Jersey; this constrained area will be referred to as the “area of interest.”
The input to the data pipeline is a single aerial image of the area of interest. The output of the pipeline is a data loader which generates augmented images.
The image of the area of interest is \(\mathbb{R^{3 \times T \times T}}\) where \(T\) is the image side-length in pixels.
Camera images will be of the form \(\mathbb{R^{3 \times S \times S}}\) where \(S\) is the image side-length in pixels, which may differ from \(T\).
Each element of a batch from this dataloader, will be a tuple of (extrinsic parameters,camera image).
For a single epoch, measure the total MSE loss of the model’s extrinsic parameter estimates relative to the ground-truth.
Note that I am concurrently taking 6.s980 “Machine learning for inverse graphics” so I already have background in working with camera parameters, which should help me to complete this project on time.
This page does not exist. If you got here after having clicked on a link to review a blog post, it means the associated PR has not been merge yet. - It will be merged by the 19th of February 2023. - - Click here to be redirected to the home page.
+Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. Head back home to try finding it again.
{{ content.name }} | -{{ content.value }} | -
{{ item.date | date: "%b %-d, %Y" }} | -
- {% if item.inline -%}
- {{ item.content | remove: ' ' | remove: ' ' | emojify }} - {%- else -%} - {{ item.title }} - {%- endif %} - |
-
---|
No news so far...
- {%- endif %} -{{ project.description }}
-{{ project.description }}
-{{ page.subtitle }}
-an archive of posts in this category
-{{ post.date | date: "%b %-d, %Y" }} | -- {{ post.title }} - | -
---|
an archive of posts with this tag
-{{ post.date | date: "%b %-d, %Y" }} | -- {{ post.title }} - | -
---|
an archive of posts from this year
-{{ post.date | date: "%b %-d, %Y" }} | -- {{ post.title }} - | -
---|
{{ page.description }}
-{{ page.description }}
-- We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another. - —Anais Nin -- -*** - - -## Layouts - -The main text column is referred to as the body. -It is the assumed layout of any direct descendants of the `d-article` element. - -
.l-body
-.l-page
-.l-body-outset
-.l-page-outset
-.l-screen
-.l-screen-inset
-.l-gutter
-Training curve for U-Net with average relative L2 train and test loss
-U-Net's prediction of 2D Navier-Stokes for unseen test set (id=42)
-FNO2D's prediction of 2D Navier-Stokes for unseen test set (id=42)
-Training curve for FNO3D with average relative L2 train and test loss
-FNO3D's prediction of 2D Navier-Stokes for unseen test set (id=42)
-Visualizing weights in the Fourier layers
-Original with positional encoding
-No positional encoding
-FNO1d's prediction (1)
-FNO1d + LKA's prediction (1)
-FNO1d's prediction (2)
-FNO1d + LKA's prediction (2)
-- -
- - - - -In the three-dimensional Euclidean space, materials and physical systems in general, inherently exhibit rotation, translation, and inversion symmetries. These operations form the E(3) symmetry group, a group of transformations that preserve the Euclidean distance between any two points in 3D space. When adopting a graph-based approach, a generic GNN may be sensitive to these operations, but an E(3) equivariant GNN excels in handling such complexities. Its inherent capability to grasp rotations, translations, and inversions allows for a more nuanced understanding, enabling the capture of underlying physical symmetries within the material structures [[Batzner et al, 2022](@batzner20223)]. - - - -## Data - -The MD 17 dataset, an extensive repository of ab-initio molecular dynamics trajectories [[Chmiela et al, 2019](@chmiela2019sgdml)], was employed in this study. - -Each trajectory within the dataset includes Cartesian positions of atoms (in Angstrom), their atomic numbers, along with total energy (in kcal/mol) and forces (kcal/mol/Angstrom) acting on each atom. The latter two parameters serve as regression targets in analyses. - -Our focus narrowed down to the molecules Aspirin, Ethanol, and Toluene: - -- All models are wrong, but some are useful. - —George Box -- -Deep neural networks are incredibly capable of generating models from data. Whether these are models that allow for the classification of images, the generation of text, or the prediction of a physical system’s dynamics, neural networks have proliferated as a favored way of extracting useful, predictive information from set of data
AUC / TPR$_{0.1}$ | -Method | -||
---|---|---|---|
Augmentation | -Divergence | -Reconstruction | -ResNet | -
No Aug. | -0.4535 / 0.078 | -0.7310 / 0.000 | -1.000 / 1.000 | -
Crop | -0.4862 / 0.092 | -0.4879 / 0.064 | -1.000 / 1.000 | -
Gray. | -0.4394 / 0.056 | -0.7193 / 0.000 | -1.000 / 1.000 | -
H. Flip | -0.4555 / 0.084 | -0.7305 / 0.000 | -1.000 / 1.000 | -
Rotate | -0.4698 / 0.062 | -0.6937 / 0.000 | -0.9952 / 0.984 | -
Color Jitter | -0.4647 / 0.082 | -0.7219 / 0.000 | -1.000 / 1.000 | -
(a) Divergence
- {% include figure.html path="assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc.png" class="img-fluid" %} -(b) Reconstruction
- {% include figure.html path="assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc.png" class="img-fluid" %} -(c) ResNet
- {% include figure.html path="assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc.png" class="img-fluid" %} -(a) Divergence
- -(b) Reconstruction
- -(c) ResNet
- -Retrieved from https://conflictforecast.org
- -Political conflicts are multifaceted and dynamic, posing significant challenges for researchers attempting to decode their intricate patterns. Traditional methods, while insightful, often grapple with the dual challenges of scale and specificity. This project embarks on an innovative journey to bridge this gap, leveraging a frame-semantic parser to illustrate its applicability for the task and to discuss an approach to achieve domain-specificity for the model using semantic similarity. By synthesizing the depth of qualitative research into the scalability of quantitative methods, we aim to contribute to more informed analyses and actions in low-resource, low-tech domains like conflict studies. - -On this journey, the projects key contributions are: - -1. **Advancing Frame-Semantic Parsing in Conflict Research**: We introduce the frame-semantic parser, a method that brings a high degree of explainability to conflict studies. Particularly when used in conjunction with news articles, this parser emerges as a powerful tool in areas where data is scarce, enabling deeper insights into the nuances of political conflicts. - -2. **Harnessing Semantic Similarity for Domain Attunement**: The project underscores the significance of semantic similarity analysis as a precursor to frame-semantic parsing. This approach finely tunes the parser to specific thematic domains, addressing the gaps often present in domain distribution of common data sources. It illustrates how tailoring the parser input can yield more contextually relevant insights. - -3. **Demonstrating Domain-Dependent Performance in Frame-Semantic Parsing**: We delve into the impact of thematic domains on the performance of a transformer-based frame-semantic parser. The research highlights how the parser's effectiveness varies with the domain of analysis, primarily due to biases and structural peculiarities in the training data. This finding is pivotal for understanding the limitations and potential of semantic parsing across different contexts. - -4. **Developing Domain-Specific Performance Metrics**: In environments where additional, domain-specific labeled test data is scarce, the project proposes an intuitive method to derive relevant performance metrics. This approach not only aligns the evaluation more closely with the domain of interest but also provides a practical solution for researchers working in resource-constrained settings. - - -## Literature Background - -### Qualitative Research on Conflicts - - -Qualitative research has long been a cornerstone in the study of political conflicts. This body of work, now well-established, emphasizes the unique nature of each conflict, advocating for a nuanced, context-specific approach to understanding the drivers and dynamics of conflicts. Researchers in this domain have developed a robust understanding of the various pathways that lead to conflicts, highlighting the importance of cultural, historical, and socio-political factors in shaping these trajectories. While rich in detail and depth, this approach often faces challenges in scalability and systematic analysis across diverse conflict scenarios. - -### The Role of Quantitative Methods - -The emergence of computational tools has spurred a growing interest in quantitative approaches to conflict research. -These methods primarily focus on predicting the severity and outcomes of ongoing conflicts, with some successCounts of Articles over Time
- -To understand the content of our dataset's news articles better, we utilized the *TfidfVectorizer*, a powerful tool that transforms text into a numerical representation, emphasizing key words based on their frequency and distinctiveness within the dataset. To ensure focus on the most relevant terms, we filtered out commonly used English stopwords. The *TfidfVectorizer* then generated a *tf-idf matrix*, assigning weights to words that reflect their importance in the overall dataset. By summing the Inverse Document Frequency (IDF) of each term, we obtained the adjusted frequencies that helped identify the most influential words in our corpus. To visually represent these findings, we created a word cloud (see below), where the size of each word correlates with its relative importance. - -{% include figure.html path="/assets/img/2023-11-09-conflict-causality/img3_wordcloud.png" class="img-fluid" %} -Word Cloud for Entire News Article Dataset (tf-idf adjusted)
- -## Methodology - -We showcase the applicability of a frame-semantic parsing to the study of conflicts and inform the model with domain-specific seed phrases identified through semantic similarity analysis. This approach not only demonstrates the effectiveness of the method in conflict studies but also showcases how domain-specific applications of deep learning tasks can be accurately applied and measured. Thus, we not only validate the utility of frame-semantic parsing in conflict analysis but also explore innovative ways to tailor and evaluate domain-specific performance metrics. - -### The Frame-Semantic Parser - -#### Contextualizing the Approach - -In the pursuit of bridging the gap between the robust theoretical understanding of conflict dynamics and the practical challenges in data availability, the frame-semantic parser emerges as a promising methodological tool. In a recent study (Retrieved from https://github.com/swabhs/open-sesame
- - -#### How Does a Frame-Semantic Parser Work? - -At the heart of frame-semantic parsing, as conceptualized byPerformance Evaluation of Frame-Semantic Parser
- -## Conclusion & Limitations - -This project has embarked on an innovative journey, merging advanced natural language processing techniques with the intricate study of conflict. By harnessing the power of a transformer-based frame-semantic parser and integrating semantic similarity analysis, we have made significant strides in identifying causal relationships within news articles. This methodology has not only illuminated the dynamics of conflict as portrayed in media but also demonstrated the adaptability and potential of frame-semantic parsing in domain-specific applications. - -### Key Findings - -1. **Utility of Frame-Semantic Parsing**: Our work has showcased the frame-semantic parser as a valuable and explainable tool, particularly effective in data-scarce environments like conflict research. Its ability to contextualize information and discern nuanced semantic relationships makes it an indispensable asset in understanding complex thematic domains. - -2. **Semantic Similarity for Domain-Specific Perspective**: We illustrated the effectiveness of using semantic similarity to refine seed phrases, thereby tailoring the frame-semantic parser to the specific domain of conflict. This approach has proven to be a straightforward yet powerful means to customize advanced NLP models for targeted analysis. - -3. **Dependence on Domain for Model Performance**: Our findings highlight a significant insight: the performance of general-purpose language models can vary depending on the domain of application. This observation underscores the need for domain-specific tuning to achieve optimal results in specialized contexts. - -4. **Development of Domain-Specific Performance Metrics**: We proposed and validated a practical approach to developing domain-specific metrics, especially useful in resource-constrained environments. This methodology enables a nuanced evaluation of model performance tailored to specific thematic areas. - -### Limitations & Future Research - -Despite the promising results, our project is not without its limitations, which pave the way for future research opportunities: - -1. **Data Dependency**: The effectiveness of our approach is heavily reliant on the quality and diversity of the news article dataset. Biases in media reporting or limitations in the scope of articles can skew the analysis and affect the accuracy of the results. In an extended version of the project - and with funding - one could switch to the [Factiva](https://www.dowjones.com/professional/factiva/) dataset. - -2. **Applicability of Domain-Specificity to Other Themes**: While our method has shown efficacy in the context of conflict analysis, its applicability to other specific domains requires further exploration. Future research could test and refine our approach across various thematic areas to assess its broader utility. - -3. **Model Complexity and Interpretability**: While we have emphasized the explainability of the frame-semantic parser, the inherent complexity of transformer-based models can pose challenges in terms of scaling and deployment. Future work could focus on simplifying these models without compromising their performance - for instance via pruning and quantization. - -4. **Expansion of Semantic Similarity Techniques**: Our semantic similarity analysis was instrumental in refining seed phrases, but there is room for further enhancement. Incorporating more advanced semantic analysis techniques could yield even more precise and relevant seed phrases. While we found alternative methods, like BERT-based approaches to not yield significant improvements, ever more models flood the market. - -5. **Integration with Other Data Sources**: Expanding the dataset beyond news articles to include social media, governmental reports, or academic literature could provide a more holistic view of conflict narratives and their causal relations. - -In conclusion, our project represents a significant step forward in the intersection of natural language processing and conflict research. By addressing these limitations and building on our foundational work, future research can continue to push the boundaries of what is possible in this exciting and ever-evolving field. - diff --git a/_posts/2023-11-09-contrastivediffusion-image2video.md b/_posts/2023-11-09-contrastivediffusion-image2video.md deleted file mode 100644 index 84260721..00000000 --- a/_posts/2023-11-09-contrastivediffusion-image2video.md +++ /dev/null @@ -1,128 +0,0 @@ ---- -layout: distill -title: Robust Image to Video Generation Using Contrastive Diffusion Over Latents -description: Image-to-video (I2V) may be the next frontier of generative deep learning capabilities, but current models struggle with robustness, largely due to the implicit, rather than explicit, representation learning objective during traditional diffusion model training. Hence, we propose a new technique where a pre-trained contrastive model is used to train a diffusion model with a custom contrastive loss function to operate within a learned structured latent space for I2V problems, yielding, in theory, more structurally sound videos without loss of contextual information. -date: 2023-11-09 -htmlwidgets: true - -# Anonymize when submitting -# authors: -# - name: Anonymous - -authors: - - name: Rishab Parthasarathy - affiliations: - name: MIT CSAIL - - name: Theo Jiang - affiliations: - name: MIT CSAIL - -# must be the exact same name as your blogpost -bibliography: 2023-11-09-contrastivediffusion-image2video.bib - -# Add a table of contents to your post. -# - make sure that TOC names match the actual section names -# for hyperlinks within the post to work correctly. -toc: - - name: Introduction and Motivation - - name: Related Work - - name: Proposed Project Outline - - name: Evaluation - subsections: - - name: Generation Quality - - name: Use of Contrastive Latent Space - - name: Implementation/Deliverables - -# Below is an example of injecting additional post-specific styles. -# This is used in the 'Layouts' section of this post. -# If you use this post as a template, delete this _styles block. -_styles: > - .fake-img { - background: #bbb; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1); - margin-bottom: 12px; - } - .fake-img p { - font-family: monospace; - color: white; - text-align: left; - margin: 12px 0; - text-align: center; - font-size: 16px; - } ---- - -## Introduction and Motivation - -With recent advances in computer vision and generative AI, we all have observed the various feats that diffusive models have achieved in conditional image generation. These models have demonstrated unparalleled ability in creativity, fidelity, and relevance when generating images from text prompts. Given this explosive success of diffusion for the task of image generation, the idea of applying the same concepts to conditional video generation seems like a logical follow-up. Yet, the field still lacks robust and compelling methods for conditional video generation with diffusion models. This raises the question: why might this be? Or perhaps a follow-up: what makes videos so hard in comparison to images? - -In an attempt to address our first question, if we take a brief dive into previous literature, we will find that the issue is not a lack of effort. Ho et al.Let the final point be $f_{\mathrm{poisson}}(\mathrm{y}; p_{\mathrm{y}})$. Then the distribution of $p_{f_{\mathrm{poisson}}}(\cdot)$ approaches uniform as $R \to \infty$.
- -In practice, since we want to take $s = 0$ to $R$, we do a change of variables to write the ODE as - -$$ -\frac{d \tilde{\mathrm{y}}}{ds} = \frac{1}{E_{p_{\tilde{\mathrm{y}}}}(\tilde{\mathrm{y}})^T \tilde{\mathrm{y}}} \cdot E_{p_{\tilde{\mathrm{y}}}}(\tilde{\mathrm{y}}) -$$ - -Note that the field stated here isn't actually used directly, it is rather learned through a deep neural network. This is possible since the integral can be replaced with an expectation, which itself can be approximated through Monte-Carlo methods. - -Since Poisson flows allow us to map arbitrary distributions to uniform ones, while preserving continuity; they are an extremely powerful tool to further understand the effects of uniformity. This brings us to our main hypothesis - -## Hypothesis - - -> Assume that uniformity acts more than just a regularizing term for learning useful representations. Then if we take any well-aligned features that have good downstream performance, and apply a continuous map that imposes uniformity, our new features should perform better at downstream tasks - -This is because if uniformity is simply a regularizing term, then training them for the downstream task is the best we can do. This hypothesis itself is counterintuitive because the original features should already be well-trained against the task at hand. However, surprisingly, this hypothesis seems to hold true. To show this, we describe the following experiment. - - -## Experiment - -We consider the pen-ultimate layer of AlexNetSentence | -about | -bird | -bird, | -heard | -is | -the | -word | -you | -
---|---|---|---|---|---|---|---|---|
About the bird, the bird, bird bird bird | -1 | -3 | -2 | -0 | -0 | -2 | -0 | -0 | -
You heard about the bird | -1 | -1 | -0 | -1 | -0 | -1 | -0 | -1 | -
The bird is the word | -0 | -1 | -0 | -0 | -1 | -2 | -1 | -0 | -
Task | -Classification | -Clustering | -Retrieval | -
---|---|---|---|
Dataset | -MASSIVE | -Reddit and TwentyNewsgroup | -SciFact | -
Semantic Text Similarity | -Summarization | -Reranking | -Pair Classification | -
STS-22 | -SummEval | -MIND | -Twitter URL Corpus | -
Keyboard | -Guitar | -String | -Synth Lead | -
---|---|---|---|
- | - | - | - |
-Figure 3.1. Original images from dataset -
- --Figure 3.2. Images after preprocessing -
- -Next, noise is added to the images. For this, we use the DDPMScheduler with the default parameters from Diffusers. The model is then trained on the noisy image, and evaluated. For evaluation, the model is tested on sixteen different images previously sampled randomly from the training dataset and set aside as test images. These images are noised using the scheduler in the same way as the rest of the images, and the model is run on the noised images to retrieve the original images. - -| Control Parameters | -| ---------|----------|----------| -| noise_timesteps| 50 | -| num_epochs| 50 | -| beta_start| 0.0001 | -| beta_max| 0.02 | -| variance_type| "fixed_large" | -|resnet layers per unet block| 2 | - -Figure 4.1. Showing default parameters used in the diffusion model - -- -Figure 4.2. Figure depicting the UNet architecture used in the model -
- -Initially, a quantitative method of evaluation was considered, and some losses were computed between the test images before noising and the corresponding test results after denoising. While these measurements were computed, they didn’t seem as valuable as simply looking at the image because of the various patterns between images that a loss function cannot always capture (ie how similar is the butterfly and the pattern of the butterfly to the initial image). As an example, the image on the left receives a lower mean squared error loss than the image on the right, yet looking at them, it is apparent that the denoised version on the right is better. Thus, the evaluation here mostly presents the model outputs for us to qualitatively compare across different variations. - -- -Figure 4.3. Showing two outputs of different models given the same input. MSE Loss proved to be unreliable for this task as the loss of the left image compared to the control was less than the loss of the right image due to rgb shift -
- - -After the control, this process is repeated for a variety of parameters carefully chosen and model architecture modifications to evaluate the best variation for use in this low-light scenario. - -## Results/Discussion - - -The results of the control are as seen in the introduction above. The result of the dim images is on the left, while the result of the brighter images is on the right. - - - -Figure 5.1. The left shows the output of the control model trained on the dim images and the right shows it trained on the bright images - -One of the most pressing problems seen on the dimmer images is the rgb shift. As discussed in the background, the variance, which partly controls how aggressively the model is denoised, can help with rgb shift because it larger denoising can retrieve details lost in noise. Thus, the first modification is changing the variance type from “fixed_small” to “fixed_large.” This modification, after training, resulted in the evaluation images below. - -- -
--Figure 5.2. Result of evaluation after changing variance -
- -As we can see, this helped greatly with the rgb shift issue, and eliminated the background discoloration for several of the images. Certain images, such as the second row on the left-most column and the third from the left on the bottom row also show huge detail improvements. For the reasons discussed earlier, this is expected as a result of larger denoising, since it can clear away ome artifacts. The only image that showed a decrease in quality after the variance change was the right-most image in the top row. - -Now that some of the rgb shift has been resolved, we move to tackling the loss of detail in many of these evaluation images. One classic approach to loss of information is simply increasing the capacity of the model to learn. In more technical terms, by increasing the number of ResNet layers per UNet block, we may allow the model to capture more intricate features and details. Deeper layers can learn hierarchical representations, potentially improving the ability to encapsulate fine-grained information. To do this, we edit our model architecture to make each UNet block deeper. - - - -Figure 5.3. The left image shows the output of the new change in model architecture on the dimmed dataset, while the right image shows the bright dataset control output for color comparison - -A huge improvement can be seen just by deepening the model architecture and at least the outline of every butterfly is now visible. However, this still hasn’t solved the problem of rgb shift. As we can see, the butterflies in the denoised dim images are all skewed yellow, while the butterflies in the denoised control bright images are all of varying colors. Next, we try to train with various betas in the scheduler to tackle this issue. As discussed before, higher beta values can help with rgb shift. However, higher values can also lead to loss of detail. The beta_start for the control was 0.0001 and the beta_max was 0.02. Thus, we try two combinations of start and max: 0.001 and 0.01, and 0.0005 and 0.015. - - --Figure 5.4. The left figure shows the output for beta start = 0.001 and beta end = 0.01, and the right figure shows the output for beta start = 0.0005 and beta end = 0.15 -
-As seen above, this modification was unsuccessful, and the images have much less detail than before and the rgb shift is worse than before. This may be because the biggest issue is the distortion of colors and blurring, and thus, a high beta value and larger denoising is needed to fix these issues rather than smaller denoising as was previously hypothesized. This future modification is not analyzed in this project, but would be interesting to see in the future. - -## Future Directions -There are several limitations and future directions worth discussing. For one, this project investigates a specific model, the DDPM model. The DDPM model was chosen for various reasons, but mostly because it draws a balance between detail and also efficiency. In the future, multiple models could be considered to figure out which is really best for image generation under low-light scenarios. In addition, this work only focuses on one dataset of butterflies, and generates “low-light” data by reducing the brightness of the original dataset. This is good evidence for the success of the methods presented, but additional datasets and real data taken from environments with low-light would have lended more evidence to the success of the methods. In addition, the amount of data and depth of the models used had to be limited used to gpu usage limits. A model trained for more epochs with data may work better than this one. In addition, a good future starting point for this work would be to work with the beta start and beta max to figure out how to improve the rgb shift, which I believe would help with the detail in the dim images. - - - - - diff --git a/_posts/2023-11-11-denoisingVAE.md b/_posts/2023-11-11-denoisingVAE.md deleted file mode 100644 index 00c7a196..00000000 --- a/_posts/2023-11-11-denoisingVAE.md +++ /dev/null @@ -1,250 +0,0 @@ ---- -layout: distill -title: Comparing data augmentation using VAEs and denoising-VAEs for limited noisy datasets -description: -date: 2023-11-11 -htmlwidgets: true - -# Anonymize when submitting -# authors: -# - name: Anonymous - -authors: - - name: Pranay Agrawal - affiliations: - name: MIT - -# must be the exact same name as your blogpost -bibliography: 2023-11-11-denoisingVAE.bib - -# Add a table of contents to your post. -# - make sure that TOC names match the actual section names -# for hyperlinks within the post to work correctly. -toc: - - name: Background - - name: Motivation - - name: Research Problem Statement - - name: Methods - subsections: - - name: Dataset Selection and Preparation - - name: VAE and DVAE - Architecture and Hyperparameters - - name: Data Augmentation - - name: Classification Network(CNN) Architecture - - name: Results - subsections: - - name: VAE-DVAE performance - - name: Latent Space Visualization - - name: Classification Performance - subsections: - - name: Artificially corrupted Fashion-MNIST - - name : Conclusion - -# Below is an example of injecting additional post-specific styles. -# This is used in the 'Layouts' section of this post. -# If you use this post as a template, delete this _styles block. -_styles: > - .fake-img { - background: #bbb; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1); - margin-bottom: 12px; - } - .fake-img p { - font-family: monospace; - color: white; - text-align: left; - margin: 12px 0; - text-align: center; - font-size: 16px; - } ---- - -## Background - -One of the significant challenges in this evolving landscape of machine learning is the prevalance of limited and noisy datasets. Traditional models and downstream tasks such as classification often struggle with such datasets, leading to suboptimal performance and a lack of generalizability. - -Could this be tackled using auto-encoders, specifically, Denoising Autoencoders (DAE) and Variational Autoencoders (VAE)? Denoising autoencoders (DAE) are trained to reconstruct their clean inputs with noise injected at the input level, while variational autoencoders (VAE) are trained with noise injected in their stochastic hidden layer, with a regularizer (KL divergence) that encourages this noise injection. But what if we could combine these strengths? - -## Motivation - -Denoising autoencoders (DAE)Adilova, L., Andriushchenko, M., Kamp, M., Fischer, A., & Jaggi, M. (2023). Layer-wise Linear Mode Connectivity.
- -Frankle, J., Dziugaite, G. K., Roy, D. M., & Carbin, M. (2020). Linear Mode Connectivity and the Lottery Ticket Hypothesis.
- -Zhang, Q., Zuo, S., Liang, C., Bukharin, A., He, P., Chen, W., & Zhao, T. (2022). PLATON: Pruning Large Transformer Models with Upper Confidence Bound of Weight Importance. In K. Chaudhuri, S. Jegelka, L. Song, C. Szepesvari, G. Niu, & S. Sabato (Eds.), Proceedings of the 39th International Conference on Machine Learning (Vol. 162, pp. 26809–26823). PMLR. https://proceedings.mlr.press/v162/zhang22ao.html
- -Kwon, W., Kim, S., Mahoney, M. W., Hassoun, J., Keutzer, K., & Gholami, A. (2022). A fast post-training pruning framework for transformers. Advances in Neural Information Processing Systems, 35, 24101–24116.
- -Dosovitskiy, A., Beyer, L., Kolesnikov, A., Weissenborn, D., Zhai, X., Unterthiner, T., Dehghani, M., Minderer, M., Heigold, G., Gelly, S., Uszkoreit, J., & Houlsby, N. (2021). An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale.
- -Shen, X., Kong, Z., Qin, M., Dong, P., Yuan, G., Meng, X., Tang, H., Ma, X., & Wang, Y. (2023). Data Level Lottery Ticket Hypothesis for Vision Transformers.
- -Chen, T., Frankle, J., Chang, S., Liu, S., Zhang, Y., Wang, Z., & Carbin, M. (2020). The Lottery Ticket Hypothesis for Pre-trained BERT Networks.
- - - - - - - - diff --git a/_posts/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias.md b/_posts/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias.md deleted file mode 100644 index 2ae60588..00000000 --- a/_posts/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias.md +++ /dev/null @@ -1,165 +0,0 @@ ---- -layout: distill -title: Recovering Latent Variables with VAEs despite Training Bias -description: Final Project Blog -date: 2022-12-01 -htmlwidgets: true - -# Anonymize when submitting -authors: - - name: Anonymous - -# authors: -# - name: Patrick Timons -# affiliations: -# name: MIT - -# must be the exact same name as your blogpost -bibliography: 2023-12-12-Recovering Latent Variables with VAEs despite Training Bias.bib - -# Add a table of contents to your post. -# - make sure that TOC names match the actual section names -# for hyperlinks within the post to work correctly. -toc: - - name: Introduction - - name: Background - subsections: - - name: Data - subsections: - - name: Training Data - - name: Test Dataset - - name: Training - - name: Related Work - - name: Set-up and Methods - - name: Results - subsections: - - name: Training Observations - - name: Evaluation - - name: Conclusion and Future Work - - -# Below is an example of injecting additional post-specific styles. -# This is used in the 'Layouts' section of this post. -# If you use this post as a template, delete this _styles block. -_styles: > - .fake-img { - background: #bbb; - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1); - margin-bottom: 12px; - } - .fake-img p { - font-family: monospace; - color: white; - text-align: left; - margin: 12px 0; - text-align: center; - font-size: 16px; - } ---- - -## Introduction - -In this age of abundant unlabeled data, unsupervised learning is capitalizing to power the generative models that are eating the world. Large Language Models and Diffusion models are focalizing most of the mainstream hype and therefore siphoning attention from other generative models. In particular, the Variational Autoencoders (VAE) is a model architecture that has been arguably overlooked in the recent onslaught for scaling transformer and diffusion-based models. VAEs are a promising latent variable model that allows for the learning of disentangled latent variables that model data. - -As models scale in size, so is concern for the lack of interpretability associated with Neural Networks. Latent variable models offer a solution to this problem since they can learn variables that factorize the data generation process. VAEs are particularly well suited for learning latent variables in an unsupervised setting since they use an unsupervised learning objective and are regularized to learn disentangled encodings of our data. VAEs have been applied in a broad breadth of settings, such as classifying out-of-distribution data-{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40.png" class="img-fluid rounded z-depth-1" %} -
- -While transformers did perform better than LSTMs, it's not like the LSTM did a horrible job. We notice that at the peaks, the LSTM overshot more than the transformer and at the troughs, the LSTM undershot. However, overall, both architectures still had good results. In the context of the size of time series data, transformers do seem more promising given the loss figure above. It seems that LSTMs are losing that dependency on old observations while transformers are gaining ground as the size of the dataset increases. While-
LSTM | -Transformer | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001.png" class="img-fluid rounded z-depth-1" %} | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002.png" class="img-fluid rounded z-depth-1" %} | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005.png" class="img-fluid rounded z-depth-1" %} | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01.png" class="img-fluid rounded z-depth-1" %} | -
-
LSTM | -Transformer | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10.png" class="img-fluid rounded z-depth-1" %} | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50.png" class="img-fluid rounded z-depth-1" %} | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80.png" class="img-fluid rounded z-depth-1" %} | -
{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100.png" class="img-fluid rounded z-depth-1" %} | -{% include figure.html path="assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100.png" class="img-fluid rounded z-depth-1" %} | -
- We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another. - —Anais Nin -- -*** - - -## Layouts - -The main text column is referred to as the body. -It is the assumed layout of any direct descendants of the `d-article` element. - -
.l-body
-.l-page
-.l-body-outset
-.l-page-outset
-.l-screen
-.l-screen-inset
-.l-gutter
-Coarse-to-Fine: a Hierarchical Diffusion Model for Molecule Generation in 3D. (2023). ArXiV.
Equivariant Diffusion for Molecule Generation in 3D. (2022). ArXiV.
Geometric Latent Diffusion Models for 3D Molecule Generation. (2022). ArXiV.
\ No newline at end of file diff --git a/assets/bibliography/mogesyeabsira_119715_3770730_papers.bib b/assets/bibliography/mogesyeabsira_119715_3770730_papers.bib deleted file mode 100644 index 4c96f7fd..00000000 --- a/assets/bibliography/mogesyeabsira_119715_3770730_papers.bib +++ /dev/null @@ -1,13 +0,0 @@ ---- ---- - -@string{aps = {GAN,}} - - -@article{einstein1950meaning, - abbr={GAN}, - bibtex_show={true}, - title={HOW POWERFUL ARE GRAPH NEURAL NETWORKS?}, - link={https://arxiv.org/pdf/1810.00826.pdf}, - year={2019}, -} \ No newline at end of file diff --git a/assets/bibliography/mogesyeabsira_119715_3770730_papers/index.html b/assets/bibliography/mogesyeabsira_119715_3770730_papers/index.html new file mode 100644 index 00000000..94626bf4 --- /dev/null +++ b/assets/bibliography/mogesyeabsira_119715_3770730_papers/index.html @@ -0,0 +1 @@ +HOW POWERFUL ARE GRAPH NEURAL NETWORKS? (2019).
\ No newline at end of file diff --git a/assets/bibliography/papers.bib b/assets/bibliography/papers.bib deleted file mode 100644 index f91d23bf..00000000 --- a/assets/bibliography/papers.bib +++ /dev/null @@ -1,82 +0,0 @@ ---- ---- - -@string{aps = {American Physical Society,}} - -@book{einstein1956investigations, - bibtex_show={true}, - title={Investigations on the Theory of the Brownian Movement}, - author={Einstein, Albert}, - year={1956}, - publisher={Courier Corporation,}, - preview={brownian-motion.gif} -} - -@article{einstein1950meaning, - abbr={AJP}, - bibtex_show={true}, - title={The meaning of relativity}, - author={Einstein, Albert and Taub, AH}, - journal={American Journal of Physics,}, - volume={18}, - number={6}, - pages={403--404}, - year={1950}, - publisher={American Association of Physics Teachers,} -} - -@article{PhysRev.47.777, - abbr={PhysRev}, - title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?}, - author={Einstein, A. and Podolsky, B. and Rosen, N.}, - abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.}, - journal={Phys. Rev.,}, - volume={47}, - issue={10}, - pages={777--780}, - numpages={0}, - year={1935}, - month={May}, - publisher=aps, - doi={10.1103/PhysRev.47.777}, - url={http://link.aps.org/doi/10.1103/PhysRev.47.777}, - html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777}, - pdf={example_pdf.pdf}, - selected={true} -} - -@article{einstein1905molekularkinetischen, - title={ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Flssigkeiten suspendierten Teilchen}, - author={Einstein, A.}, - journal={Annalen der physik,}, - volume={322}, - number={8}, - pages={549--560}, - year={1905}, - publisher={Wiley Online Library} -} - -@article{einstein1905movement, - abbr={Ann. Phys.}, - title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat}, - author={Einstein, A.}, - journal={Ann. Phys.,}, - volume={17}, - pages={549--560}, - year={1905} -} - -@article{einstein1905electrodynamics, - title={On the electrodynamics of moving bodies}, - author={Einstein, A.}, - year={1905} -} - -@book{przibram1967letters, - bibtex_show={true}, - title={Letters on wave mechanics}, - author={Einstein, Albert and Schrödinger, Erwin and Planck, Max and Lorentz, Hendrik Antoon and Przibram, Karl}, - year={1967}, - publisher={Vision}, - preview={wave-mechanics.gif} -} diff --git a/assets/bibliography/papers/index.html b/assets/bibliography/papers/index.html new file mode 100644 index 00000000..65ea9366 --- /dev/null +++ b/assets/bibliography/papers/index.html @@ -0,0 +1 @@ +Einstein, A. (1956). Investigations on the Theory of the Brownian Movement. Courier Corporation,
Einstein, A., & Taub, A. H. (1950). The meaning of relativity. American Journal of Physics, 18(6), 403–404.
Einstein, A., Podolsky, B., & Rosen, N. (1935). Can Quantum-Mechanical Description of Physical Reality Be Considered Complete? Phys. Rev., 47(10), 777–780. https://doi.org/10.1103/PhysRev.47.777
Einstein, A. (1905). ber die von der molekularkinetischen Theorie der Wärme geforderte Bewegung von in ruhenden Flssigkeiten suspendierten Teilchen. Annalen Der Physik, 322(8), 549–560.
Einstein, A. (1905). Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat. Ann. Phys., 17, 549–560.
Einstein, A. (1905). On the electrodynamics of moving bodies.
Einstein, A., Schrödinger, E., Planck, M., Lorentz, H. A., & Przibram, K. (1967). Letters on wave mechanics. Vision.
\ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 00000000..8a7a1dc4 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,3 @@ +:root{--global-bg-color:#fff;--global-code-bg-color:rgba(181,9,172,0.05);--global-text-color:#000;--global-text-color-light:#828282;--global-theme-color:#2698ba;--global-hover-color:#2698ba;--global-footer-bg-color:#1c1c1d;--global-footer-text-color:#e8e8e8;--global-footer-link-color:#fff;--global-distill-app-color:#828282;--global-divider-color:rgba(0,0,0,.1);--global-card-bg-color:#fff}:root .fa-sun{display:none}:root .fa-moon{padding-left:10px;padding-top:12px;display:block}:root .repo-img-light{display:block}:root .repo-img-dark{display:none}.header-background .img{background-repeat:no-repeat;background-size:400px;background-position:center bottom;height:12em;margin-bottom:0;margin-top:-2.7em}html[data-theme=dark]{--global-bg-color:#1c1c1d;--global-code-bg-color:#2c3237;--global-text-color:#e8e8e8;--global-text-color-light:#e8e8e8;--global-theme-color:#2698ba;--global-hover-color:#2698ba;--global-footer-bg-color:#e8e8e8;--global-footer-text-color:#1c1c1d;--global-footer-link-color:#000;--global-distill-app-color:#e8e8e8;--global-divider-color:#424246;--global-card-bg-color:#212529}html[data-theme=dark] .fa-sun{padding-left:10px;padding-top:12px;display:block}html[data-theme=dark] .fa-moon{display:none}html[data-theme=dark] .repo-img-light{display:none}html[data-theme=dark] .repo-img-dark{display:block}html[data-theme=dark] .header-background .img{background-repeat:no-repeat;background-size:400px;background-position:center bottom;height:12em;margin-bottom:0;margin-top:-2.7em}body{padding-bottom:70px;color:var(--global-text-color);background-color:var(--global-bg-color)}body h1,body h2,body h3,body h4,body h5,body h6{scroll-margin-top:66px}body.fixed-top-nav{padding-top:56px}body.sticky-bottom-footer{padding-bottom:0}.container{max-width:1000px}.profile img{width:100%}p,h1,h2,h3,h4,h5,h6,em,div,li,span,strong{color:var(--global-text-color)}hr{border-top:1px solid var(--global-divider-color)}table td,table th{color:var(--global-text-color)}table td{font-size:1rem}a,table.table a{color:var(--global-theme-color)}a:hover,table.table a:hover{color:var(--global-theme-color);text-decoration:underline}a:hover:after :not(.nav-item.dropdown),table.table a:hover:after :not(.nav-item.dropdown){width:100%}figure,img{max-width:90vw}blockquote{background:var(--global-bg-color);border-left:2px solid var(--global-theme-color);margin:1.5em 10px;padding:.5em 10px;font-size:1.1rem}.equation{margin-bottom:1rem;text-align:center}.caption{font-size:.875rem;margin-top:.75rem;margin-bottom:1.5rem;text-align:center}.card{background-color:var(--global-card-bg-color)}.card img{width:100%}.card .card-title{color:var(--global-text-color)}.card .card-item{width:auto;margin-bottom:10px}.card .card-item .row{display:flex;align-items:center}.citation,.citation-number{color:var(--global-theme-color)}.profile{width:100%}.profile .address{margin-bottom:5px;margin-top:5px;font-family:monospace}.profile .address p{display:inline-block;margin:0}.profile.float-right{margin-left:1rem}.profile.float-left{margin-right:1rem}@media(min-width:576px){.profile{width:30%}.profile .address p{display:block}}.post-description{margin-bottom:2rem;font-size:.875rem}.post-description a{color:inherit}.post-description a:hover{color:var(--global-theme-color);text-decoration:none}.navbar{box-shadow:none;border-bottom:1px solid var(--global-divider-color);background-color:var(--global-bg-color);opacity:.95}.navbar .dropdown-menu{background-color:var(--global-bg-color);border:1px solid var(--global-divider-color)}.navbar .dropdown-menu a:not(.active){color:var(--global-text-color)}.navbar .dropdown-menu a:hover{color:var(--global-hover-color)}.navbar .dropdown-menu .dropdown-divider{border-top:1px solid var(--global-divider-color)!important}.dropdown-item{color:var(--global-text-color)}.dropdown-item:hover{color:var(--global-hover-color);background-color:var(--global-bg-color)}.navbar.navbar-light a:hover{text-decoration:none}.navbar.navbar-light .navbar-brand{color:var(--global-text-color)}.navbar.navbar-light .navbar-nav .nav-item .nav-link{color:var(--global-text-color)}.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover{color:var(--global-hover-color)}.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link{background-color:inherit;font-weight:bolder;color:var(--global-theme-color)}.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover{color:var(--global-hover-color)}.navbar.navbar-light .navbar-brand.social{padding-bottom:0;padding-top:0;font-size:1.7rem}.navbar.navbar-light .navbar-brand.social a i::before{color:var(--global-text-color);transition-property:all .2s ease-in-out}.navbar.navbar-light .navbar-brand.social a:hover i::before{color:var(--global-theme-color)}.navbar-toggler .icon-bar{display:block;width:22px;height:2px;background-color:var(--global-text-color);border-radius:1px;margin-bottom:4px;transition:all .2s}.navbar-toggler .top-bar{transform:rotate(45deg);transform-origin:10% 10%}.navbar-toggler .middle-bar{opacity:0}.navbar-toggler .bottom-bar{transform:rotate(-45deg);transform-origin:10% 90%} +.navbar-toggler.collapsed .top-bar{transform:rotate(0)}.navbar-toggler.collapsed .middle-bar{opacity:1}.navbar-toggler.collapsed .bottom-bar{transform:rotate(0)}#light-toggle{padding:0;border:0;background-color:inherit;color:var(--global-text-color)}#light-toggle:hover{color:var(--global-hover-color)}.social{text-align:center}.social .contact-icons{font-size:4rem}.social .contact-icons a i::before{color:var(--global-text-color);transition-property:all .2s ease-in-out}.social .contact-icons a:hover i::before{color:var(--global-theme-color)}.social .contact-note{font-size:.8rem}footer.fixed-bottom{background-color:var(--global-footer-bg-color);font-size:.75rem}footer.fixed-bottom .container{color:var(--global-footer-text-color);padding-top:9px;padding-bottom:8px}footer.fixed-bottom a{color:var(--global-footer-link-color)}footer.fixed-bottom a:hover{color:var(--global-theme-color);text-decoration:none}footer.sticky-bottom{border-top:1px solid var(--global-divider-color);padding-top:40px;padding-bottom:40px;font-size:.9rem}.cv{margin-bottom:40px}.cv .card{background-color:var(--global-card-bg-color);border:1px solid var(--global-divider-color)}.cv .card .list-group-item{background-color:inherit}.cv .card .list-group-item .badge{color:var(--global-card-bg-color)!important;background-color:var(--global-theme-color)!important}@media(min-width:768px){.repo{max-width:50%}}.header-bar{border-bottom:1px solid var(--global-divider-color);text-align:center;padding-top:2rem;padding-bottom:3rem}.header-bar h1{color:var(--global-theme-color);font-size:5rem}.tag-list{border-bottom:1px solid var(--global-divider-color);text-align:center;padding-top:1rem}.tag-list ul{justify-content:center;display:flow-root}.tag-list ul p,.tag-list ul li{list-style:none;display:inline-block;padding:1rem .5rem;color:var(--global-text-color-light)}.post-list{margin:0;margin-bottom:40px;padding:0}.post-list li{border-bottom:1px solid var(--global-divider-color);list-style:none;padding-top:2rem;padding-bottom:2rem}.post-list li .post-meta{color:var(--global-text-color-light);font-size:.875rem;margin-bottom:0}.post-list li .post-tags{color:var(--global-text-color-light);font-size:.875rem;padding-top:.25rem;padding-bottom:0}.post-list li a{color:var(--global-text-color);text-decoration:none}.post-list li a:hover{color:var(--global-theme-color)}.pagination .page-item .page-link{color:var(--global-text-color)}.pagination .page-item .page-link:hover{color:#000}.pagination .page-item.active .page-link{color:#fff;background-color:var(--global-theme-color)}.pagination .page-item.active .page-link:hover{background-color:var(--global-theme-color)}.distill a:hover{border-bottom-color:var(--global-theme-color);text-decoration:none}.projects a{text-decoration:none}.projects a:hover .card-title{color:var(--global-theme-color)}.projects .card img{width:100%}.projects .card-item{width:auto;margin-bottom:10px}.projects .card-item .row{display:flex;align-items:center}.projects .grid-sizer,.projects .grid-item{width:250px;margin-bottom:10px}.projects h2.category{color:var(--global-divider-color);border-bottom:1px solid var(--global-divider-color);padding-top:.5rem;margin-top:2rem;margin-bottom:1rem;text-align:right}.publications{margin-top:2rem}.publications h1{color:var(--global-theme-color);font-size:2rem;text-align:center;margin-top:1em;margin-bottom:1em}.publications h2{margin-bottom:1rem}.publications h2 span{font-size:1.5rem}.publications h2.year{color:var(--global-divider-color);border-top:1px solid var(--global-divider-color);padding-top:1rem;margin-top:2rem;margin-bottom:-2rem;text-align:right}.publications ol.bibliography{list-style:none;padding:0;margin-top:0}.publications ol.bibliography li{margin-bottom:1rem}.publications ol.bibliography li .preview{width:100%;min-width:80px;max-width:200px}.publications ol.bibliography li .abbr{height:2rem;margin-bottom:.5rem}.publications ol.bibliography li .abbr abbr{display:inline-block;background-color:var(--global-theme-color);padding-left:1rem;padding-right:1rem}.publications ol.bibliography li .abbr abbr a{color:white}.publications ol.bibliography li .abbr abbr a:hover{text-decoration:none}.publications ol.bibliography li .abbr .award{color:var(--global-theme-color)!important;border:1px solid var(--global-theme-color)}.publications ol.bibliography li .title{font-weight:bolder}.publications ol.bibliography li .author a{border-bottom:1px dashed var(--global-theme-color)}.publications ol.bibliography li .author a:hover{border-bottom-style:solid;text-decoration:none}.publications ol.bibliography li .author>em{border-bottom:1px solid;font-style:normal}.publications ol.bibliography li .author>span.more-authors{color:var(--global-text-color-light);border-bottom:1px dashed var(--global-text-color-light);cursor:pointer}.publications ol.bibliography li .author>span.more-authors:hover{color:var(--global-text-color);border-bottom:1px dashed var(--global-text-color)}.publications ol.bibliography li .links a.btn{color:var(--global-text-color);border:1px solid var(--global-text-color);padding-left:1rem;padding-right:1rem;padding-top:.25rem;padding-bottom:.25rem} +.publications ol.bibliography li .links a.btn:hover{color:var(--global-theme-color);border-color:var(--global-theme-color)}.publications ol.bibliography li .hidden{font-size:.875rem;max-height:0;overflow:hidden;text-align:justify;transition-property:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:all .15s ease}.publications ol.bibliography li .hidden p{line-height:1.4em;margin:10px}.publications ol.bibliography li .hidden pre{font-size:1em;line-height:1.4em;padding:10px}.publications ol.bibliography li .hidden.open{max-height:100em;transition-property:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:all .15s ease}.publications ol.bibliography li div.abstract.hidden{border:dashed 1px var(--global-bg-color)}.publications ol.bibliography li div.abstract.hidden.open{border-color:var(--global-text-color)}figure.highlight{margin:0 0 1rem}pre{color:var(--global-theme-color);background-color:var(--global-code-bg-color);border-radius:6px;padding:6px 12px}pre pre,pre code{background-color:transparent;border-radius:0;padding:0}code{color:var(--global-theme-color);background-color:var(--global-code-bg-color);border-radius:3px;padding:3px 3px}html.transition,html.transition *,html.transition *:before,html.transition *:after{transition:all 750ms!important;transition-delay:0!important}.post .post-meta{color:var(--global-text-color-light);font-size:.875rem;margin-bottom:0}.post .post-tags{color:var(--global-text-color-light);font-size:.875rem;padding-top:.25rem;padding-bottom:1rem}.post .post-tags a{color:var(--global-text-color-light);text-decoration:none}.post .post-tags a:hover{color:var(--global-theme-color)}.post .post-content blockquote{border-left:5px solid var(--global-theme-color);padding:8px}d-byline{border-top-color:var(--global-divider-color)!important}d-byline h3{color:var(--global-text-color)!important}d-byline a,d-article d-byline a{color:var(--global-text-color)!important}d-byline a:hover,d-article d-byline a:hover{color:var(--global-hover-color)!important}d-article{border-top-color:var(--global-divider-color)!important}d-article a,d-article p,d-article h1,d-article h2,d-article h3,d-article h4,d-article h5,d-article h6,d-article li,d-article table{color:var(--global-text-color)!important}d-article a,d-article h1,d-article h2,d-article hr,d-article table,d-article table th,d-article table td{border-bottom-color:var(--global-divider-color)!important}d-article a:hover{border-bottom-color:var(--global-hover-color)!important}d-article b i{display:inline}d-article d-contents{align-self:start;grid-column:1/4;grid-row:auto/span 4;justify-self:end;margin-top:0;padding-left:2em;padding-right:3em;border-right:1px solid var(--global-divider-color);width:max(70%,300px);margin-right:0;margin-top:0;display:grid;grid-template-columns:minmax(8px,1fr) [toc] auto minmax(8px,1fr) [toc-line] 1px minmax(32px,2fr)}d-article d-contents nav{grid-column:toc}d-article d-contents nav a{border-bottom:none!important}d-article d-contents nav a:hover{border-bottom:1px solid var(--global-text-color)!important}d-article d-contents nav h3{margin-top:0;margin-bottom:1em}d-article d-contents nav div{display:block;outline:0;margin-bottom:.8em;color:rgba(0,0,0,0.8);font-weight:bold}d-article d-contents nav ul{padding-left:1em;margin-top:0;margin-bottom:6px;list-style-type:none}d-article d-contents nav ul li{margin-bottom:.25em}d-article d-contents .figcaption{line-height:1.4em}d-article d-contents toc-line{border-right:1px solid var(--global-divider-color);grid-column:toc-line}d-article d-footnote{scroll-margin-top:66px}d-appendix{border-top-color:var(--global-divider-color)!important;color:var(--global-distill-app-color)!important}d-appendix h3,d-appendix li,d-appendix span{color:var(--global-distill-app-color)!important}d-appendix a,d-appendix a.footnote-backlink{color:var(--global-distill-app-color)!important}d-appendix a:hover,d-appendix a.footnote-backlink:hover{color:var(--global-hover-color)!important}@media(max-width:1024px){d-article d-contents{display:block;grid-column-start:2;grid-column-end:-2;padding-bottom:.5em;margin-bottom:1em;padding-top:.5em;width:100%;border:1px solid var(--global-divider-color)}d-article d-contents nav{grid-column:none}} \ No newline at end of file diff --git a/assets/css/main.css.map b/assets/css/main.css.map new file mode 100644 index 00000000..4c3142e0 --- /dev/null +++ b/assets/css/main.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../../_sass/_variables.scss","../../_sass/_themes.scss","../../_sass/_layout.scss","main.scss","../../_sass/_base.scss","../../_sass/_distill.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;ACAA;AAAA;AAAA;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEF;EACE;EACA;EACA;;AAGF;EACE;;AAEF;EACE;;;AAIJ;EAEE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEF;EACE;;AAGF;EACE;;AAEF;EACE;;AAGJ;EAEE;EACA;EACA;EACA;EACA;EACA;;;AClFF;AAAA;AAAA;AAIA;EACE;EACA;EACA;;AAEA;EACE;;;AAIJ;EAEE;;;AAGF;EAEE;;;AAGF;EACE,WCtBkB;;;AD2BlB;EACE;;;AAOJ;AAAA;AAAA;AAOA;AAAA;AAAA;AE7CA;AAAA;AAAA;AAMA;EACE;;;AAGF;EACE;;;AAIA;EACE;;AAEF;EACE;;;AAIJ;EACE;;AACA;EACE;EACA;;AAEF;EACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;;;AAKF;EACE;EACA;EACA;EACA;;;AAKF;EACE;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;;AAON;EACE;;;AAKF;EACE;;AAEA;EACE;EACA;EACA;;AACA;EACE;EACA;;;AAIN;EACE;;;AAEF;EACE;;;AAGF;EACE;IACE;;EAEE;IAAI;;;AAKV;EACE;EACA;;AACA;EACE;;AACA;EACE;EACA;;;AAQN;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;;AAGJ;EACE;;AACE;EACE;EACA;;;AAKF;EACE;;AAGJ;EACE;;AAEF;EACE;;AACA;EACE;;AAGJ;EACI;EACA;EACA;;AACA;EACE;;AAGN;EACE;EACA;EACA;;AAEE;EACE;EACA;;AAGA;EACE;;;AAQR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;;AAEF;EACE;EACA;;;AAKF;EACE;;AAEF;EACE;;AAEF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EACE;;;AAMJ;EACE;;AACA;EACE;;AAEE;EACE;EACA;;AAGA;EACE;;AAKR;EACE;;;AAMJ;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AACA;EACE;EACA;;;AAKN;EACE;EACA;EACA;EACA;;;AAKF;EACE;;AAEA;EACE;EACA;;AAEA;EACE;;AAEA;EACE;EACA;;;AAQR;EACE;IACE;;;AAMJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAKN;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;;;AAQJ;EACE;;AACA;EACE,OJ1WM;;AI6WV;EACE,OJ/WQ;EIgXR;;AACA;EACE;;;AAUN;EACE;EACA;;;AAQF;EACE;;AAGE;EACE;;AAMJ;EACE;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAOJ;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;AACA;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEA;EACE;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;;AAIN;EACE;EACA;;AAGJ;EACE;;AAGA;EACE;;AACA;EACI;EACA;;AAGN;EACE;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACI;EACA;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;;AAOR;EACE;;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAKF;AAAA;AAAA;AAAA;EAIE;EACA;;;AAKA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;;AAKJ;EACE;EACA;;;AC9oBN;AAAA;AAAA;AAIA;EACE;;;AAGF;EACE;;;AAGF;EACE;;AACA;EACE;;;AAIJ;EACE;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,uBACE;;AAIF;EACE;;AACA;EACE;;AACA;EACE;;AAGJ;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;;AAIN;EACE;;AAEF;EACE;EACA;;AAIJ;EACE;;;AAIJ;EACE;EACA;;AACA;EACE;;AAEF;EACE;;AACA;EACE;;;AAKN;EAEI;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACE","sourcesContent":["/*******************************************************************************\n * Variables used throughout the theme.\n * To adjust anything, simply edit the variables below and rebuild the theme.\n ******************************************************************************/\n\n\n// Colors\n$red-color: #FF3636 !default;\n$red-color-dark: #B71C1C !default;\n$orange-color: #F29105 !default;\n$blue-color: #0076df !default;\n$blue-color-dark: #00369f !default;\n$cyan-color: #2698BA !default;\n$light-cyan-color: lighten($cyan-color, 25%);\n$green-color: #00ab37 !default;\n$green-color-lime: #B7D12A !default;\n$green-color-dark: #009f06 !default;\n$green-color-light: #ddffdd !default;\n$green-color-bright: #11D68B !default;\n$purple-color: #B509AC !default;\n$light-purple-color: lighten($purple-color, 25%);\n$pink-color: #f92080 !default;\n$pink-color-light: #ffdddd !default;\n$yellow-color: #efcc00 !default;\n\n$grey-color: #828282 !default;\n$grey-color-light: lighten($grey-color, 40%);\n$grey-color-dark: #1C1C1D;\n$grey-900: #212529;\n\n$white-color: #ffffff !default;\n$black-color: #000000 !default;\n\n\n// Theme colors\n\n$code-bg-color-light: rgba($purple-color, 0.05);\n$code-bg-color-dark: #2c3237 !default;\n","/*******************************************************************************\r\n * Themes\r\n ******************************************************************************/\r\n \r\n:root {\r\n --global-bg-color: #{$white-color};\r\n --global-code-bg-color: #{$code-bg-color-light};\r\n --global-text-color: #{$black-color};\r\n --global-text-color-light: #{$grey-color};\r\n --global-theme-color: #{$cyan-color};\r\n --global-hover-color: #{$cyan-color};\r\n --global-footer-bg-color: #{$grey-color-dark};\r\n --global-footer-text-color: #{$grey-color-light};\r\n --global-footer-link-color: #{$white-color};\r\n --global-distill-app-color: #{$grey-color};\r\n --global-divider-color: rgba(0,0,0,.1);\r\n --global-card-bg-color: #{$white-color};\r\n\r\n .fa-sun {\r\n display : none;\r\n }\r\n .fa-moon {\r\n padding-left: 10px;\r\n padding-top: 12px;\r\n display : block;\r\n }\r\n\r\n .repo-img-light {\r\n display: block;\r\n }\r\n .repo-img-dark {\r\n display: none;\r\n }\r\n}\r\n\r\n.header-background .img {\r\n // background-image: url(\"../img/ICLR-logo.png\");\r\n background-repeat: no-repeat;\r\n background-size: 400px;\r\n background-position: center bottom;\r\n height: 12em;\r\n margin-bottom: 0em;\r\n margin-top: -2.7em; \r\n}\r\n\r\nhtml[data-theme='dark'] {\r\n --global-bg-color: #{$grey-color-dark};\r\n --global-code-bg-color: #{$code-bg-color-dark};\r\n --global-text-color: #{$grey-color-light};\r\n --global-text-color-light: #{$grey-color-light};\r\n --global-theme-color: #{$cyan-color};\r\n --global-hover-color: #{$cyan-color};\r\n --global-footer-bg-color: #{$grey-color-light};\r\n --global-footer-text-color: #{$grey-color-dark};\r\n --global-footer-link-color: #{$black-color};\r\n --global-distill-app-color: #{$grey-color-light};\r\n --global-divider-color: #424246;\r\n --global-card-bg-color: #{$grey-900};\r\n\r\n .fa-sun {\r\n padding-left: 10px;\r\n padding-top: 12px;\r\n display : block;\r\n }\r\n .fa-moon {\r\n display : none;\r\n }\r\n\r\n .repo-img-light {\r\n display: none;\r\n }\r\n .repo-img-dark {\r\n display: block;\r\n }\r\n\r\n.header-background .img {\r\n // background-image: url(\"../img/ICLR-logo-dark.png\");\r\n background-repeat: no-repeat;\r\n background-size: 400px;\r\n background-position: center bottom;\r\n height: 12em;\r\n margin-bottom: 0em;\r\n margin-top: -2.7em; \r\n // filter: invert(89%);\r\n}\r\n\r\n\r\n\r\n\r\n // .header-background .img {\r\n // background-image: url(\"../img/score_contour.jpg\");\r\n // background-repeat: no-repeat;\r\n // background-size: cover;\r\n // background-position: center bottom;\r\n // height: 15em;\r\n // margin-bottom: 2em;\r\n // margin-top: -2.7em;\r\n // filter: invert(89%);\r\n // }\r\n}\r\n","/******************************************************************************\n * Content\n ******************************************************************************/\n\nbody {\n padding-bottom: 70px;\n color: var(--global-text-color);\n background-color: var(--global-bg-color);\n\n h1, h2, h3, h4, h5, h6 {\n scroll-margin-top: 66px;\n }\n}\n\nbody.fixed-top-nav {\n // Add some padding for the nav-bar.\n padding-top: 56px;\n}\n\nbody.sticky-bottom-footer {\n // Remove padding below footer.\n padding-bottom: 0;\n}\n\n.container {\n max-width: $max-content-width;\n}\n\n// Profile\n.profile {\n img {\n width: 100%;\n }\n}\n\n// TODO: redefine content layout.\n\n\n/******************************************************************************\n * Publications\n ******************************************************************************/\n\n// TODO: redefine publications layout.\n\n\n/*****************************************************************************\n* Projects\n*****************************************************************************/\n\n// TODO: redefine projects layout.\n","@charset \"utf-8\";\r\n\r\n// Dimensions\r\n$max-content-width: 1000px;\r\n\r\n@import\r\n \"variables\",\r\n \"themes\",\r\n \"layout\",\r\n \"base\",\r\n \"distill\"\r\n;\r\n","/*******************************************************************************\n * Styles for the base elements of the theme.\n ******************************************************************************/\n\n// Typography\n\np, h1, h2, h3, h4, h5, h6, em, div, li, span, strong {\n color: var(--global-text-color);\n}\n\nhr {\n border-top: 1px solid var(--global-divider-color);\n}\n\ntable {\n td, th {\n color: var(--global-text-color);\n }\n td {\n font-size: 1rem;\n }\n}\n\na, table.table a {\n color: var(--global-theme-color);\n &:hover {\n color: var(--global-theme-color);\n text-decoration: underline;\n }\n &:hover:after :not(.nav-item.dropdown) {\n width: 100%;\n }\n}\n\nfigure, img {\n max-width: 90vw;\n}\n\nblockquote {\n background: var(--global-bg-color);\n border-left: 2px solid var(--global-theme-color);\n margin: 1.5em 10px;\n padding: 0.5em 10px;\n font-size: 1.1rem;\n}\n\n// Math\n\n.equation {\n margin-bottom: 1rem;\n text-align: center;\n}\n\n// Caption\n\n.caption {\n font-size: 0.875rem;\n margin-top: 0.75rem;\n margin-bottom: 1.5rem;\n text-align: center;\n}\n\n// Card\n\n.card {\n background-color: var(--global-card-bg-color);\n\n img {\n width: 100%;\n }\n\n .card-title {\n color: var(--global-text-color);\n }\n\n .card-item {\n width: auto;\n margin-bottom: 10px;\n\n .row {\n display: flex;\n align-items: center;\n }\n }\n}\n\n// Citation\n\n.citation, .citation-number {\n color: var(--global-theme-color);\n}\n\n// Profile\n\n.profile {\n width: 100%;\n\n .address {\n margin-bottom: 5px;\n margin-top: 5px;\n font-family: monospace;\n p {\n display: inline-block;\n margin: 0;\n }\n }\n}\n.profile.float-right{\n margin-left: 1rem;\n}\n.profile.float-left{\n margin-right: 1rem;\n}\n\n@media (min-width: 576px) {\n .profile {\n width: 30%;\n .address {\n p { display: block; }\n }\n }\n}\n\n.post-description {\n margin-bottom: 2rem;\n font-size: 0.875rem;\n a {\n color: inherit;\n &:hover {\n color: var(--global-theme-color);\n text-decoration: none;\n }\n }\n}\n\n\n// Navbar customization\n\n.navbar {\n box-shadow: none;\n border-bottom: 1px solid var(--global-divider-color);\n background-color: var(--global-bg-color);\n opacity: 0.95;\n}\n.navbar .dropdown-menu {\n background-color: var(--global-bg-color);\n border: 1px solid var(--global-divider-color);\n a:not(.active) {\n color: var(--global-text-color);\n }\n a:hover {\n color: var(--global-hover-color);\n }\n .dropdown-divider {\n border-top: 1px solid var(--global-divider-color) !important;\n }\n}\n.dropdown-item {\n color: var(--global-text-color);\n &:hover {\n color: var(--global-hover-color);\n background-color: var(--global-bg-color);\n }\n}\n.navbar.navbar-light {\n a {\n &:hover {\n text-decoration: none;\n }\n }\n .navbar-brand {\n color: var(--global-text-color);\n }\n .navbar-nav .nav-item .nav-link {\n color: var(--global-text-color);\n &:hover {\n color: var(--global-hover-color);\n }\n }\n .navbar-nav .nav-item.active>.nav-link {\n background-color: inherit;\n font-weight: bolder;\n color: var(--global-theme-color);\n &:hover {\n color: var(--global-hover-color);\n }\n }\n .navbar-brand.social {\n padding-bottom: 0;\n padding-top: 0;\n font-size: 1.7rem;\n a {\n i::before {\n color: var(--global-text-color);\n transition-property: all 0.2s ease-in-out;\n }\n &:hover {\n i::before {\n color: var(--global-theme-color);\n }\n }\n }\n }\n}\n\n.navbar-toggler {\n .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n background-color: var(--global-text-color);\n border-radius: 1px;\n margin-bottom: 4px;\n transition: all 0.2s;\n }\n .top-bar {\n transform: rotate(45deg);\n transform-origin: 10% 10%;\n }\n .middle-bar {\n opacity: 0;\n }\n .bottom-bar {\n transform: rotate(-45deg);\n transform-origin: 10% 90%;\n }\n}\n\n.navbar-toggler.collapsed {\n .top-bar {\n transform: rotate(0);\n }\n .middle-bar {\n opacity: 1;\n }\n .bottom-bar {\n transform: rotate(0);\n }\n}\n\n#light-toggle {\n padding: 0;\n border: 0;\n background-color: inherit;\n color: var(--global-text-color);\n &:hover {\n color: var(--global-hover-color);\n }\n}\n\n// Social (bottom)\n\n.social {\n text-align: center;\n .contact-icons {\n font-size: 4rem;\n a {\n i::before {\n color: var(--global-text-color);\n transition-property: all 0.2s ease-in-out;\n }\n &:hover {\n i::before {\n color: var(--global-theme-color);\n }\n }\n }\n }\n .contact-note {\n font-size: 0.8rem;\n }\n}\n\n\n// Footer\nfooter.fixed-bottom {\n background-color: var(--global-footer-bg-color);\n font-size: 0.75rem;\n .container {\n color: var(--global-footer-text-color);\n padding-top: 9px;\n padding-bottom: 8px;\n }\n a {\n color: var(--global-footer-link-color);\n &:hover {\n color: var(--global-theme-color);\n text-decoration: none;\n }\n }\n}\n\nfooter.sticky-bottom {\n border-top: 1px solid var(--global-divider-color);\n padding-top: 40px;\n padding-bottom: 40px;\n font-size: 0.9rem;\n}\n\n// CV\n\n.cv {\n margin-bottom: 40px;\n \n .card {\n background-color: var(--global-card-bg-color);\n border: 1px solid var(--global-divider-color);\n \n .list-group-item {\n background-color: inherit;\n\n .badge {\n color: var(--global-card-bg-color) !important;\n background-color: var(--global-theme-color) !important;\n }\n }\n }\n}\n\n// Repositories\n\n@media (min-width: 768px) {\n .repo {\n max-width: 50%;\n }\n}\n\n// Blog\n\n.header-bar {\n border-bottom: 1px solid var(--global-divider-color);\n text-align: center;\n padding-top: 2rem;\n padding-bottom: 3rem;\n h1 {\n color: var(--global-theme-color);\n font-size: 5rem;\n }\n}\n\n.tag-list {\n border-bottom: 1px solid var(--global-divider-color);\n text-align: center;\n padding-top: 1rem;\n\n ul {\n justify-content: center;\n display: flow-root;\n\n p, li {\n list-style: none;\n display: inline-block;\n padding: 1rem 0.5rem;\n color: var(--global-text-color-light);\n }\n }\n}\n\n.post-list {\n margin: 0;\n margin-bottom: 40px;\n padding: 0;\n li {\n border-bottom: 1px solid var(--global-divider-color);\n list-style: none;\n padding-top: 2rem;\n padding-bottom: 2rem;\n .post-meta {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n }\n .post-tags {\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n padding-top: 0.25rem;\n padding-bottom: 0;\n }\n a {\n color: var(--global-text-color);\n text-decoration: none;\n &:hover {\n color: var(--global-theme-color);\n }\n }\n }\n}\n\n.pagination {\n .page-item {\n .page-link {\n color: var(--global-text-color);\n &:hover {\n color: $black-color;\n }\n }\n &.active .page-link {\n color: $white-color;\n background-color: var(--global-theme-color);\n &:hover {\n background-color: var(--global-theme-color);\n }\n }\n }\n}\n\n\n// Distill\n\n.distill {\n a:hover {\n border-bottom-color: var(--global-theme-color);\n text-decoration: none;\n }\n}\n\n\n// Projects\n\n.projects {\n a {\n text-decoration: none;\n\n &:hover {\n .card-title {\n color: var(--global-theme-color);\n }\n }\n }\n\n .card {\n img {\n width: 100%;\n }\n }\n\n .card-item {\n width: auto;\n margin-bottom: 10px;\n\n .row {\n display: flex;\n align-items: center;\n }\n }\n\n .grid-sizer, .grid-item {\n width: 250px;\n margin-bottom: 10px;\n }\n\n h2.category {\n color: var(--global-divider-color);\n border-bottom: 1px solid var(--global-divider-color);\n padding-top: 0.5rem;\n margin-top: 2rem;\n margin-bottom: 1rem;\n text-align: right;\n }\n}\n\n\n// Publications\n\n.publications {\n margin-top: 2rem;\n h1 {\n color: var(--global-theme-color);\n font-size: 2rem;\n text-align: center;\n margin-top: 1em;\n margin-bottom: 1em;\n }\n h2 {\n margin-bottom: 1rem;\n span {\n font-size: 1.5rem;\n }\n }\n h2.year {\n color: var(--global-divider-color);\n border-top: 1px solid var(--global-divider-color);\n padding-top: 1rem;\n margin-top: 2rem;\n margin-bottom: -2rem;\n text-align: right;\n }\n ol.bibliography {\n list-style: none;\n padding: 0;\n margin-top: 0;\n\n li {\n margin-bottom: 1rem;\n .preview {\n width: 100%;\n min-width: 80px;\n max-width: 200px;\n }\n .abbr {\n height: 2rem;\n margin-bottom: 0.5rem;\n abbr {\n display: inline-block;\n background-color: var(--global-theme-color);\n padding-left: 1rem;\n padding-right: 1rem;\n a {\n color: white;\n &:hover {\n text-decoration: none;\n }\n }\n }\n .award {\n color: var(--global-theme-color) !important;\n border: 1px solid var(--global-theme-color);\n }\n }\n .title {\n font-weight: bolder;\n }\n .author {\n a {\n border-bottom: 1px dashed var(--global-theme-color);\n &:hover {\n border-bottom-style: solid;\n text-decoration: none;\n }\n }\n > em {\n border-bottom: 1px solid;\n font-style: normal;\n }\n > span.more-authors {\n color: var(--global-text-color-light);\n border-bottom: 1px dashed var(--global-text-color-light);\n cursor: pointer;\n &:hover {\n color: var(--global-text-color);\n border-bottom: 1px dashed var(--global-text-color);\n }\n }\n }\n .links {\n a.btn {\n color: var(--global-text-color);\n border: 1px solid var(--global-text-color);\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n &:hover {\n color: var(--global-theme-color);\n border-color: var(--global-theme-color);\n }\n }\n }\n .hidden {\n font-size: 0.875rem;\n max-height: 0px;\n overflow: hidden;\n text-align: justify;\n transition-property: 0.15s ease;\n -moz-transition: 0.15s ease;\n -ms-transition: 0.15s ease;\n -o-transition: 0.15s ease;\n transition: all 0.15s ease;\n\n p {\n line-height: 1.4em;\n margin: 10px;\n }\n pre {\n font-size: 1em;\n line-height: 1.4em;\n padding: 10px;\n }\n }\n .hidden.open {\n max-height: 100em;\n transition-property: 0.15s ease;\n -moz-transition: 0.15s ease;\n -ms-transition: 0.15s ease;\n -o-transition: 0.15s ease;\n transition: all 0.15s ease;\n }\n div.abstract.hidden {\n border: dashed 1px var(--global-bg-color);\n }\n div.abstract.hidden.open {\n border-color: var(--global-text-color);\n }\n }\n }\n}\n\n// Rouge Color Customization\nfigure.highlight {\n margin: 0 0 1rem;\n}\n\npre {\n color: var(--global-theme-color);\n background-color: var(--global-code-bg-color);\n border-radius: 6px;\n padding: 6px 12px;\n pre, code {\n background-color: transparent;\n border-radius: 0;\n padding: 0;\n }\n}\n\ncode {\n color: var(--global-theme-color);\n background-color: var(--global-code-bg-color);\n border-radius: 3px;\n padding: 3px 3px;\n}\n\n\n// Transitioning Themes\nhtml.transition,\nhtml.transition *,\nhtml.transition *:before,\nhtml.transition *:after {\n transition: all 750ms !important;\n transition-delay: 0 !important;\n}\n\n// Extra Markdown style (post Customization)\n.post{\n .post-meta{\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n margin-bottom: 0;\n }\n .post-tags{\n color: var(--global-text-color-light);\n font-size: 0.875rem;\n padding-top: 0.25rem;\n padding-bottom: 1rem;\n a {\n color: var(--global-text-color-light);\n text-decoration: none;\n &:hover {\n color: var(--global-theme-color);\n }\n }\n }\n .post-content{\n blockquote {\n border-left: 5px solid var(--global-theme-color);\n padding: 8px;\n }\n }\n}\n","/*******************************************************************************\n * Style overrides for distill blog posts.\n ******************************************************************************/\n\nd-byline {\n border-top-color: var(--global-divider-color) !important;\n}\n\nd-byline h3 {\n color: var(--global-text-color) !important;\n}\n\nd-byline a, d-article d-byline a {\n color: var(--global-text-color) !important;\n &:hover {\n color: var(--global-hover-color) !important;\n }\n}\n\nd-article {\n border-top-color: var(--global-divider-color) !important;\n a, p, h1, h2, h3, h4, h5, h6, li, table {\n color: var(--global-text-color) !important;\n }\n a, h1, h2, hr, table, table th, table td {\n border-bottom-color: var(--global-divider-color) !important;\n }\n a:hover {\n border-bottom-color: var(--global-hover-color) !important;\n }\n b i {\n display: inline;\n }\n\n d-contents {\n align-self: start;\n grid-column: 1 / 4;\n grid-row: auto / span 4;\n justify-self: end;\n margin-top: 0em;\n padding-left: 2em;\n padding-right: 3em;\n border-right: 1px solid var(--global-divider-color);\n width: calc(max(70%, 300px));\n margin-right: 0px;\n margin-top: 0em;\n display: grid;\n grid-template-columns:\n minmax(8px, 1fr) [toc] auto\n minmax(8px, 1fr) [toc-line] 1px\n minmax(32px, 2fr);\n\n nav {\n grid-column: toc;\n a {\n border-bottom: none !important;\n &:hover {\n border-bottom: 1px solid var(--global-text-color) !important;\n }\n }\n h3 {\n margin-top: 0;\n margin-bottom: 1em;\n }\n div {\n display: block;\n outline: none;\n margin-bottom: 0.8em;\n color: rgba(0, 0, 0, 0.8);\n font-weight: bold;\n }\n ul {\n padding-left: 1em;\n margin-top: 0;\n margin-bottom: 6px;\n list-style-type: none;\n li {\n margin-bottom: 0.25em;\n }\n }\n }\n .figcaption {\n line-height: 1.4em;\n }\n toc-line {\n border-right: 1px solid var(--global-divider-color);\n grid-column: toc-line;\n }\n }\n\n d-footnote {\n scroll-margin-top: 66px;\n }\n}\n\nd-appendix {\n border-top-color: var(--global-divider-color) !important;\n color: var(--global-distill-app-color) !important;\n h3, li, span {\n color: var(--global-distill-app-color) !important;\n }\n a, a.footnote-backlink {\n color: var(--global-distill-app-color) !important;\n &:hover {\n color: var(--global-hover-color) !important;\n }\n }\n}\n\n@media (max-width: 1024px) {\n d-article {\n d-contents {\n display: block;\n grid-column-start: 2;\n grid-column-end: -2;\n padding-bottom: 0.5em;\n margin-bottom: 1em;\n padding-top: 0.5em;\n width: 100%;\n border: 1px solid var(--global-divider-color);\n nav {\n grid-column: none;\n }\n }\n }\n}\n"],"file":"main.css"} \ No newline at end of file diff --git a/assets/css/main.scss b/assets/css/main.scss deleted file mode 100644 index cd74526a..00000000 --- a/assets/css/main.scss +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- -@charset "utf-8"; - -// Dimensions -$max-content-width: {{ site.max_width }}; - -@import - "variables", - "themes", - "layout", - "base", - "distill" -; diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-1400.webp new file mode 100644 index 00000000..d51d861a Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-480.webp new file mode 100644 index 00000000..fd8f1b4c Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-800.webp new file mode 100644 index 00000000..d51d861a Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/SAE_6-9b_the_feature-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-1400.webp new file mode 100644 index 00000000..2031d977 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-480.webp new file mode 100644 index 00000000..57b3cfc0 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-800.webp new file mode 100644 index 00000000..2031d977 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/autoencoder-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-1400.webp new file mode 100644 index 00000000..785df145 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-480.webp new file mode 100644 index 00000000..eb76b483 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-800.webp new file mode 100644 index 00000000..785df145 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/colon-feature-1338-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-1400.webp new file mode 100644 index 00000000..131b4b3b Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-480.webp new file mode 100644 index 00000000..cc480259 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-800.webp new file mode 100644 index 00000000..131b4b3b Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-bias-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-1400.webp new file mode 100644 index 00000000..b8c014f5 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-480.webp new file mode 100644 index 00000000..3ba388b5 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-800.webp new file mode 100644 index 00000000..b8c014f5 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/fine-tuning-scaling-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-1400.webp new file mode 100644 index 00000000..8a628cd7 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-480.webp new file mode 100644 index 00000000..2554dc28 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-800.webp new file mode 100644 index 00000000..8a628cd7 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/interpretability-hard-cartoon-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-1400.webp new file mode 100644 index 00000000..3d1a7a0a Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-480.webp new file mode 100644 index 00000000..e6d076fb Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-800.webp new file mode 100644 index 00000000..3d1a7a0a Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-cosine-similarity-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-1400.webp new file mode 100644 index 00000000..2066a845 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-480.webp new file mode 100644 index 00000000..3a2b1190 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-800.webp new file mode 100644 index 00000000..2066a845 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sae-losses-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-1400.webp new file mode 100644 index 00000000..aa6e0168 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-480.webp new file mode 100644 index 00000000..c5f4066f Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-800.webp new file mode 100644 index 00000000..aa6e0168 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/sparse-autoencoder-800.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-1400.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-1400.webp new file mode 100644 index 00000000..c642f6a2 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-1400.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-480.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-480.webp new file mode 100644 index 00000000..a2190ae9 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-480.webp differ diff --git a/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-800.webp b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-800.webp new file mode 100644 index 00000000..c642f6a2 Binary files /dev/null and b/assets/img/2022-11-09-sparse-autoencoders-for-interpretable-rlhf.md/transformer-with-sae-800.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-1400.webp b/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-1400.webp new file mode 100644 index 00000000..01b5ea7d Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-1400.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-480.webp b/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-480.webp new file mode 100644 index 00000000..0920bd35 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-480.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-800.webp b/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-800.webp new file mode 100644 index 00000000..01b5ea7d Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/clip_model-800.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-1400.webp b/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-1400.webp new file mode 100644 index 00000000..7b05ef66 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-1400.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-480.webp b/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-480.webp new file mode 100644 index 00000000..6d16cf93 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-480.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-800.webp b/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-800.webp new file mode 100644 index 00000000..7b05ef66 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/dataset_bias-800.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-1400.webp b/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-1400.webp new file mode 100644 index 00000000..95e92423 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-1400.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-480.webp b/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-480.webp new file mode 100644 index 00000000..46b7716a Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-480.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-800.webp b/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-800.webp new file mode 100644 index 00000000..95e92423 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/fig_2-800.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-1400.webp b/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-1400.webp new file mode 100644 index 00000000..fcfe5e53 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-1400.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-480.webp b/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-480.webp new file mode 100644 index 00000000..136fef3e Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-480.webp differ diff --git a/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-800.webp b/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-800.webp new file mode 100644 index 00000000..fcfe5e53 Binary files /dev/null and b/assets/img/2022-11-10-Vision_Language_Limitations/fig_3-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-1400.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-480.webp new file mode 100644 index 00000000..7f0830c1 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-800.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/ICLR-logo-dark-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-1400.webp new file mode 100644 index 00000000..35998f7f Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-480.webp new file mode 100644 index 00000000..97f447fb Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-800.webp new file mode 100644 index 00000000..35998f7f Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/acccifar-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-1400.webp new file mode 100644 index 00000000..819d0cc0 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-480.webp new file mode 100644 index 00000000..685feee0 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-800.webp new file mode 100644 index 00000000..819d0cc0 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/accmnist-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/agd-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/agd-1400.webp new file mode 100644 index 00000000..d59b9ed8 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/agd-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/agd-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/agd-480.webp new file mode 100644 index 00000000..a6411994 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/agd-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/agd-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/agd-800.webp new file mode 100644 index 00000000..d59b9ed8 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/agd-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-1400.webp new file mode 100644 index 00000000..eaa28ac0 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-480.webp new file mode 100644 index 00000000..04c641c4 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-800.webp new file mode 100644 index 00000000..eaa28ac0 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/losscifar-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-1400.webp new file mode 100644 index 00000000..64c23d5b Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-480.webp new file mode 100644 index 00000000..5511cc0d Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-800.webp new file mode 100644 index 00000000..64c23d5b Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/lossmnist-800.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/reg-1400.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/reg-1400.webp new file mode 100644 index 00000000..c81a3c8e Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/reg-1400.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/reg-480.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/reg-480.webp new file mode 100644 index 00000000..81e45ca8 Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/reg-480.webp differ diff --git a/assets/img/2023-11-01-Symmetry-Optimization-project/reg-800.webp b/assets/img/2023-11-01-Symmetry-Optimization-project/reg-800.webp new file mode 100644 index 00000000..c81a3c8e Binary files /dev/null and b/assets/img/2023-11-01-Symmetry-Optimization-project/reg-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-1400.webp b/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-1400.webp new file mode 100644 index 00000000..d029713d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-480.webp b/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-480.webp new file mode 100644 index 00000000..0d1100a5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-800.webp b/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-800.webp new file mode 100644 index 00000000..d029713d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/chicken_forward_reverse-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/clip_scores-1400.webp b/assets/img/2023-11-01-latent-interpolation/clip_scores-1400.webp new file mode 100644 index 00000000..b02f3d8c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/clip_scores-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/clip_scores-480.webp b/assets/img/2023-11-01-latent-interpolation/clip_scores-480.webp new file mode 100644 index 00000000..00e14326 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/clip_scores-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/clip_scores-800.webp b/assets/img/2023-11-01-latent-interpolation/clip_scores-800.webp new file mode 100644 index 00000000..b02f3d8c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/clip_scores-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-1400.webp new file mode 100644 index 00000000..9545facb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-480.webp new file mode 100644 index 00000000..32e286ba Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-800.webp new file mode 100644 index 00000000..9545facb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_000-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-1400.webp new file mode 100644 index 00000000..05170cef Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-480.webp new file mode 100644 index 00000000..abab0fe1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-800.webp new file mode 100644 index 00000000..05170cef Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_001-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-1400.webp new file mode 100644 index 00000000..55838a48 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-480.webp new file mode 100644 index 00000000..f16dc6c1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-800.webp new file mode 100644 index 00000000..55838a48 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_002-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-1400.webp new file mode 100644 index 00000000..893e3729 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-480.webp new file mode 100644 index 00000000..ce3df4ec Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-800.webp new file mode 100644 index 00000000..893e3729 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_003-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-1400.webp new file mode 100644 index 00000000..4329d68c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-480.webp new file mode 100644 index 00000000..4dd16174 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-800.webp new file mode 100644 index 00000000..4329d68c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_004-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-1400.webp new file mode 100644 index 00000000..304fac6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-480.webp new file mode 100644 index 00000000..dc67b051 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-800.webp new file mode 100644 index 00000000..304fac6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_005-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-1400.webp new file mode 100644 index 00000000..b9e44d92 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-480.webp new file mode 100644 index 00000000..66b7b679 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-800.webp new file mode 100644 index 00000000..b9e44d92 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_006-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-1400.webp new file mode 100644 index 00000000..97a1feea Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-480.webp new file mode 100644 index 00000000..30e1da1c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-800.webp new file mode 100644 index 00000000..97a1feea Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_007-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-1400.webp new file mode 100644 index 00000000..effecdcc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-480.webp new file mode 100644 index 00000000..60a5da8a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-800.webp new file mode 100644 index 00000000..effecdcc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_008-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-1400.webp new file mode 100644 index 00000000..6c18680c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-480.webp new file mode 100644 index 00000000..aeda9c86 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-800.webp new file mode 100644 index 00000000..6c18680c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_009-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-1400.webp new file mode 100644 index 00000000..b7711d03 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-480.webp new file mode 100644 index 00000000..3548f9f5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-800.webp new file mode 100644 index 00000000..b7711d03 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_010-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-1400.webp new file mode 100644 index 00000000..d2fb997a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-480.webp new file mode 100644 index 00000000..c9287b99 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-800.webp new file mode 100644 index 00000000..d2fb997a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_011-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-1400.webp new file mode 100644 index 00000000..6cabf612 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-480.webp new file mode 100644 index 00000000..a8466213 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-800.webp new file mode 100644 index 00000000..6cabf612 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_012-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-1400.webp new file mode 100644 index 00000000..9bdd0a69 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-480.webp new file mode 100644 index 00000000..381ca4ca Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-800.webp new file mode 100644 index 00000000..9bdd0a69 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_013-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-1400.webp new file mode 100644 index 00000000..e751dedd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-480.webp new file mode 100644 index 00000000..e8b53e2b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-800.webp new file mode 100644 index 00000000..e751dedd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_014-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-1400.webp new file mode 100644 index 00000000..b92d05a7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-480.webp new file mode 100644 index 00000000..edc71525 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-800.webp new file mode 100644 index 00000000..b92d05a7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_015-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-1400.webp new file mode 100644 index 00000000..d1a22ffa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-480.webp new file mode 100644 index 00000000..34d413aa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-800.webp new file mode 100644 index 00000000..d1a22ffa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_016-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-1400.webp new file mode 100644 index 00000000..3f61ad44 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-480.webp new file mode 100644 index 00000000..b0427730 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-800.webp new file mode 100644 index 00000000..3f61ad44 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_017-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-1400.webp new file mode 100644 index 00000000..fc36cf9d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-480.webp new file mode 100644 index 00000000..73775f3c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-800.webp new file mode 100644 index 00000000..fc36cf9d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_018-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-1400.webp new file mode 100644 index 00000000..79503032 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-480.webp new file mode 100644 index 00000000..52d6a856 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-800.webp new file mode 100644 index 00000000..79503032 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_019-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-1400.webp new file mode 100644 index 00000000..59125a84 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-480.webp new file mode 100644 index 00000000..48fc113e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-800.webp new file mode 100644 index 00000000..59125a84 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_020-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-1400.webp new file mode 100644 index 00000000..65100e3a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-480.webp new file mode 100644 index 00000000..bee00bce Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-800.webp new file mode 100644 index 00000000..65100e3a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_021-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-1400.webp new file mode 100644 index 00000000..993e0750 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-480.webp new file mode 100644 index 00000000..93353414 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-800.webp new file mode 100644 index 00000000..993e0750 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_022-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-1400.webp new file mode 100644 index 00000000..07be1916 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-480.webp new file mode 100644 index 00000000..5676a897 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-800.webp new file mode 100644 index 00000000..07be1916 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_023-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-1400.webp new file mode 100644 index 00000000..6f342ecb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-480.webp new file mode 100644 index 00000000..5074856c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-800.webp new file mode 100644 index 00000000..6f342ecb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_024-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-1400.webp new file mode 100644 index 00000000..ea7e2d2a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-480.webp new file mode 100644 index 00000000..13dbbec4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-800.webp new file mode 100644 index 00000000..ea7e2d2a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_025-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-1400.webp new file mode 100644 index 00000000..4fd53ef8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-480.webp new file mode 100644 index 00000000..e023bef6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-800.webp new file mode 100644 index 00000000..4fd53ef8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_026-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-1400.webp new file mode 100644 index 00000000..3f97be9f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-480.webp new file mode 100644 index 00000000..4431f386 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-800.webp new file mode 100644 index 00000000..3f97be9f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_027-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-1400.webp new file mode 100644 index 00000000..fd9c79c5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-480.webp new file mode 100644 index 00000000..264bd693 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-800.webp new file mode 100644 index 00000000..fd9c79c5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_028-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-1400.webp new file mode 100644 index 00000000..8e6cddf7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-480.webp new file mode 100644 index 00000000..eec4859d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-800.webp new file mode 100644 index 00000000..8e6cddf7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_029-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-1400.webp new file mode 100644 index 00000000..f599da32 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-480.webp new file mode 100644 index 00000000..e67c127f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-800.webp new file mode 100644 index 00000000..f599da32 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_030-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-1400.webp new file mode 100644 index 00000000..08ea5753 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-480.webp new file mode 100644 index 00000000..ff23ff4b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-800.webp new file mode 100644 index 00000000..08ea5753 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_031-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-1400.webp new file mode 100644 index 00000000..c89901bd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-480.webp new file mode 100644 index 00000000..fde63930 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-800.webp new file mode 100644 index 00000000..c89901bd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_032-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-1400.webp new file mode 100644 index 00000000..0709ad6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-480.webp new file mode 100644 index 00000000..6d3fe1d1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-800.webp new file mode 100644 index 00000000..0709ad6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_033-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-1400.webp new file mode 100644 index 00000000..d034fef1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-480.webp new file mode 100644 index 00000000..33e5bcf7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-800.webp new file mode 100644 index 00000000..d034fef1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_034-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-1400.webp new file mode 100644 index 00000000..72f28e27 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-480.webp new file mode 100644 index 00000000..88045f71 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-800.webp new file mode 100644 index 00000000..72f28e27 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_035-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-1400.webp new file mode 100644 index 00000000..03a79890 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-480.webp new file mode 100644 index 00000000..7112f066 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-800.webp new file mode 100644 index 00000000..03a79890 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_036-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-1400.webp new file mode 100644 index 00000000..0a493184 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-480.webp new file mode 100644 index 00000000..167d6c33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-800.webp new file mode 100644 index 00000000..0a493184 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_037-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-1400.webp new file mode 100644 index 00000000..5f03570c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-480.webp new file mode 100644 index 00000000..a0e03f9b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-800.webp new file mode 100644 index 00000000..5f03570c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_038-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-1400.webp new file mode 100644 index 00000000..6fd33ff6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-480.webp new file mode 100644 index 00000000..14559c66 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-800.webp new file mode 100644 index 00000000..6fd33ff6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_039-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-1400.webp new file mode 100644 index 00000000..92df46a5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-480.webp new file mode 100644 index 00000000..ec6c1691 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-800.webp new file mode 100644 index 00000000..92df46a5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_040-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-1400.webp new file mode 100644 index 00000000..337cb07a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-480.webp new file mode 100644 index 00000000..f9e80512 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-800.webp new file mode 100644 index 00000000..337cb07a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_041-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-1400.webp new file mode 100644 index 00000000..241e2e4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-480.webp new file mode 100644 index 00000000..bc2b4fbb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-800.webp new file mode 100644 index 00000000..241e2e4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_042-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-1400.webp new file mode 100644 index 00000000..a92e0d67 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-480.webp new file mode 100644 index 00000000..ac9fc00a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-800.webp new file mode 100644 index 00000000..a92e0d67 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_043-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-1400.webp new file mode 100644 index 00000000..ab97e68f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-480.webp new file mode 100644 index 00000000..976369a1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-800.webp new file mode 100644 index 00000000..ab97e68f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_044-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-1400.webp new file mode 100644 index 00000000..bc647077 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-480.webp new file mode 100644 index 00000000..d8d20c42 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-800.webp new file mode 100644 index 00000000..bc647077 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_045-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-1400.webp new file mode 100644 index 00000000..d28c97a0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-480.webp new file mode 100644 index 00000000..ff268af3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-800.webp new file mode 100644 index 00000000..d28c97a0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_046-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-1400.webp new file mode 100644 index 00000000..732287ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-480.webp new file mode 100644 index 00000000..ccf97a30 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-800.webp new file mode 100644 index 00000000..732287ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_047-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-1400.webp new file mode 100644 index 00000000..0624162a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-480.webp new file mode 100644 index 00000000..3fe56805 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-800.webp new file mode 100644 index 00000000..0624162a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_048-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-1400.webp new file mode 100644 index 00000000..40fd493f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-480.webp new file mode 100644 index 00000000..a935885f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-800.webp new file mode 100644 index 00000000..40fd493f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_049-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-1400.webp new file mode 100644 index 00000000..9a5985b5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-480.webp new file mode 100644 index 00000000..ac8f766d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-800.webp new file mode 100644 index 00000000..9a5985b5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_050-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-1400.webp new file mode 100644 index 00000000..758eaf12 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-480.webp new file mode 100644 index 00000000..9018fe3c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-800.webp new file mode 100644 index 00000000..758eaf12 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_051-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-1400.webp new file mode 100644 index 00000000..29cad667 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-480.webp new file mode 100644 index 00000000..c3b1b194 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-800.webp new file mode 100644 index 00000000..29cad667 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_052-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-1400.webp new file mode 100644 index 00000000..f0dd2400 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-480.webp new file mode 100644 index 00000000..4f125063 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-800.webp new file mode 100644 index 00000000..f0dd2400 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_053-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-1400.webp new file mode 100644 index 00000000..494333b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-480.webp new file mode 100644 index 00000000..df261260 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-800.webp new file mode 100644 index 00000000..494333b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_054-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-1400.webp new file mode 100644 index 00000000..da51cd33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-480.webp new file mode 100644 index 00000000..b48bab3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-800.webp new file mode 100644 index 00000000..da51cd33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_055-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-1400.webp new file mode 100644 index 00000000..1c70620b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-480.webp new file mode 100644 index 00000000..da1547c2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-800.webp new file mode 100644 index 00000000..1c70620b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_056-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-1400.webp new file mode 100644 index 00000000..8ebb9d08 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-480.webp new file mode 100644 index 00000000..e10294d4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-800.webp new file mode 100644 index 00000000..8ebb9d08 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_057-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-1400.webp new file mode 100644 index 00000000..9bd92cb5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-480.webp new file mode 100644 index 00000000..c0457673 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-800.webp new file mode 100644 index 00000000..9bd92cb5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_058-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-1400.webp new file mode 100644 index 00000000..f24fe2fb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-480.webp new file mode 100644 index 00000000..ff4c18bf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-800.webp new file mode 100644 index 00000000..f24fe2fb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_059-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-1400.webp new file mode 100644 index 00000000..936bd486 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-480.webp new file mode 100644 index 00000000..f740d32a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-800.webp new file mode 100644 index 00000000..936bd486 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_060-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-1400.webp new file mode 100644 index 00000000..4282341e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-480.webp new file mode 100644 index 00000000..94ccad09 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-800.webp new file mode 100644 index 00000000..4282341e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_061-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-1400.webp new file mode 100644 index 00000000..65efa57a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-480.webp new file mode 100644 index 00000000..0796223a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-800.webp new file mode 100644 index 00000000..65efa57a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_062-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-1400.webp new file mode 100644 index 00000000..21ddd786 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-480.webp new file mode 100644 index 00000000..79bf1197 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-800.webp new file mode 100644 index 00000000..21ddd786 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_063-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-1400.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-1400.webp new file mode 100644 index 00000000..7ad69adf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-480.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-480.webp new file mode 100644 index 00000000..42debd61 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-800.webp b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-800.webp new file mode 100644 index 00000000..7ad69adf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/corrected_translation/img_064-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/endpoint_images-1400.webp b/assets/img/2023-11-01-latent-interpolation/endpoint_images-1400.webp new file mode 100644 index 00000000..3ea350a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/endpoint_images-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/endpoint_images-480.webp b/assets/img/2023-11-01-latent-interpolation/endpoint_images-480.webp new file mode 100644 index 00000000..e587256e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/endpoint_images-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/endpoint_images-800.webp b/assets/img/2023-11-01-latent-interpolation/endpoint_images-800.webp new file mode 100644 index 00000000..3ea350a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/endpoint_images-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/extreme_case-1400.webp b/assets/img/2023-11-01-latent-interpolation/extreme_case-1400.webp new file mode 100644 index 00000000..bd1eb223 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/extreme_case-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/extreme_case-480.webp b/assets/img/2023-11-01-latent-interpolation/extreme_case-480.webp new file mode 100644 index 00000000..17574edd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/extreme_case-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/extreme_case-800.webp b/assets/img/2023-11-01-latent-interpolation/extreme_case-800.webp new file mode 100644 index 00000000..bd1eb223 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/extreme_case-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-1400.webp b/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-1400.webp new file mode 100644 index 00000000..4d871fee Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-480.webp b/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-480.webp new file mode 100644 index 00000000..68109390 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-800.webp b/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-800.webp new file mode 100644 index 00000000..4d871fee Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/interpolations_comparison-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/latent_dim-1400.webp b/assets/img/2023-11-01-latent-interpolation/latent_dim-1400.webp new file mode 100644 index 00000000..7b4d0edd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/latent_dim-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/latent_dim-480.webp b/assets/img/2023-11-01-latent-interpolation/latent_dim-480.webp new file mode 100644 index 00000000..1dedcfc8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/latent_dim-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/latent_dim-800.webp b/assets/img/2023-11-01-latent-interpolation/latent_dim-800.webp new file mode 100644 index 00000000..7b4d0edd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/latent_dim-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/latent_interpolation-1400.webp b/assets/img/2023-11-01-latent-interpolation/latent_interpolation-1400.webp new file mode 100644 index 00000000..87531582 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/latent_interpolation-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/latent_interpolation-480.webp b/assets/img/2023-11-01-latent-interpolation/latent_interpolation-480.webp new file mode 100644 index 00000000..07246b8f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/latent_interpolation-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/latent_interpolation-800.webp b/assets/img/2023-11-01-latent-interpolation/latent_interpolation-800.webp new file mode 100644 index 00000000..87531582 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/latent_interpolation-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/linear_interpolation-1400.webp b/assets/img/2023-11-01-latent-interpolation/linear_interpolation-1400.webp new file mode 100644 index 00000000..760a103a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/linear_interpolation-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/linear_interpolation-480.webp b/assets/img/2023-11-01-latent-interpolation/linear_interpolation-480.webp new file mode 100644 index 00000000..5f985e63 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/linear_interpolation-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/linear_interpolation-800.webp b/assets/img/2023-11-01-latent-interpolation/linear_interpolation-800.webp new file mode 100644 index 00000000..760a103a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/linear_interpolation-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-1400.webp b/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-1400.webp new file mode 100644 index 00000000..9b77bfbd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-480.webp b/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-480.webp new file mode 100644 index 00000000..1d681313 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-800.webp b/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-800.webp new file mode 100644 index 00000000..9b77bfbd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/normalized_interpolation-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-1400.webp b/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-1400.webp new file mode 100644 index 00000000..47a1c1bf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-480.webp b/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-480.webp new file mode 100644 index 00000000..5a0c6757 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-800.webp b/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-800.webp new file mode 100644 index 00000000..47a1c1bf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/slerp_interpolation-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/text_interpolation-1400.webp b/assets/img/2023-11-01-latent-interpolation/text_interpolation-1400.webp new file mode 100644 index 00000000..67a3babb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/text_interpolation-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/text_interpolation-480.webp b/assets/img/2023-11-01-latent-interpolation/text_interpolation-480.webp new file mode 100644 index 00000000..4433cab0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/text_interpolation-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/text_interpolation-800.webp b/assets/img/2023-11-01-latent-interpolation/text_interpolation-800.webp new file mode 100644 index 00000000..67a3babb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/text_interpolation-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_000-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_000-1400.webp new file mode 100644 index 00000000..2e4c192c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_000-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_000-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_000-480.webp new file mode 100644 index 00000000..bd558a63 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_000-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_000-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_000-800.webp new file mode 100644 index 00000000..2e4c192c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_000-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_001-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_001-1400.webp new file mode 100644 index 00000000..cf9b3c13 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_001-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_001-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_001-480.webp new file mode 100644 index 00000000..e64ed093 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_001-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_001-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_001-800.webp new file mode 100644 index 00000000..cf9b3c13 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_001-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_002-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_002-1400.webp new file mode 100644 index 00000000..dd6e25a9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_002-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_002-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_002-480.webp new file mode 100644 index 00000000..ac857ba1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_002-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_002-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_002-800.webp new file mode 100644 index 00000000..dd6e25a9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_002-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_003-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_003-1400.webp new file mode 100644 index 00000000..e759705c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_003-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_003-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_003-480.webp new file mode 100644 index 00000000..09cf4479 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_003-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_003-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_003-800.webp new file mode 100644 index 00000000..e759705c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_003-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_004-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_004-1400.webp new file mode 100644 index 00000000..5976faae Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_004-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_004-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_004-480.webp new file mode 100644 index 00000000..15d97a38 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_004-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_004-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_004-800.webp new file mode 100644 index 00000000..5976faae Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_004-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_005-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_005-1400.webp new file mode 100644 index 00000000..42d2006f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_005-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_005-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_005-480.webp new file mode 100644 index 00000000..59b2e8c2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_005-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_005-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_005-800.webp new file mode 100644 index 00000000..42d2006f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_005-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_006-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_006-1400.webp new file mode 100644 index 00000000..84f89fbc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_006-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_006-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_006-480.webp new file mode 100644 index 00000000..14628a7c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_006-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_006-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_006-800.webp new file mode 100644 index 00000000..84f89fbc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_006-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_007-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_007-1400.webp new file mode 100644 index 00000000..86cfbf49 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_007-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_007-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_007-480.webp new file mode 100644 index 00000000..4d0bf10b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_007-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_007-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_007-800.webp new file mode 100644 index 00000000..86cfbf49 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_007-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_008-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_008-1400.webp new file mode 100644 index 00000000..1f95b0ee Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_008-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_008-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_008-480.webp new file mode 100644 index 00000000..10b5ff4a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_008-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_008-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_008-800.webp new file mode 100644 index 00000000..1f95b0ee Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_008-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_009-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_009-1400.webp new file mode 100644 index 00000000..6e587efe Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_009-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_009-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_009-480.webp new file mode 100644 index 00000000..e2ec32f9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_009-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_009-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_009-800.webp new file mode 100644 index 00000000..6e587efe Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_009-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_010-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_010-1400.webp new file mode 100644 index 00000000..3c303651 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_010-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_010-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_010-480.webp new file mode 100644 index 00000000..d936b134 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_010-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_010-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_010-800.webp new file mode 100644 index 00000000..3c303651 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_010-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_011-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_011-1400.webp new file mode 100644 index 00000000..4d8b9726 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_011-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_011-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_011-480.webp new file mode 100644 index 00000000..7a022fc2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_011-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_011-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_011-800.webp new file mode 100644 index 00000000..4d8b9726 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_011-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_012-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_012-1400.webp new file mode 100644 index 00000000..9d68b947 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_012-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_012-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_012-480.webp new file mode 100644 index 00000000..b457280f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_012-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_012-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_012-800.webp new file mode 100644 index 00000000..9d68b947 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_012-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_013-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_013-1400.webp new file mode 100644 index 00000000..37bdbffb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_013-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_013-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_013-480.webp new file mode 100644 index 00000000..7b3afeab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_013-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_013-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_013-800.webp new file mode 100644 index 00000000..37bdbffb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_013-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_014-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_014-1400.webp new file mode 100644 index 00000000..1658cbde Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_014-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_014-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_014-480.webp new file mode 100644 index 00000000..9e09542f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_014-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_014-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_014-800.webp new file mode 100644 index 00000000..1658cbde Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_014-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_015-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_015-1400.webp new file mode 100644 index 00000000..010efe7a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_015-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_015-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_015-480.webp new file mode 100644 index 00000000..b11f6a4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_015-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_015-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_015-800.webp new file mode 100644 index 00000000..010efe7a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_015-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_016-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_016-1400.webp new file mode 100644 index 00000000..8ae31e1a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_016-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_016-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_016-480.webp new file mode 100644 index 00000000..8572026e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_016-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_016-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_016-800.webp new file mode 100644 index 00000000..8ae31e1a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_016-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_017-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_017-1400.webp new file mode 100644 index 00000000..0fb26b70 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_017-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_017-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_017-480.webp new file mode 100644 index 00000000..9ce4798c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_017-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_017-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_017-800.webp new file mode 100644 index 00000000..0fb26b70 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_017-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_018-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_018-1400.webp new file mode 100644 index 00000000..16f46fd5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_018-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_018-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_018-480.webp new file mode 100644 index 00000000..33d7be5e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_018-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_018-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_018-800.webp new file mode 100644 index 00000000..16f46fd5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_018-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_019-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_019-1400.webp new file mode 100644 index 00000000..002710c8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_019-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_019-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_019-480.webp new file mode 100644 index 00000000..7c79b9dd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_019-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_019-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_019-800.webp new file mode 100644 index 00000000..002710c8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_019-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_020-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_020-1400.webp new file mode 100644 index 00000000..7ae45a95 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_020-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_020-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_020-480.webp new file mode 100644 index 00000000..2e42a836 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_020-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_020-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_020-800.webp new file mode 100644 index 00000000..7ae45a95 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_020-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_021-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_021-1400.webp new file mode 100644 index 00000000..f5e91153 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_021-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_021-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_021-480.webp new file mode 100644 index 00000000..60936fe9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_021-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_021-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_021-800.webp new file mode 100644 index 00000000..f5e91153 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_021-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_022-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_022-1400.webp new file mode 100644 index 00000000..f29cc1a7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_022-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_022-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_022-480.webp new file mode 100644 index 00000000..b998d188 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_022-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_022-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_022-800.webp new file mode 100644 index 00000000..f29cc1a7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_022-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_023-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_023-1400.webp new file mode 100644 index 00000000..92a51ae0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_023-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_023-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_023-480.webp new file mode 100644 index 00000000..1d7b9c6b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_023-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_023-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_023-800.webp new file mode 100644 index 00000000..92a51ae0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_023-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_024-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_024-1400.webp new file mode 100644 index 00000000..c4659620 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_024-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_024-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_024-480.webp new file mode 100644 index 00000000..044978b5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_024-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_024-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_024-800.webp new file mode 100644 index 00000000..c4659620 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_024-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_025-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_025-1400.webp new file mode 100644 index 00000000..0df19181 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_025-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_025-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_025-480.webp new file mode 100644 index 00000000..57a32bd5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_025-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_025-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_025-800.webp new file mode 100644 index 00000000..0df19181 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_025-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_026-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_026-1400.webp new file mode 100644 index 00000000..2f537321 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_026-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_026-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_026-480.webp new file mode 100644 index 00000000..779361d6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_026-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_026-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_026-800.webp new file mode 100644 index 00000000..2f537321 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_026-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_027-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_027-1400.webp new file mode 100644 index 00000000..cb9dc66f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_027-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_027-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_027-480.webp new file mode 100644 index 00000000..aa47de95 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_027-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_027-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_027-800.webp new file mode 100644 index 00000000..cb9dc66f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_027-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_028-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_028-1400.webp new file mode 100644 index 00000000..3f365aab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_028-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_028-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_028-480.webp new file mode 100644 index 00000000..4d03a145 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_028-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_028-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_028-800.webp new file mode 100644 index 00000000..3f365aab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_028-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_029-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_029-1400.webp new file mode 100644 index 00000000..6a2527a5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_029-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_029-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_029-480.webp new file mode 100644 index 00000000..aac137d1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_029-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_029-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_029-800.webp new file mode 100644 index 00000000..6a2527a5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_029-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_030-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_030-1400.webp new file mode 100644 index 00000000..3d0e78d3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_030-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_030-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_030-480.webp new file mode 100644 index 00000000..31948abf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_030-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_030-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_030-800.webp new file mode 100644 index 00000000..3d0e78d3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_030-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_031-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_031-1400.webp new file mode 100644 index 00000000..8feb6d67 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_031-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_031-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_031-480.webp new file mode 100644 index 00000000..b770f3d5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_031-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_031-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_031-800.webp new file mode 100644 index 00000000..8feb6d67 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_031-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_032-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_032-1400.webp new file mode 100644 index 00000000..fefb13c6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_032-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_032-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_032-480.webp new file mode 100644 index 00000000..75313792 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_032-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_032-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_032-800.webp new file mode 100644 index 00000000..fefb13c6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_032-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_033-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_033-1400.webp new file mode 100644 index 00000000..9995f3c2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_033-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_033-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_033-480.webp new file mode 100644 index 00000000..4c714690 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_033-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_033-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_033-800.webp new file mode 100644 index 00000000..9995f3c2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_033-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_034-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_034-1400.webp new file mode 100644 index 00000000..9b2b0d37 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_034-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_034-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_034-480.webp new file mode 100644 index 00000000..4620359a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_034-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_034-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_034-800.webp new file mode 100644 index 00000000..9b2b0d37 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_034-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_035-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_035-1400.webp new file mode 100644 index 00000000..6785a28c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_035-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_035-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_035-480.webp new file mode 100644 index 00000000..d03af64d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_035-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_035-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_035-800.webp new file mode 100644 index 00000000..6785a28c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_035-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_036-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_036-1400.webp new file mode 100644 index 00000000..f5d1ba5c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_036-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_036-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_036-480.webp new file mode 100644 index 00000000..34112751 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_036-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_036-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_036-800.webp new file mode 100644 index 00000000..f5d1ba5c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_036-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_037-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_037-1400.webp new file mode 100644 index 00000000..96ed6aa1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_037-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_037-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_037-480.webp new file mode 100644 index 00000000..fff8c45c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_037-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_037-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_037-800.webp new file mode 100644 index 00000000..96ed6aa1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_037-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_038-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_038-1400.webp new file mode 100644 index 00000000..5d641009 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_038-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_038-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_038-480.webp new file mode 100644 index 00000000..b62f8e8a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_038-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_038-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_038-800.webp new file mode 100644 index 00000000..5d641009 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_038-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_039-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_039-1400.webp new file mode 100644 index 00000000..61533f26 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_039-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_039-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_039-480.webp new file mode 100644 index 00000000..961d64d5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_039-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_039-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_039-800.webp new file mode 100644 index 00000000..61533f26 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_039-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_040-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_040-1400.webp new file mode 100644 index 00000000..3cf71e69 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_040-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_040-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_040-480.webp new file mode 100644 index 00000000..b9d3a756 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_040-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_040-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_040-800.webp new file mode 100644 index 00000000..3cf71e69 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_040-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_041-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_041-1400.webp new file mode 100644 index 00000000..c80863b5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_041-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_041-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_041-480.webp new file mode 100644 index 00000000..addfc21a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_041-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_041-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_041-800.webp new file mode 100644 index 00000000..c80863b5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_041-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_042-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_042-1400.webp new file mode 100644 index 00000000..a2fd56fb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_042-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_042-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_042-480.webp new file mode 100644 index 00000000..71e16517 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_042-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_042-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_042-800.webp new file mode 100644 index 00000000..a2fd56fb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_042-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_043-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_043-1400.webp new file mode 100644 index 00000000..022c200a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_043-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_043-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_043-480.webp new file mode 100644 index 00000000..f9262a71 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_043-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_043-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_043-800.webp new file mode 100644 index 00000000..022c200a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_043-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_044-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_044-1400.webp new file mode 100644 index 00000000..221b7cfd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_044-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_044-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_044-480.webp new file mode 100644 index 00000000..99a4eb42 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_044-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_044-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_044-800.webp new file mode 100644 index 00000000..221b7cfd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_044-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_045-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_045-1400.webp new file mode 100644 index 00000000..d1269549 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_045-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_045-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_045-480.webp new file mode 100644 index 00000000..05daaf11 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_045-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_045-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_045-800.webp new file mode 100644 index 00000000..d1269549 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_045-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_046-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_046-1400.webp new file mode 100644 index 00000000..e95f46c2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_046-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_046-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_046-480.webp new file mode 100644 index 00000000..2e1a8e01 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_046-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_046-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_046-800.webp new file mode 100644 index 00000000..e95f46c2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_046-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_047-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_047-1400.webp new file mode 100644 index 00000000..98ab7a7f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_047-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_047-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_047-480.webp new file mode 100644 index 00000000..b1b732ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_047-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_047-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_047-800.webp new file mode 100644 index 00000000..98ab7a7f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_047-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_048-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_048-1400.webp new file mode 100644 index 00000000..8495d35f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_048-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_048-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_048-480.webp new file mode 100644 index 00000000..3dc7b771 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_048-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_048-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_048-800.webp new file mode 100644 index 00000000..8495d35f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_048-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_049-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_049-1400.webp new file mode 100644 index 00000000..f5744a6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_049-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_049-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_049-480.webp new file mode 100644 index 00000000..4e52a8d6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_049-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_049-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_049-800.webp new file mode 100644 index 00000000..f5744a6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_049-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_050-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_050-1400.webp new file mode 100644 index 00000000..f4ea829c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_050-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_050-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_050-480.webp new file mode 100644 index 00000000..c9ce348a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_050-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_050-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_050-800.webp new file mode 100644 index 00000000..f4ea829c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_050-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_051-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_051-1400.webp new file mode 100644 index 00000000..f7d7f693 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_051-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_051-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_051-480.webp new file mode 100644 index 00000000..5749b3c2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_051-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_051-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_051-800.webp new file mode 100644 index 00000000..f7d7f693 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_051-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_052-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_052-1400.webp new file mode 100644 index 00000000..a6c96462 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_052-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_052-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_052-480.webp new file mode 100644 index 00000000..f6bc8561 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_052-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_052-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_052-800.webp new file mode 100644 index 00000000..a6c96462 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_052-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_053-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_053-1400.webp new file mode 100644 index 00000000..9c1be2ec Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_053-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_053-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_053-480.webp new file mode 100644 index 00000000..5417b99a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_053-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_053-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_053-800.webp new file mode 100644 index 00000000..9c1be2ec Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_053-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_054-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_054-1400.webp new file mode 100644 index 00000000..de3bf722 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_054-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_054-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_054-480.webp new file mode 100644 index 00000000..0b9222fe Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_054-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_054-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_054-800.webp new file mode 100644 index 00000000..de3bf722 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_054-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_055-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_055-1400.webp new file mode 100644 index 00000000..2284ac7c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_055-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_055-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_055-480.webp new file mode 100644 index 00000000..7543f8f4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_055-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_055-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_055-800.webp new file mode 100644 index 00000000..2284ac7c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_055-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_056-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_056-1400.webp new file mode 100644 index 00000000..c42b3da5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_056-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_056-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_056-480.webp new file mode 100644 index 00000000..b80797b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_056-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_056-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_056-800.webp new file mode 100644 index 00000000..c42b3da5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_056-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_057-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_057-1400.webp new file mode 100644 index 00000000..a5b10c50 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_057-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_057-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_057-480.webp new file mode 100644 index 00000000..533583c8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_057-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_057-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_057-800.webp new file mode 100644 index 00000000..a5b10c50 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_057-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_058-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_058-1400.webp new file mode 100644 index 00000000..7dfc9d70 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_058-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_058-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_058-480.webp new file mode 100644 index 00000000..9af2afa7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_058-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_058-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_058-800.webp new file mode 100644 index 00000000..7dfc9d70 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_058-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_059-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_059-1400.webp new file mode 100644 index 00000000..7fc0fcfe Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_059-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_059-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_059-480.webp new file mode 100644 index 00000000..136b95d6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_059-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_059-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_059-800.webp new file mode 100644 index 00000000..7fc0fcfe Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_059-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_060-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_060-1400.webp new file mode 100644 index 00000000..7755a7e7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_060-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_060-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_060-480.webp new file mode 100644 index 00000000..217ee9d7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_060-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_060-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_060-800.webp new file mode 100644 index 00000000..7755a7e7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_060-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_061-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_061-1400.webp new file mode 100644 index 00000000..8b70c654 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_061-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_061-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_061-480.webp new file mode 100644 index 00000000..e94d6478 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_061-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_061-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_061-800.webp new file mode 100644 index 00000000..8b70c654 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_061-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_062-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_062-1400.webp new file mode 100644 index 00000000..870e4bd5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_062-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_062-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_062-480.webp new file mode 100644 index 00000000..4b135302 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_062-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_062-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_062-800.webp new file mode 100644 index 00000000..870e4bd5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_062-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_063-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_063-1400.webp new file mode 100644 index 00000000..2194d79b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_063-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_063-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_063-480.webp new file mode 100644 index 00000000..bc17149c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_063-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_063-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_063-800.webp new file mode 100644 index 00000000..2194d79b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_063-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_064-1400.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_064-1400.webp new file mode 100644 index 00000000..cc46966a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_064-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_064-480.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_064-480.webp new file mode 100644 index 00000000..e2e12319 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_064-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/translation/img_064-800.webp b/assets/img/2023-11-01-latent-interpolation/translation/img_064-800.webp new file mode 100644 index 00000000..cc46966a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/translation/img_064-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0000-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0000-1400.webp new file mode 100644 index 00000000..85f9d643 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0000-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0000-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0000-480.webp new file mode 100644 index 00000000..d2e7793a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0000-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0000-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0000-800.webp new file mode 100644 index 00000000..85f9d643 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0000-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0001-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0001-1400.webp new file mode 100644 index 00000000..72e559e4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0001-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0001-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0001-480.webp new file mode 100644 index 00000000..bdb62536 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0001-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0001-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0001-800.webp new file mode 100644 index 00000000..72e559e4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0001-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0002-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0002-1400.webp new file mode 100644 index 00000000..de00e2be Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0002-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0002-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0002-480.webp new file mode 100644 index 00000000..3769a680 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0002-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0002-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0002-800.webp new file mode 100644 index 00000000..de00e2be Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0002-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0003-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0003-1400.webp new file mode 100644 index 00000000..5b08c1ab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0003-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0003-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0003-480.webp new file mode 100644 index 00000000..0f1dd83c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0003-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0003-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0003-800.webp new file mode 100644 index 00000000..5b08c1ab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0003-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0004-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0004-1400.webp new file mode 100644 index 00000000..cb965b27 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0004-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0004-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0004-480.webp new file mode 100644 index 00000000..b3cd40e7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0004-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0004-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0004-800.webp new file mode 100644 index 00000000..cb965b27 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0004-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0005-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0005-1400.webp new file mode 100644 index 00000000..02ca3158 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0005-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0005-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0005-480.webp new file mode 100644 index 00000000..e2300c1b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0005-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0005-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0005-800.webp new file mode 100644 index 00000000..02ca3158 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0005-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0006-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0006-1400.webp new file mode 100644 index 00000000..55597ec1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0006-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0006-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0006-480.webp new file mode 100644 index 00000000..a0640af0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0006-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0006-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0006-800.webp new file mode 100644 index 00000000..55597ec1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0006-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0007-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0007-1400.webp new file mode 100644 index 00000000..8617109e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0007-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0007-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0007-480.webp new file mode 100644 index 00000000..fff5592f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0007-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0007-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0007-800.webp new file mode 100644 index 00000000..8617109e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0007-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0008-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0008-1400.webp new file mode 100644 index 00000000..3644077f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0008-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0008-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0008-480.webp new file mode 100644 index 00000000..077159d5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0008-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0008-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0008-800.webp new file mode 100644 index 00000000..3644077f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0008-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0009-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0009-1400.webp new file mode 100644 index 00000000..40618926 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0009-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0009-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0009-480.webp new file mode 100644 index 00000000..dc0ce42f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0009-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0009-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0009-800.webp new file mode 100644 index 00000000..40618926 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0009-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0010-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0010-1400.webp new file mode 100644 index 00000000..34acbc29 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0010-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0010-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0010-480.webp new file mode 100644 index 00000000..669f1879 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0010-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0010-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0010-800.webp new file mode 100644 index 00000000..34acbc29 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0010-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0011-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0011-1400.webp new file mode 100644 index 00000000..26e73b02 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0011-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0011-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0011-480.webp new file mode 100644 index 00000000..64f944d9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0011-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0011-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0011-800.webp new file mode 100644 index 00000000..26e73b02 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0011-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0012-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0012-1400.webp new file mode 100644 index 00000000..6d167005 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0012-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0012-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0012-480.webp new file mode 100644 index 00000000..255a278d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0012-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0012-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0012-800.webp new file mode 100644 index 00000000..6d167005 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0012-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0013-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0013-1400.webp new file mode 100644 index 00000000..9497f42e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0013-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0013-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0013-480.webp new file mode 100644 index 00000000..b93c16ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0013-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0013-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0013-800.webp new file mode 100644 index 00000000..9497f42e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0013-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0014-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0014-1400.webp new file mode 100644 index 00000000..190ff30f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0014-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0014-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0014-480.webp new file mode 100644 index 00000000..3c40d723 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0014-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0014-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0014-800.webp new file mode 100644 index 00000000..190ff30f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0014-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0015-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0015-1400.webp new file mode 100644 index 00000000..123b7416 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0015-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0015-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0015-480.webp new file mode 100644 index 00000000..bfcd289e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0015-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0015-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0015-800.webp new file mode 100644 index 00000000..123b7416 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0015-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0016-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0016-1400.webp new file mode 100644 index 00000000..c7f4c0a9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0016-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0016-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0016-480.webp new file mode 100644 index 00000000..8a180b35 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0016-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0016-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0016-800.webp new file mode 100644 index 00000000..c7f4c0a9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0016-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0017-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0017-1400.webp new file mode 100644 index 00000000..63498b37 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0017-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0017-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0017-480.webp new file mode 100644 index 00000000..9bd35fa1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0017-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0017-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0017-800.webp new file mode 100644 index 00000000..63498b37 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0017-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0018-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0018-1400.webp new file mode 100644 index 00000000..027d036b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0018-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0018-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0018-480.webp new file mode 100644 index 00000000..0de21ec3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0018-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0018-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0018-800.webp new file mode 100644 index 00000000..027d036b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0018-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0019-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0019-1400.webp new file mode 100644 index 00000000..eeee1c3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0019-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0019-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0019-480.webp new file mode 100644 index 00000000..51ac3822 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0019-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0019-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0019-800.webp new file mode 100644 index 00000000..eeee1c3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0019-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0020-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0020-1400.webp new file mode 100644 index 00000000..ce7ed9a9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0020-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0020-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0020-480.webp new file mode 100644 index 00000000..46e503af Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0020-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0020-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0020-800.webp new file mode 100644 index 00000000..ce7ed9a9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0020-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0021-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0021-1400.webp new file mode 100644 index 00000000..683c8098 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0021-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0021-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0021-480.webp new file mode 100644 index 00000000..4547008b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0021-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0021-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0021-800.webp new file mode 100644 index 00000000..683c8098 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0021-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0022-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0022-1400.webp new file mode 100644 index 00000000..d891775b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0022-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0022-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0022-480.webp new file mode 100644 index 00000000..f905b1d2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0022-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0022-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0022-800.webp new file mode 100644 index 00000000..d891775b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0022-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0023-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0023-1400.webp new file mode 100644 index 00000000..dc0fa74c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0023-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0023-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0023-480.webp new file mode 100644 index 00000000..107ce1ea Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0023-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0023-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0023-800.webp new file mode 100644 index 00000000..dc0fa74c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0023-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0024-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0024-1400.webp new file mode 100644 index 00000000..9feba842 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0024-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0024-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0024-480.webp new file mode 100644 index 00000000..18d62db0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0024-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0024-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0024-800.webp new file mode 100644 index 00000000..9feba842 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0024-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0025-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0025-1400.webp new file mode 100644 index 00000000..5088fd85 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0025-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0025-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0025-480.webp new file mode 100644 index 00000000..a3a10b54 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0025-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0025-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0025-800.webp new file mode 100644 index 00000000..5088fd85 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0025-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0026-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0026-1400.webp new file mode 100644 index 00000000..60afd0de Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0026-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0026-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0026-480.webp new file mode 100644 index 00000000..181c51fa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0026-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0026-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0026-800.webp new file mode 100644 index 00000000..60afd0de Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0026-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0027-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0027-1400.webp new file mode 100644 index 00000000..c5f9d140 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0027-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0027-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0027-480.webp new file mode 100644 index 00000000..84a003ab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0027-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0027-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0027-800.webp new file mode 100644 index 00000000..c5f9d140 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0027-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0028-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0028-1400.webp new file mode 100644 index 00000000..257d4a98 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0028-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0028-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0028-480.webp new file mode 100644 index 00000000..f7f20791 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0028-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0028-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0028-800.webp new file mode 100644 index 00000000..257d4a98 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0028-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0029-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0029-1400.webp new file mode 100644 index 00000000..41e3ca9c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0029-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0029-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0029-480.webp new file mode 100644 index 00000000..51b31b79 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0029-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0029-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0029-800.webp new file mode 100644 index 00000000..41e3ca9c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0029-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0030-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0030-1400.webp new file mode 100644 index 00000000..29577b92 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0030-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0030-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0030-480.webp new file mode 100644 index 00000000..5974ff48 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0030-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0030-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0030-800.webp new file mode 100644 index 00000000..29577b92 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0030-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0031-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0031-1400.webp new file mode 100644 index 00000000..f9720f72 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0031-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0031-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0031-480.webp new file mode 100644 index 00000000..e15c5c86 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0031-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0031-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0031-800.webp new file mode 100644 index 00000000..f9720f72 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0031-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0032-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0032-1400.webp new file mode 100644 index 00000000..2f63d84a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0032-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0032-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0032-480.webp new file mode 100644 index 00000000..b91e42a3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0032-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0032-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0032-800.webp new file mode 100644 index 00000000..2f63d84a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0032-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0033-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0033-1400.webp new file mode 100644 index 00000000..398294a5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0033-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0033-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0033-480.webp new file mode 100644 index 00000000..3cc84da8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0033-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0033-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0033-800.webp new file mode 100644 index 00000000..398294a5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0033-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0034-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0034-1400.webp new file mode 100644 index 00000000..f83762a2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0034-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0034-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0034-480.webp new file mode 100644 index 00000000..e1954abc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0034-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0034-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0034-800.webp new file mode 100644 index 00000000..f83762a2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0034-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0035-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0035-1400.webp new file mode 100644 index 00000000..04d7d223 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0035-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0035-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0035-480.webp new file mode 100644 index 00000000..2ac2c874 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0035-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0035-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0035-800.webp new file mode 100644 index 00000000..04d7d223 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0035-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0036-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0036-1400.webp new file mode 100644 index 00000000..37dd5720 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0036-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0036-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0036-480.webp new file mode 100644 index 00000000..d07af093 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0036-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0036-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0036-800.webp new file mode 100644 index 00000000..37dd5720 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0036-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0037-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0037-1400.webp new file mode 100644 index 00000000..842e5050 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0037-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0037-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0037-480.webp new file mode 100644 index 00000000..c63cadd9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0037-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0037-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0037-800.webp new file mode 100644 index 00000000..842e5050 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0037-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0038-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0038-1400.webp new file mode 100644 index 00000000..fb84dabd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0038-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0038-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0038-480.webp new file mode 100644 index 00000000..94055f54 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0038-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0038-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0038-800.webp new file mode 100644 index 00000000..fb84dabd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0038-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0039-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0039-1400.webp new file mode 100644 index 00000000..20dff016 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0039-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0039-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0039-480.webp new file mode 100644 index 00000000..709b36f1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0039-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0039-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0039-800.webp new file mode 100644 index 00000000..20dff016 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0039-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0040-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0040-1400.webp new file mode 100644 index 00000000..80a142c5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0040-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0040-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0040-480.webp new file mode 100644 index 00000000..a2962bf2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0040-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0040-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0040-800.webp new file mode 100644 index 00000000..80a142c5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0040-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0041-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0041-1400.webp new file mode 100644 index 00000000..38c1fb6c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0041-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0041-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0041-480.webp new file mode 100644 index 00000000..b4480608 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0041-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0041-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0041-800.webp new file mode 100644 index 00000000..38c1fb6c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0041-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0042-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0042-1400.webp new file mode 100644 index 00000000..68334eb5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0042-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0042-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0042-480.webp new file mode 100644 index 00000000..8f339755 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0042-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0042-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0042-800.webp new file mode 100644 index 00000000..68334eb5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0042-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0043-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0043-1400.webp new file mode 100644 index 00000000..bf9c6261 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0043-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0043-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0043-480.webp new file mode 100644 index 00000000..88c5ba31 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0043-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0043-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0043-800.webp new file mode 100644 index 00000000..bf9c6261 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0043-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0044-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0044-1400.webp new file mode 100644 index 00000000..1980dc74 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0044-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0044-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0044-480.webp new file mode 100644 index 00000000..6c534082 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0044-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0044-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0044-800.webp new file mode 100644 index 00000000..1980dc74 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0044-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0045-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0045-1400.webp new file mode 100644 index 00000000..d404bbc7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0045-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0045-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0045-480.webp new file mode 100644 index 00000000..2cb9dbe1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0045-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0045-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0045-800.webp new file mode 100644 index 00000000..d404bbc7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0045-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0046-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0046-1400.webp new file mode 100644 index 00000000..2985febf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0046-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0046-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0046-480.webp new file mode 100644 index 00000000..05db065d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0046-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0046-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0046-800.webp new file mode 100644 index 00000000..2985febf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0046-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0047-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0047-1400.webp new file mode 100644 index 00000000..1cb06106 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0047-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0047-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0047-480.webp new file mode 100644 index 00000000..042c92ab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0047-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0047-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0047-800.webp new file mode 100644 index 00000000..1cb06106 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0047-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0048-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0048-1400.webp new file mode 100644 index 00000000..6cd4cfd1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0048-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0048-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0048-480.webp new file mode 100644 index 00000000..46ecf466 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0048-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0048-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0048-800.webp new file mode 100644 index 00000000..6cd4cfd1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0048-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0049-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0049-1400.webp new file mode 100644 index 00000000..5c4889b1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0049-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0049-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0049-480.webp new file mode 100644 index 00000000..4c265e3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0049-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0049-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0049-800.webp new file mode 100644 index 00000000..5c4889b1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0049-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0050-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0050-1400.webp new file mode 100644 index 00000000..a0aba860 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0050-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0050-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0050-480.webp new file mode 100644 index 00000000..19d658a4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0050-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0050-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0050-800.webp new file mode 100644 index 00000000..a0aba860 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0050-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0051-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0051-1400.webp new file mode 100644 index 00000000..e143aa3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0051-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0051-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0051-480.webp new file mode 100644 index 00000000..ef590335 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0051-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0051-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0051-800.webp new file mode 100644 index 00000000..e143aa3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0051-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0052-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0052-1400.webp new file mode 100644 index 00000000..54a203d2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0052-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0052-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0052-480.webp new file mode 100644 index 00000000..0f9a224f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0052-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0052-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0052-800.webp new file mode 100644 index 00000000..54a203d2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0052-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0053-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0053-1400.webp new file mode 100644 index 00000000..1097f657 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0053-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0053-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0053-480.webp new file mode 100644 index 00000000..abd68bb3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0053-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0053-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0053-800.webp new file mode 100644 index 00000000..1097f657 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0053-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0054-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0054-1400.webp new file mode 100644 index 00000000..52857e33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0054-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0054-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0054-480.webp new file mode 100644 index 00000000..c0a268fb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0054-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0054-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0054-800.webp new file mode 100644 index 00000000..52857e33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0054-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0055-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0055-1400.webp new file mode 100644 index 00000000..eabcd82b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0055-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0055-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0055-480.webp new file mode 100644 index 00000000..45bce932 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0055-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0055-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0055-800.webp new file mode 100644 index 00000000..eabcd82b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0055-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0056-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0056-1400.webp new file mode 100644 index 00000000..0494ff89 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0056-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0056-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0056-480.webp new file mode 100644 index 00000000..dc403151 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0056-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0056-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0056-800.webp new file mode 100644 index 00000000..0494ff89 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0056-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0057-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0057-1400.webp new file mode 100644 index 00000000..906d17f8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0057-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0057-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0057-480.webp new file mode 100644 index 00000000..01604023 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0057-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0057-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0057-800.webp new file mode 100644 index 00000000..906d17f8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0057-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0058-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0058-1400.webp new file mode 100644 index 00000000..00a44e1f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0058-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0058-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0058-480.webp new file mode 100644 index 00000000..e11d5a52 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0058-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0058-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0058-800.webp new file mode 100644 index 00000000..00a44e1f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0058-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0059-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0059-1400.webp new file mode 100644 index 00000000..886aa64c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0059-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0059-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0059-480.webp new file mode 100644 index 00000000..a3a80c0f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0059-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0059-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0059-800.webp new file mode 100644 index 00000000..886aa64c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0059-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0060-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0060-1400.webp new file mode 100644 index 00000000..eb3ff605 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0060-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0060-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0060-480.webp new file mode 100644 index 00000000..cf340c2e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0060-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0060-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0060-800.webp new file mode 100644 index 00000000..eb3ff605 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0060-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0061-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0061-1400.webp new file mode 100644 index 00000000..0193eb57 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0061-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0061-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0061-480.webp new file mode 100644 index 00000000..263f0a01 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0061-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0061-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0061-800.webp new file mode 100644 index 00000000..0193eb57 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0061-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0062-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0062-1400.webp new file mode 100644 index 00000000..ffbbada8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0062-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0062-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0062-480.webp new file mode 100644 index 00000000..3ae341bc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0062-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0062-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0062-800.webp new file mode 100644 index 00000000..ffbbada8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0062-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0063-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0063-1400.webp new file mode 100644 index 00000000..77818df3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0063-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0063-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0063-480.webp new file mode 100644 index 00000000..75762fa0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0063-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0063-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0063-800.webp new file mode 100644 index 00000000..77818df3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0063-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0064-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0064-1400.webp new file mode 100644 index 00000000..267cc381 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0064-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0064-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0064-480.webp new file mode 100644 index 00000000..b139c43e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0064-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0064-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0064-800.webp new file mode 100644 index 00000000..267cc381 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0064-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0065-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0065-1400.webp new file mode 100644 index 00000000..8064dacc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0065-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0065-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0065-480.webp new file mode 100644 index 00000000..d254b25a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0065-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0065-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0065-800.webp new file mode 100644 index 00000000..8064dacc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0065-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0066-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0066-1400.webp new file mode 100644 index 00000000..f244099c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0066-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0066-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0066-480.webp new file mode 100644 index 00000000..14b08aa5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0066-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0066-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0066-800.webp new file mode 100644 index 00000000..f244099c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0066-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0067-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0067-1400.webp new file mode 100644 index 00000000..636432ef Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0067-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0067-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0067-480.webp new file mode 100644 index 00000000..6ee9f7da Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0067-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0067-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0067-800.webp new file mode 100644 index 00000000..636432ef Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0067-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0068-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0068-1400.webp new file mode 100644 index 00000000..6a8dcd2c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0068-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0068-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0068-480.webp new file mode 100644 index 00000000..fa706684 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0068-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0068-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0068-800.webp new file mode 100644 index 00000000..6a8dcd2c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0068-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0069-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0069-1400.webp new file mode 100644 index 00000000..7ae415d0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0069-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0069-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0069-480.webp new file mode 100644 index 00000000..49308b88 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0069-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0069-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0069-800.webp new file mode 100644 index 00000000..7ae415d0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0069-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0070-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0070-1400.webp new file mode 100644 index 00000000..13813ddd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0070-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0070-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0070-480.webp new file mode 100644 index 00000000..6a6c111f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0070-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0070-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0070-800.webp new file mode 100644 index 00000000..13813ddd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0070-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0071-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0071-1400.webp new file mode 100644 index 00000000..1538ca49 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0071-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0071-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0071-480.webp new file mode 100644 index 00000000..adf303ef Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0071-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0071-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0071-800.webp new file mode 100644 index 00000000..1538ca49 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0071-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0072-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0072-1400.webp new file mode 100644 index 00000000..70136d58 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0072-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0072-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0072-480.webp new file mode 100644 index 00000000..b50089ed Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0072-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0072-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0072-800.webp new file mode 100644 index 00000000..70136d58 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0072-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0073-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0073-1400.webp new file mode 100644 index 00000000..7238ea7e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0073-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0073-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0073-480.webp new file mode 100644 index 00000000..e3cfb432 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0073-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0073-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0073-800.webp new file mode 100644 index 00000000..7238ea7e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0073-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0074-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0074-1400.webp new file mode 100644 index 00000000..d3a6d66e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0074-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0074-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0074-480.webp new file mode 100644 index 00000000..f192c8fd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0074-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0074-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0074-800.webp new file mode 100644 index 00000000..d3a6d66e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0074-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0075-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0075-1400.webp new file mode 100644 index 00000000..33dc948a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0075-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0075-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0075-480.webp new file mode 100644 index 00000000..41e902cb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0075-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0075-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0075-800.webp new file mode 100644 index 00000000..33dc948a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0075-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0076-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0076-1400.webp new file mode 100644 index 00000000..044bcd34 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0076-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0076-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0076-480.webp new file mode 100644 index 00000000..17384c72 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0076-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0076-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0076-800.webp new file mode 100644 index 00000000..044bcd34 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0076-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0077-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0077-1400.webp new file mode 100644 index 00000000..f9883246 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0077-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0077-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0077-480.webp new file mode 100644 index 00000000..06cc7de6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0077-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0077-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0077-800.webp new file mode 100644 index 00000000..f9883246 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0077-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0078-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0078-1400.webp new file mode 100644 index 00000000..9ccf2157 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0078-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0078-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0078-480.webp new file mode 100644 index 00000000..a809782c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0078-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0078-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0078-800.webp new file mode 100644 index 00000000..9ccf2157 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0078-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0079-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0079-1400.webp new file mode 100644 index 00000000..13ff7370 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0079-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0079-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0079-480.webp new file mode 100644 index 00000000..5abef2a3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0079-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0079-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0079-800.webp new file mode 100644 index 00000000..13ff7370 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0079-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0080-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0080-1400.webp new file mode 100644 index 00000000..27a5cc28 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0080-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0080-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0080-480.webp new file mode 100644 index 00000000..3b05a350 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0080-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0080-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0080-800.webp new file mode 100644 index 00000000..27a5cc28 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0080-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0081-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0081-1400.webp new file mode 100644 index 00000000..4d85b3e1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0081-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0081-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0081-480.webp new file mode 100644 index 00000000..0ef6c2a8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0081-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0081-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0081-800.webp new file mode 100644 index 00000000..4d85b3e1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0081-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0082-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0082-1400.webp new file mode 100644 index 00000000..6a53b4c7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0082-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0082-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0082-480.webp new file mode 100644 index 00000000..65129dad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0082-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0082-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0082-800.webp new file mode 100644 index 00000000..6a53b4c7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0082-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0083-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0083-1400.webp new file mode 100644 index 00000000..6b7082e9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0083-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0083-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0083-480.webp new file mode 100644 index 00000000..92973d1c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0083-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0083-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0083-800.webp new file mode 100644 index 00000000..6b7082e9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0083-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0084-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0084-1400.webp new file mode 100644 index 00000000..d03b3c64 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0084-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0084-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0084-480.webp new file mode 100644 index 00000000..33111f96 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0084-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0084-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0084-800.webp new file mode 100644 index 00000000..d03b3c64 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0084-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0085-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0085-1400.webp new file mode 100644 index 00000000..2707df2f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0085-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0085-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0085-480.webp new file mode 100644 index 00000000..d7277a34 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0085-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0085-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0085-800.webp new file mode 100644 index 00000000..2707df2f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0085-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0086-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0086-1400.webp new file mode 100644 index 00000000..0778dd5e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0086-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0086-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0086-480.webp new file mode 100644 index 00000000..c52dd35a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0086-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0086-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0086-800.webp new file mode 100644 index 00000000..0778dd5e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0086-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0087-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0087-1400.webp new file mode 100644 index 00000000..d2aa6834 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0087-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0087-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0087-480.webp new file mode 100644 index 00000000..4d06c89f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0087-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0087-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0087-800.webp new file mode 100644 index 00000000..d2aa6834 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0087-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0088-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0088-1400.webp new file mode 100644 index 00000000..a7b60e58 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0088-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0088-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0088-480.webp new file mode 100644 index 00000000..21e75def Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0088-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0088-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0088-800.webp new file mode 100644 index 00000000..a7b60e58 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0088-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0089-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0089-1400.webp new file mode 100644 index 00000000..0a1a67dd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0089-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0089-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0089-480.webp new file mode 100644 index 00000000..d90236c7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0089-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0089-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0089-800.webp new file mode 100644 index 00000000..0a1a67dd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0089-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0090-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0090-1400.webp new file mode 100644 index 00000000..9f061a7f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0090-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0090-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0090-480.webp new file mode 100644 index 00000000..cdf9953e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0090-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0090-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0090-800.webp new file mode 100644 index 00000000..9f061a7f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0090-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0091-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0091-1400.webp new file mode 100644 index 00000000..e138af3e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0091-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0091-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0091-480.webp new file mode 100644 index 00000000..349728a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0091-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0091-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0091-800.webp new file mode 100644 index 00000000..e138af3e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0091-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0092-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0092-1400.webp new file mode 100644 index 00000000..e2530eac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0092-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0092-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0092-480.webp new file mode 100644 index 00000000..bd95f2a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0092-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0092-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0092-800.webp new file mode 100644 index 00000000..e2530eac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0092-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0093-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0093-1400.webp new file mode 100644 index 00000000..ad63e73c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0093-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0093-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0093-480.webp new file mode 100644 index 00000000..6bc77335 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0093-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0093-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0093-800.webp new file mode 100644 index 00000000..ad63e73c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0093-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0094-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0094-1400.webp new file mode 100644 index 00000000..123d5e7a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0094-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0094-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0094-480.webp new file mode 100644 index 00000000..1125d21d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0094-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0094-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0094-800.webp new file mode 100644 index 00000000..123d5e7a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0094-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0095-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0095-1400.webp new file mode 100644 index 00000000..33f6ae3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0095-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0095-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0095-480.webp new file mode 100644 index 00000000..6d5417c4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0095-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0095-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0095-800.webp new file mode 100644 index 00000000..33f6ae3f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0095-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0096-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0096-1400.webp new file mode 100644 index 00000000..bf60845e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0096-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0096-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0096-480.webp new file mode 100644 index 00000000..f5f16be2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0096-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0096-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0096-800.webp new file mode 100644 index 00000000..bf60845e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0096-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0097-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0097-1400.webp new file mode 100644 index 00000000..623e54ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0097-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0097-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0097-480.webp new file mode 100644 index 00000000..62ea0006 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0097-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0097-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0097-800.webp new file mode 100644 index 00000000..623e54ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0097-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0098-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0098-1400.webp new file mode 100644 index 00000000..8a3c4c17 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0098-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0098-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0098-480.webp new file mode 100644 index 00000000..bfe886d4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0098-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0098-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0098-800.webp new file mode 100644 index 00000000..8a3c4c17 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0098-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0099-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0099-1400.webp new file mode 100644 index 00000000..b6d45448 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0099-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0099-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0099-480.webp new file mode 100644 index 00000000..b7cfc947 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0099-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0099-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0099-800.webp new file mode 100644 index 00000000..b6d45448 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0099-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0100-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0100-1400.webp new file mode 100644 index 00000000..d75ae052 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0100-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0100-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0100-480.webp new file mode 100644 index 00000000..b70c383b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0100-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0100-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0100-800.webp new file mode 100644 index 00000000..d75ae052 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0100-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0101-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0101-1400.webp new file mode 100644 index 00000000..e078cabf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0101-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0101-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0101-480.webp new file mode 100644 index 00000000..fc337ec7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0101-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0101-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0101-800.webp new file mode 100644 index 00000000..e078cabf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0101-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0102-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0102-1400.webp new file mode 100644 index 00000000..2409b1c9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0102-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0102-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0102-480.webp new file mode 100644 index 00000000..fe0b17ab Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0102-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0102-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0102-800.webp new file mode 100644 index 00000000..2409b1c9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0102-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0103-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0103-1400.webp new file mode 100644 index 00000000..addd1585 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0103-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0103-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0103-480.webp new file mode 100644 index 00000000..8a265be2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0103-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0103-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0103-800.webp new file mode 100644 index 00000000..addd1585 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0103-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0104-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0104-1400.webp new file mode 100644 index 00000000..60c900de Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0104-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0104-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0104-480.webp new file mode 100644 index 00000000..a8695f0b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0104-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0104-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0104-800.webp new file mode 100644 index 00000000..60c900de Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0104-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0105-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0105-1400.webp new file mode 100644 index 00000000..d63f08e1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0105-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0105-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0105-480.webp new file mode 100644 index 00000000..3c286ec1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0105-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0105-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0105-800.webp new file mode 100644 index 00000000..d63f08e1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0105-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0106-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0106-1400.webp new file mode 100644 index 00000000..68d4de9b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0106-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0106-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0106-480.webp new file mode 100644 index 00000000..f54063a7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0106-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0106-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0106-800.webp new file mode 100644 index 00000000..68d4de9b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0106-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0107-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0107-1400.webp new file mode 100644 index 00000000..9b67fc8a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0107-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0107-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0107-480.webp new file mode 100644 index 00000000..ee1bc4a8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0107-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0107-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0107-800.webp new file mode 100644 index 00000000..9b67fc8a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0107-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0108-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0108-1400.webp new file mode 100644 index 00000000..647058df Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0108-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0108-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0108-480.webp new file mode 100644 index 00000000..57d602ff Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0108-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0108-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0108-800.webp new file mode 100644 index 00000000..647058df Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0108-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0109-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0109-1400.webp new file mode 100644 index 00000000..0d24cd4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0109-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0109-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0109-480.webp new file mode 100644 index 00000000..280046d8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0109-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0109-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0109-800.webp new file mode 100644 index 00000000..0d24cd4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0109-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0110-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0110-1400.webp new file mode 100644 index 00000000..8ebc63b5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0110-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0110-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0110-480.webp new file mode 100644 index 00000000..1dddf4b7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0110-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0110-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0110-800.webp new file mode 100644 index 00000000..8ebc63b5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0110-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0111-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0111-1400.webp new file mode 100644 index 00000000..d2ff0a34 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0111-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0111-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0111-480.webp new file mode 100644 index 00000000..9090a527 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0111-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0111-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0111-800.webp new file mode 100644 index 00000000..d2ff0a34 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0111-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0112-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0112-1400.webp new file mode 100644 index 00000000..3bb843a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0112-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0112-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0112-480.webp new file mode 100644 index 00000000..244ade3c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0112-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0112-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0112-800.webp new file mode 100644 index 00000000..3bb843a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0112-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0113-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0113-1400.webp new file mode 100644 index 00000000..7d0ef4ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0113-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0113-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0113-480.webp new file mode 100644 index 00000000..c8d2a4ec Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0113-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0113-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0113-800.webp new file mode 100644 index 00000000..7d0ef4ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0113-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0114-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0114-1400.webp new file mode 100644 index 00000000..290ee5c4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0114-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0114-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0114-480.webp new file mode 100644 index 00000000..6ed36eed Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0114-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0114-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0114-800.webp new file mode 100644 index 00000000..290ee5c4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0114-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0115-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0115-1400.webp new file mode 100644 index 00000000..203e82f4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0115-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0115-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0115-480.webp new file mode 100644 index 00000000..252b7470 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0115-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0115-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0115-800.webp new file mode 100644 index 00000000..203e82f4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0115-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0116-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0116-1400.webp new file mode 100644 index 00000000..e4ff6355 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0116-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0116-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0116-480.webp new file mode 100644 index 00000000..0b485263 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0116-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0116-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0116-800.webp new file mode 100644 index 00000000..e4ff6355 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0116-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0117-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0117-1400.webp new file mode 100644 index 00000000..3065955b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0117-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0117-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0117-480.webp new file mode 100644 index 00000000..e91fa91c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0117-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0117-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0117-800.webp new file mode 100644 index 00000000..3065955b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0117-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0118-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0118-1400.webp new file mode 100644 index 00000000..c728a54d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0118-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0118-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0118-480.webp new file mode 100644 index 00000000..69f989b1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0118-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0118-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0118-800.webp new file mode 100644 index 00000000..c728a54d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0118-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0119-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0119-1400.webp new file mode 100644 index 00000000..073e6d21 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0119-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0119-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0119-480.webp new file mode 100644 index 00000000..c2af5084 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0119-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0119-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0119-800.webp new file mode 100644 index 00000000..073e6d21 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0119-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0120-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0120-1400.webp new file mode 100644 index 00000000..438f8511 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0120-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0120-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0120-480.webp new file mode 100644 index 00000000..41e955d7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0120-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0120-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0120-800.webp new file mode 100644 index 00000000..438f8511 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0120-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0121-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0121-1400.webp new file mode 100644 index 00000000..568e7f33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0121-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0121-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0121-480.webp new file mode 100644 index 00000000..187e338c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0121-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0121-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0121-800.webp new file mode 100644 index 00000000..568e7f33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0121-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0122-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0122-1400.webp new file mode 100644 index 00000000..e825ed36 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0122-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0122-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0122-480.webp new file mode 100644 index 00000000..d2789781 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0122-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0122-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0122-800.webp new file mode 100644 index 00000000..e825ed36 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0122-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0123-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0123-1400.webp new file mode 100644 index 00000000..ba5441ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0123-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0123-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0123-480.webp new file mode 100644 index 00000000..02513f99 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0123-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0123-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0123-800.webp new file mode 100644 index 00000000..ba5441ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0123-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0124-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0124-1400.webp new file mode 100644 index 00000000..7f356f6f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0124-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0124-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0124-480.webp new file mode 100644 index 00000000..bf417c87 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0124-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0124-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0124-800.webp new file mode 100644 index 00000000..7f356f6f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0124-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0125-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0125-1400.webp new file mode 100644 index 00000000..345fa533 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0125-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0125-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0125-480.webp new file mode 100644 index 00000000..239342a3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0125-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0125-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0125-800.webp new file mode 100644 index 00000000..345fa533 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0125-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0126-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0126-1400.webp new file mode 100644 index 00000000..3f745fd6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0126-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0126-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0126-480.webp new file mode 100644 index 00000000..a681c479 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0126-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0126-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0126-800.webp new file mode 100644 index 00000000..3f745fd6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0126-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0127-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0127-1400.webp new file mode 100644 index 00000000..180455f9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0127-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0127-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0127-480.webp new file mode 100644 index 00000000..5372f8da Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0127-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0127-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0127-800.webp new file mode 100644 index 00000000..180455f9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0127-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0128-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0128-1400.webp new file mode 100644 index 00000000..c14a99f2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0128-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0128-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0128-480.webp new file mode 100644 index 00000000..6bbacd40 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0128-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0128-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0128-800.webp new file mode 100644 index 00000000..c14a99f2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0128-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0129-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0129-1400.webp new file mode 100644 index 00000000..74f2d255 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0129-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0129-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0129-480.webp new file mode 100644 index 00000000..47960098 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0129-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0129-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0129-800.webp new file mode 100644 index 00000000..74f2d255 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0129-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0130-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0130-1400.webp new file mode 100644 index 00000000..5a8909aa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0130-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0130-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0130-480.webp new file mode 100644 index 00000000..83e5ec4b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0130-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0130-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0130-800.webp new file mode 100644 index 00000000..5a8909aa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0130-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0131-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0131-1400.webp new file mode 100644 index 00000000..7f305936 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0131-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0131-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0131-480.webp new file mode 100644 index 00000000..082a94b6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0131-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0131-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0131-800.webp new file mode 100644 index 00000000..7f305936 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0131-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0132-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0132-1400.webp new file mode 100644 index 00000000..2447a385 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0132-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0132-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0132-480.webp new file mode 100644 index 00000000..bdf71ca8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0132-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0132-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0132-800.webp new file mode 100644 index 00000000..2447a385 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0132-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0133-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0133-1400.webp new file mode 100644 index 00000000..c287868e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0133-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0133-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0133-480.webp new file mode 100644 index 00000000..300f19b3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0133-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0133-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0133-800.webp new file mode 100644 index 00000000..c287868e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0133-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0134-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0134-1400.webp new file mode 100644 index 00000000..6d3cf4e6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0134-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0134-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0134-480.webp new file mode 100644 index 00000000..afe1c44e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0134-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0134-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0134-800.webp new file mode 100644 index 00000000..6d3cf4e6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0134-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0135-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0135-1400.webp new file mode 100644 index 00000000..6d01b31a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0135-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0135-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0135-480.webp new file mode 100644 index 00000000..7abe0842 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0135-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0135-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0135-800.webp new file mode 100644 index 00000000..6d01b31a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0135-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0136-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0136-1400.webp new file mode 100644 index 00000000..b6545692 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0136-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0136-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0136-480.webp new file mode 100644 index 00000000..7eb1cee2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0136-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0136-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0136-800.webp new file mode 100644 index 00000000..b6545692 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0136-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0137-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0137-1400.webp new file mode 100644 index 00000000..add0a37b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0137-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0137-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0137-480.webp new file mode 100644 index 00000000..afbca355 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0137-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0137-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0137-800.webp new file mode 100644 index 00000000..add0a37b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0137-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0138-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0138-1400.webp new file mode 100644 index 00000000..a8ab7384 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0138-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0138-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0138-480.webp new file mode 100644 index 00000000..378313fd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0138-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0138-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0138-800.webp new file mode 100644 index 00000000..a8ab7384 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0138-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0139-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0139-1400.webp new file mode 100644 index 00000000..1f96746c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0139-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0139-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0139-480.webp new file mode 100644 index 00000000..4448c84f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0139-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0139-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0139-800.webp new file mode 100644 index 00000000..1f96746c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0139-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0140-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0140-1400.webp new file mode 100644 index 00000000..a5f1728b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0140-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0140-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0140-480.webp new file mode 100644 index 00000000..d112fe0e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0140-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0140-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0140-800.webp new file mode 100644 index 00000000..a5f1728b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0140-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0141-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0141-1400.webp new file mode 100644 index 00000000..47f576cc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0141-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0141-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0141-480.webp new file mode 100644 index 00000000..3f94c4e2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0141-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0141-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0141-800.webp new file mode 100644 index 00000000..47f576cc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0141-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0142-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0142-1400.webp new file mode 100644 index 00000000..c8c28b80 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0142-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0142-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0142-480.webp new file mode 100644 index 00000000..dcdfb682 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0142-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0142-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0142-800.webp new file mode 100644 index 00000000..c8c28b80 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0142-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0143-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0143-1400.webp new file mode 100644 index 00000000..b32e80a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0143-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0143-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0143-480.webp new file mode 100644 index 00000000..225adc0b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0143-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0143-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0143-800.webp new file mode 100644 index 00000000..b32e80a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0143-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0144-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0144-1400.webp new file mode 100644 index 00000000..dcc89956 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0144-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0144-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0144-480.webp new file mode 100644 index 00000000..1844d4b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0144-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0144-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0144-800.webp new file mode 100644 index 00000000..dcc89956 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0144-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0145-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0145-1400.webp new file mode 100644 index 00000000..20fc3467 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0145-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0145-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0145-480.webp new file mode 100644 index 00000000..839c8304 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0145-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0145-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0145-800.webp new file mode 100644 index 00000000..20fc3467 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0145-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0146-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0146-1400.webp new file mode 100644 index 00000000..1fff553a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0146-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0146-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0146-480.webp new file mode 100644 index 00000000..e05539ea Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0146-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0146-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0146-800.webp new file mode 100644 index 00000000..1fff553a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0146-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0147-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0147-1400.webp new file mode 100644 index 00000000..d8800b7c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0147-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0147-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0147-480.webp new file mode 100644 index 00000000..5d253cf2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0147-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0147-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0147-800.webp new file mode 100644 index 00000000..d8800b7c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0147-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0148-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0148-1400.webp new file mode 100644 index 00000000..115d7350 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0148-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0148-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0148-480.webp new file mode 100644 index 00000000..957aa52b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0148-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0148-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0148-800.webp new file mode 100644 index 00000000..115d7350 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0148-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0149-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0149-1400.webp new file mode 100644 index 00000000..b8d55933 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0149-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0149-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0149-480.webp new file mode 100644 index 00000000..aa0f2109 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0149-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0149-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0149-800.webp new file mode 100644 index 00000000..b8d55933 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0149-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0150-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0150-1400.webp new file mode 100644 index 00000000..948a55e0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0150-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0150-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0150-480.webp new file mode 100644 index 00000000..441e6750 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0150-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0150-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0150-800.webp new file mode 100644 index 00000000..948a55e0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0150-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0151-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0151-1400.webp new file mode 100644 index 00000000..d5263b82 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0151-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0151-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0151-480.webp new file mode 100644 index 00000000..df3af492 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0151-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0151-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0151-800.webp new file mode 100644 index 00000000..d5263b82 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0151-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0152-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0152-1400.webp new file mode 100644 index 00000000..93e4e74b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0152-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0152-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0152-480.webp new file mode 100644 index 00000000..19e90e2a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0152-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0152-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0152-800.webp new file mode 100644 index 00000000..93e4e74b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0152-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0153-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0153-1400.webp new file mode 100644 index 00000000..50b29389 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0153-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0153-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0153-480.webp new file mode 100644 index 00000000..fa0bdaac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0153-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0153-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0153-800.webp new file mode 100644 index 00000000..50b29389 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0153-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0154-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0154-1400.webp new file mode 100644 index 00000000..3aaadc5f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0154-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0154-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0154-480.webp new file mode 100644 index 00000000..5f7a44ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0154-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0154-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0154-800.webp new file mode 100644 index 00000000..3aaadc5f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0154-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0155-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0155-1400.webp new file mode 100644 index 00000000..b9262883 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0155-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0155-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0155-480.webp new file mode 100644 index 00000000..1d0057ff Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0155-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0155-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0155-800.webp new file mode 100644 index 00000000..b9262883 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0155-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0156-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0156-1400.webp new file mode 100644 index 00000000..b4212dd5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0156-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0156-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0156-480.webp new file mode 100644 index 00000000..11704e88 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0156-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0156-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0156-800.webp new file mode 100644 index 00000000..b4212dd5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0156-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0157-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0157-1400.webp new file mode 100644 index 00000000..ce374c19 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0157-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0157-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0157-480.webp new file mode 100644 index 00000000..7431326e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0157-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0157-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0157-800.webp new file mode 100644 index 00000000..ce374c19 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0157-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0158-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0158-1400.webp new file mode 100644 index 00000000..c6094943 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0158-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0158-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0158-480.webp new file mode 100644 index 00000000..26d8aaf1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0158-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0158-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0158-800.webp new file mode 100644 index 00000000..c6094943 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0158-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0159-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0159-1400.webp new file mode 100644 index 00000000..f451dd8d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0159-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0159-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0159-480.webp new file mode 100644 index 00000000..b82cbe8a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0159-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0159-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0159-800.webp new file mode 100644 index 00000000..f451dd8d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0159-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0160-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0160-1400.webp new file mode 100644 index 00000000..242283e7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0160-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0160-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0160-480.webp new file mode 100644 index 00000000..034a8105 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0160-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0160-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0160-800.webp new file mode 100644 index 00000000..242283e7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0160-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0161-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0161-1400.webp new file mode 100644 index 00000000..00a6fc4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0161-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0161-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0161-480.webp new file mode 100644 index 00000000..ec3abdb5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0161-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0161-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0161-800.webp new file mode 100644 index 00000000..00a6fc4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0161-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0162-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0162-1400.webp new file mode 100644 index 00000000..567b2af4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0162-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0162-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0162-480.webp new file mode 100644 index 00000000..58fa48b3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0162-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0162-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0162-800.webp new file mode 100644 index 00000000..567b2af4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0162-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0163-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0163-1400.webp new file mode 100644 index 00000000..ca705423 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0163-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0163-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0163-480.webp new file mode 100644 index 00000000..470170f8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0163-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0163-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0163-800.webp new file mode 100644 index 00000000..ca705423 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0163-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0164-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0164-1400.webp new file mode 100644 index 00000000..1cb267d2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0164-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0164-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0164-480.webp new file mode 100644 index 00000000..39d995e8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0164-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0164-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0164-800.webp new file mode 100644 index 00000000..1cb267d2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0164-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0165-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0165-1400.webp new file mode 100644 index 00000000..d5a70799 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0165-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0165-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0165-480.webp new file mode 100644 index 00000000..938048d6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0165-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0165-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0165-800.webp new file mode 100644 index 00000000..d5a70799 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0165-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0166-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0166-1400.webp new file mode 100644 index 00000000..68d27f74 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0166-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0166-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0166-480.webp new file mode 100644 index 00000000..f47d47ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0166-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0166-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0166-800.webp new file mode 100644 index 00000000..68d27f74 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0166-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0167-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0167-1400.webp new file mode 100644 index 00000000..385a39fa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0167-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0167-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0167-480.webp new file mode 100644 index 00000000..4cb9afeb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0167-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0167-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0167-800.webp new file mode 100644 index 00000000..385a39fa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0167-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0168-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0168-1400.webp new file mode 100644 index 00000000..0929d52f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0168-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0168-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0168-480.webp new file mode 100644 index 00000000..b4e2e61f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0168-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0168-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0168-800.webp new file mode 100644 index 00000000..0929d52f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0168-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0169-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0169-1400.webp new file mode 100644 index 00000000..bb9d68e8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0169-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0169-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0169-480.webp new file mode 100644 index 00000000..8e07fb05 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0169-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0169-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0169-800.webp new file mode 100644 index 00000000..bb9d68e8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0169-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0170-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0170-1400.webp new file mode 100644 index 00000000..7440f72b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0170-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0170-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0170-480.webp new file mode 100644 index 00000000..e84f79eb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0170-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0170-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0170-800.webp new file mode 100644 index 00000000..7440f72b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0170-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0171-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0171-1400.webp new file mode 100644 index 00000000..38b250cb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0171-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0171-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0171-480.webp new file mode 100644 index 00000000..a994822e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0171-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0171-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0171-800.webp new file mode 100644 index 00000000..38b250cb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0171-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0172-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0172-1400.webp new file mode 100644 index 00000000..3304238f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0172-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0172-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0172-480.webp new file mode 100644 index 00000000..9bd92cdf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0172-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0172-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0172-800.webp new file mode 100644 index 00000000..3304238f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0172-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0173-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0173-1400.webp new file mode 100644 index 00000000..1fe9e794 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0173-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0173-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0173-480.webp new file mode 100644 index 00000000..520f0695 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0173-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0173-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0173-800.webp new file mode 100644 index 00000000..1fe9e794 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0173-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0174-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0174-1400.webp new file mode 100644 index 00000000..0eaf65f2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0174-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0174-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0174-480.webp new file mode 100644 index 00000000..cfd7021c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0174-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0174-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0174-800.webp new file mode 100644 index 00000000..0eaf65f2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0174-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0175-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0175-1400.webp new file mode 100644 index 00000000..60259282 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0175-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0175-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0175-480.webp new file mode 100644 index 00000000..7806c3ef Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0175-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0175-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0175-800.webp new file mode 100644 index 00000000..60259282 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0175-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0176-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0176-1400.webp new file mode 100644 index 00000000..69357c6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0176-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0176-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0176-480.webp new file mode 100644 index 00000000..b2917482 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0176-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0176-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0176-800.webp new file mode 100644 index 00000000..69357c6e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0176-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0177-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0177-1400.webp new file mode 100644 index 00000000..617261ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0177-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0177-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0177-480.webp new file mode 100644 index 00000000..53253417 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0177-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0177-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0177-800.webp new file mode 100644 index 00000000..617261ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0177-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0178-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0178-1400.webp new file mode 100644 index 00000000..692b0629 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0178-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0178-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0178-480.webp new file mode 100644 index 00000000..85b48244 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0178-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0178-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0178-800.webp new file mode 100644 index 00000000..692b0629 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0178-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0179-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0179-1400.webp new file mode 100644 index 00000000..d1b82dcc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0179-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0179-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0179-480.webp new file mode 100644 index 00000000..a5461232 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0179-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0179-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0179-800.webp new file mode 100644 index 00000000..d1b82dcc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0179-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0180-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0180-1400.webp new file mode 100644 index 00000000..99c974e2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0180-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0180-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0180-480.webp new file mode 100644 index 00000000..46889e78 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0180-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0180-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0180-800.webp new file mode 100644 index 00000000..99c974e2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0180-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0181-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0181-1400.webp new file mode 100644 index 00000000..0cc175a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0181-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0181-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0181-480.webp new file mode 100644 index 00000000..ce47d8c7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0181-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0181-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0181-800.webp new file mode 100644 index 00000000..0cc175a6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0181-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0182-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0182-1400.webp new file mode 100644 index 00000000..33902e0a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0182-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0182-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0182-480.webp new file mode 100644 index 00000000..010caf99 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0182-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0182-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0182-800.webp new file mode 100644 index 00000000..33902e0a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0182-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0183-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0183-1400.webp new file mode 100644 index 00000000..1a053df2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0183-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0183-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0183-480.webp new file mode 100644 index 00000000..c5379c87 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0183-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0183-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0183-800.webp new file mode 100644 index 00000000..1a053df2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0183-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0184-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0184-1400.webp new file mode 100644 index 00000000..1559cf87 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0184-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0184-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0184-480.webp new file mode 100644 index 00000000..4512887f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0184-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0184-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0184-800.webp new file mode 100644 index 00000000..1559cf87 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0184-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0185-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0185-1400.webp new file mode 100644 index 00000000..c91b9734 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0185-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0185-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0185-480.webp new file mode 100644 index 00000000..c80dd786 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0185-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0185-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0185-800.webp new file mode 100644 index 00000000..c91b9734 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0185-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0186-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0186-1400.webp new file mode 100644 index 00000000..4547e0ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0186-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0186-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0186-480.webp new file mode 100644 index 00000000..4f6b259a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0186-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0186-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0186-800.webp new file mode 100644 index 00000000..4547e0ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0186-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0187-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0187-1400.webp new file mode 100644 index 00000000..8c6ce9af Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0187-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0187-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0187-480.webp new file mode 100644 index 00000000..b5125798 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0187-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0187-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0187-800.webp new file mode 100644 index 00000000..8c6ce9af Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0187-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0188-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0188-1400.webp new file mode 100644 index 00000000..8e520869 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0188-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0188-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0188-480.webp new file mode 100644 index 00000000..1aeabb12 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0188-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0188-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0188-800.webp new file mode 100644 index 00000000..8e520869 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0188-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0189-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0189-1400.webp new file mode 100644 index 00000000..f5b9e182 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0189-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0189-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0189-480.webp new file mode 100644 index 00000000..57f1e1d5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0189-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0189-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0189-800.webp new file mode 100644 index 00000000..f5b9e182 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0189-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0190-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0190-1400.webp new file mode 100644 index 00000000..66fcdfc8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0190-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0190-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0190-480.webp new file mode 100644 index 00000000..e64031fa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0190-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0190-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0190-800.webp new file mode 100644 index 00000000..66fcdfc8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0190-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0191-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0191-1400.webp new file mode 100644 index 00000000..94008c8a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0191-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0191-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0191-480.webp new file mode 100644 index 00000000..8cf4ff41 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0191-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0191-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0191-800.webp new file mode 100644 index 00000000..94008c8a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0191-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0192-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0192-1400.webp new file mode 100644 index 00000000..04b21a1e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0192-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0192-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0192-480.webp new file mode 100644 index 00000000..6b271380 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0192-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0192-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0192-800.webp new file mode 100644 index 00000000..04b21a1e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0192-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0193-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0193-1400.webp new file mode 100644 index 00000000..226c8fb4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0193-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0193-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0193-480.webp new file mode 100644 index 00000000..70f36c96 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0193-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0193-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0193-800.webp new file mode 100644 index 00000000..226c8fb4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0193-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0194-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0194-1400.webp new file mode 100644 index 00000000..984e2f7b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0194-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0194-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0194-480.webp new file mode 100644 index 00000000..63562a92 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0194-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0194-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0194-800.webp new file mode 100644 index 00000000..984e2f7b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0194-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0195-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0195-1400.webp new file mode 100644 index 00000000..fbe937e2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0195-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0195-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0195-480.webp new file mode 100644 index 00000000..92e432dc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0195-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0195-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0195-800.webp new file mode 100644 index 00000000..fbe937e2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0195-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0196-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0196-1400.webp new file mode 100644 index 00000000..ec1355c8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0196-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0196-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0196-480.webp new file mode 100644 index 00000000..fe0b9380 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0196-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0196-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0196-800.webp new file mode 100644 index 00000000..ec1355c8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0196-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0197-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0197-1400.webp new file mode 100644 index 00000000..971732b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0197-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0197-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0197-480.webp new file mode 100644 index 00000000..a432e93d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0197-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0197-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0197-800.webp new file mode 100644 index 00000000..971732b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0197-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0198-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0198-1400.webp new file mode 100644 index 00000000..83603e60 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0198-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0198-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0198-480.webp new file mode 100644 index 00000000..51c5f383 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0198-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0198-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0198-800.webp new file mode 100644 index 00000000..83603e60 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0198-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0199-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0199-1400.webp new file mode 100644 index 00000000..a5d5757a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0199-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0199-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0199-480.webp new file mode 100644 index 00000000..b77a6ee2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0199-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0199-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0199-800.webp new file mode 100644 index 00000000..a5d5757a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0199-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0200-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0200-1400.webp new file mode 100644 index 00000000..b7277db6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0200-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0200-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0200-480.webp new file mode 100644 index 00000000..748ccd12 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0200-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0200-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0200-800.webp new file mode 100644 index 00000000..b7277db6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0200-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0201-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0201-1400.webp new file mode 100644 index 00000000..9b15e688 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0201-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0201-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0201-480.webp new file mode 100644 index 00000000..1a473bbe Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0201-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0201-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0201-800.webp new file mode 100644 index 00000000..9b15e688 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0201-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0202-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0202-1400.webp new file mode 100644 index 00000000..6d1b5365 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0202-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0202-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0202-480.webp new file mode 100644 index 00000000..4372a353 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0202-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0202-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0202-800.webp new file mode 100644 index 00000000..6d1b5365 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0202-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0203-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0203-1400.webp new file mode 100644 index 00000000..2c9887ec Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0203-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0203-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0203-480.webp new file mode 100644 index 00000000..275db790 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0203-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0203-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0203-800.webp new file mode 100644 index 00000000..2c9887ec Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0203-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0204-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0204-1400.webp new file mode 100644 index 00000000..1e61679d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0204-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0204-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0204-480.webp new file mode 100644 index 00000000..8dfd2f53 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0204-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0204-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0204-800.webp new file mode 100644 index 00000000..1e61679d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0204-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0205-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0205-1400.webp new file mode 100644 index 00000000..4d4d5149 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0205-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0205-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0205-480.webp new file mode 100644 index 00000000..e5d8ed8d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0205-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0205-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0205-800.webp new file mode 100644 index 00000000..4d4d5149 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0205-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0206-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0206-1400.webp new file mode 100644 index 00000000..02a29485 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0206-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0206-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0206-480.webp new file mode 100644 index 00000000..4495e099 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0206-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0206-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0206-800.webp new file mode 100644 index 00000000..02a29485 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0206-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0207-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0207-1400.webp new file mode 100644 index 00000000..53a4d1b4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0207-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0207-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0207-480.webp new file mode 100644 index 00000000..ba138c16 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0207-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0207-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0207-800.webp new file mode 100644 index 00000000..53a4d1b4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0207-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0208-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0208-1400.webp new file mode 100644 index 00000000..f7a83f2d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0208-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0208-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0208-480.webp new file mode 100644 index 00000000..da26d2d2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0208-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0208-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0208-800.webp new file mode 100644 index 00000000..f7a83f2d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0208-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0209-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0209-1400.webp new file mode 100644 index 00000000..2b2d366a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0209-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0209-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0209-480.webp new file mode 100644 index 00000000..2aae3aaa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0209-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0209-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0209-800.webp new file mode 100644 index 00000000..2b2d366a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0209-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0210-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0210-1400.webp new file mode 100644 index 00000000..dbcd885c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0210-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0210-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0210-480.webp new file mode 100644 index 00000000..5fb9939b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0210-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0210-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0210-800.webp new file mode 100644 index 00000000..dbcd885c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0210-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0211-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0211-1400.webp new file mode 100644 index 00000000..b929c766 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0211-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0211-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0211-480.webp new file mode 100644 index 00000000..45d56c99 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0211-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0211-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0211-800.webp new file mode 100644 index 00000000..b929c766 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0211-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0212-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0212-1400.webp new file mode 100644 index 00000000..1de2c33f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0212-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0212-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0212-480.webp new file mode 100644 index 00000000..2d1daf17 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0212-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0212-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0212-800.webp new file mode 100644 index 00000000..1de2c33f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0212-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0213-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0213-1400.webp new file mode 100644 index 00000000..748c81df Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0213-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0213-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0213-480.webp new file mode 100644 index 00000000..06cf0934 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0213-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0213-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0213-800.webp new file mode 100644 index 00000000..748c81df Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0213-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0214-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0214-1400.webp new file mode 100644 index 00000000..df23fa88 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0214-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0214-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0214-480.webp new file mode 100644 index 00000000..034e8968 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0214-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0214-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0214-800.webp new file mode 100644 index 00000000..df23fa88 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0214-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0215-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0215-1400.webp new file mode 100644 index 00000000..93c0bd24 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0215-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0215-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0215-480.webp new file mode 100644 index 00000000..ceb1e57c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0215-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0215-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0215-800.webp new file mode 100644 index 00000000..93c0bd24 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0215-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0216-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0216-1400.webp new file mode 100644 index 00000000..81b578f7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0216-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0216-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0216-480.webp new file mode 100644 index 00000000..9fa81921 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0216-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0216-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0216-800.webp new file mode 100644 index 00000000..81b578f7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0216-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0217-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0217-1400.webp new file mode 100644 index 00000000..2ec3e83b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0217-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0217-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0217-480.webp new file mode 100644 index 00000000..4531dbe7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0217-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0217-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0217-800.webp new file mode 100644 index 00000000..2ec3e83b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0217-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0218-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0218-1400.webp new file mode 100644 index 00000000..224b70b1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0218-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0218-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0218-480.webp new file mode 100644 index 00000000..b8728a4b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0218-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0218-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0218-800.webp new file mode 100644 index 00000000..224b70b1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0218-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0219-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0219-1400.webp new file mode 100644 index 00000000..b3f9c8c7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0219-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0219-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0219-480.webp new file mode 100644 index 00000000..c501e1ee Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0219-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0219-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0219-800.webp new file mode 100644 index 00000000..b3f9c8c7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0219-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0220-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0220-1400.webp new file mode 100644 index 00000000..80eb0d0d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0220-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0220-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0220-480.webp new file mode 100644 index 00000000..85aa2db9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0220-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0220-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0220-800.webp new file mode 100644 index 00000000..80eb0d0d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0220-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0221-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0221-1400.webp new file mode 100644 index 00000000..975fdae9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0221-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0221-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0221-480.webp new file mode 100644 index 00000000..a0a371a4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0221-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0221-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0221-800.webp new file mode 100644 index 00000000..975fdae9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0221-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0222-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0222-1400.webp new file mode 100644 index 00000000..f28190ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0222-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0222-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0222-480.webp new file mode 100644 index 00000000..92dca156 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0222-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0222-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0222-800.webp new file mode 100644 index 00000000..f28190ad Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0222-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0223-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0223-1400.webp new file mode 100644 index 00000000..9afcc8de Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0223-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0223-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0223-480.webp new file mode 100644 index 00000000..4fb5ca3b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0223-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0223-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0223-800.webp new file mode 100644 index 00000000..9afcc8de Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0223-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0224-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0224-1400.webp new file mode 100644 index 00000000..93182e09 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0224-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0224-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0224-480.webp new file mode 100644 index 00000000..3f242a6c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0224-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0224-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0224-800.webp new file mode 100644 index 00000000..93182e09 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0224-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0225-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0225-1400.webp new file mode 100644 index 00000000..b2a50607 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0225-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0225-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0225-480.webp new file mode 100644 index 00000000..89dcb70b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0225-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0225-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0225-800.webp new file mode 100644 index 00000000..b2a50607 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0225-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0226-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0226-1400.webp new file mode 100644 index 00000000..f4eed65f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0226-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0226-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0226-480.webp new file mode 100644 index 00000000..5b4d5ff9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0226-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0226-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0226-800.webp new file mode 100644 index 00000000..f4eed65f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0226-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0227-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0227-1400.webp new file mode 100644 index 00000000..526f5248 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0227-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0227-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0227-480.webp new file mode 100644 index 00000000..686b6f27 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0227-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0227-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0227-800.webp new file mode 100644 index 00000000..526f5248 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0227-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0228-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0228-1400.webp new file mode 100644 index 00000000..10277675 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0228-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0228-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0228-480.webp new file mode 100644 index 00000000..da43eb61 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0228-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0228-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0228-800.webp new file mode 100644 index 00000000..10277675 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0228-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0229-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0229-1400.webp new file mode 100644 index 00000000..31ae98b2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0229-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0229-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0229-480.webp new file mode 100644 index 00000000..cb9f9947 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0229-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0229-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0229-800.webp new file mode 100644 index 00000000..31ae98b2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0229-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0230-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0230-1400.webp new file mode 100644 index 00000000..db28271e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0230-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0230-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0230-480.webp new file mode 100644 index 00000000..5751d741 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0230-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0230-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0230-800.webp new file mode 100644 index 00000000..db28271e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0230-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0231-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0231-1400.webp new file mode 100644 index 00000000..ad5649ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0231-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0231-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0231-480.webp new file mode 100644 index 00000000..e6d1f5ae Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0231-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0231-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0231-800.webp new file mode 100644 index 00000000..ad5649ac Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0231-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0232-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0232-1400.webp new file mode 100644 index 00000000..ad3dfe64 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0232-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0232-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0232-480.webp new file mode 100644 index 00000000..f84bedb7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0232-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0232-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0232-800.webp new file mode 100644 index 00000000..ad3dfe64 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0232-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0233-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0233-1400.webp new file mode 100644 index 00000000..3da19269 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0233-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0233-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0233-480.webp new file mode 100644 index 00000000..e4beb230 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0233-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0233-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0233-800.webp new file mode 100644 index 00000000..3da19269 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0233-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0234-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0234-1400.webp new file mode 100644 index 00000000..f20b6793 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0234-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0234-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0234-480.webp new file mode 100644 index 00000000..d5ed66ca Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0234-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0234-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0234-800.webp new file mode 100644 index 00000000..f20b6793 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0234-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0235-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0235-1400.webp new file mode 100644 index 00000000..bf9792f4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0235-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0235-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0235-480.webp new file mode 100644 index 00000000..32cd57fa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0235-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0235-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0235-800.webp new file mode 100644 index 00000000..bf9792f4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0235-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0236-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0236-1400.webp new file mode 100644 index 00000000..fd4e7e77 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0236-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0236-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0236-480.webp new file mode 100644 index 00000000..1ac81eed Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0236-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0236-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0236-800.webp new file mode 100644 index 00000000..fd4e7e77 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0236-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0237-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0237-1400.webp new file mode 100644 index 00000000..be59b783 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0237-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0237-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0237-480.webp new file mode 100644 index 00000000..58c55104 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0237-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0237-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0237-800.webp new file mode 100644 index 00000000..be59b783 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0237-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0238-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0238-1400.webp new file mode 100644 index 00000000..a9bbc746 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0238-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0238-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0238-480.webp new file mode 100644 index 00000000..4d37d60b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0238-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0238-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0238-800.webp new file mode 100644 index 00000000..a9bbc746 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0238-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0239-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0239-1400.webp new file mode 100644 index 00000000..5f2c1bb3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0239-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0239-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0239-480.webp new file mode 100644 index 00000000..a37d2f4d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0239-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0239-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0239-800.webp new file mode 100644 index 00000000..5f2c1bb3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0239-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0240-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0240-1400.webp new file mode 100644 index 00000000..91c3e39c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0240-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0240-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0240-480.webp new file mode 100644 index 00000000..72866e34 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0240-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0240-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0240-800.webp new file mode 100644 index 00000000..91c3e39c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0240-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0241-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0241-1400.webp new file mode 100644 index 00000000..2bfd4453 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0241-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0241-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0241-480.webp new file mode 100644 index 00000000..acceb4a1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0241-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0241-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0241-800.webp new file mode 100644 index 00000000..2bfd4453 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0241-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0242-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0242-1400.webp new file mode 100644 index 00000000..21798665 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0242-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0242-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0242-480.webp new file mode 100644 index 00000000..700dc9e5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0242-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0242-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0242-800.webp new file mode 100644 index 00000000..21798665 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0242-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0243-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0243-1400.webp new file mode 100644 index 00000000..03f57c1b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0243-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0243-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0243-480.webp new file mode 100644 index 00000000..859b84c5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0243-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0243-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0243-800.webp new file mode 100644 index 00000000..03f57c1b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0243-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0244-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0244-1400.webp new file mode 100644 index 00000000..e4dc2473 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0244-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0244-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0244-480.webp new file mode 100644 index 00000000..9ff87592 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0244-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0244-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0244-800.webp new file mode 100644 index 00000000..e4dc2473 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0244-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0245-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0245-1400.webp new file mode 100644 index 00000000..06f845d9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0245-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0245-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0245-480.webp new file mode 100644 index 00000000..fe7dc4fa Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0245-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0245-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0245-800.webp new file mode 100644 index 00000000..06f845d9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0245-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0246-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0246-1400.webp new file mode 100644 index 00000000..e87cb9d1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0246-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0246-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0246-480.webp new file mode 100644 index 00000000..e28a2d03 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0246-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0246-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0246-800.webp new file mode 100644 index 00000000..e87cb9d1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0246-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0247-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0247-1400.webp new file mode 100644 index 00000000..acde08ed Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0247-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0247-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0247-480.webp new file mode 100644 index 00000000..3c89f663 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0247-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0247-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0247-800.webp new file mode 100644 index 00000000..acde08ed Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0247-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0248-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0248-1400.webp new file mode 100644 index 00000000..4e3fc4d4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0248-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0248-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0248-480.webp new file mode 100644 index 00000000..616fd0db Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0248-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0248-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0248-800.webp new file mode 100644 index 00000000..4e3fc4d4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0248-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0249-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0249-1400.webp new file mode 100644 index 00000000..8fa60a7f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0249-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0249-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0249-480.webp new file mode 100644 index 00000000..d80c76f9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0249-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0249-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0249-800.webp new file mode 100644 index 00000000..8fa60a7f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0249-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0250-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0250-1400.webp new file mode 100644 index 00000000..d5044966 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0250-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0250-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0250-480.webp new file mode 100644 index 00000000..1a61d2c4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0250-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0250-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0250-800.webp new file mode 100644 index 00000000..d5044966 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0250-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0251-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0251-1400.webp new file mode 100644 index 00000000..7afc3e81 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0251-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0251-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0251-480.webp new file mode 100644 index 00000000..1f2f176c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0251-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0251-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0251-800.webp new file mode 100644 index 00000000..7afc3e81 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0251-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0252-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0252-1400.webp new file mode 100644 index 00000000..b2233fe0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0252-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0252-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0252-480.webp new file mode 100644 index 00000000..d4e00373 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0252-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0252-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0252-800.webp new file mode 100644 index 00000000..b2233fe0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0252-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0253-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0253-1400.webp new file mode 100644 index 00000000..6870a1b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0253-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0253-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0253-480.webp new file mode 100644 index 00000000..990f7ea2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0253-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0253-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0253-800.webp new file mode 100644 index 00000000..6870a1b8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0253-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0254-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0254-1400.webp new file mode 100644 index 00000000..6ac12205 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0254-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0254-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0254-480.webp new file mode 100644 index 00000000..eaa60d7a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0254-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0254-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0254-800.webp new file mode 100644 index 00000000..6ac12205 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0254-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0255-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0255-1400.webp new file mode 100644 index 00000000..99b6173f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0255-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0255-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0255-480.webp new file mode 100644 index 00000000..3982fa33 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0255-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0255-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0255-800.webp new file mode 100644 index 00000000..99b6173f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0255-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0256-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0256-1400.webp new file mode 100644 index 00000000..420a3e1b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0256-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0256-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0256-480.webp new file mode 100644 index 00000000..1067d48a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0256-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0256-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0256-800.webp new file mode 100644 index 00000000..420a3e1b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0256-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0257-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0257-1400.webp new file mode 100644 index 00000000..2db16a03 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0257-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0257-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0257-480.webp new file mode 100644 index 00000000..0a1d78a7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0257-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0257-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0257-800.webp new file mode 100644 index 00000000..2db16a03 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0257-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0258-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0258-1400.webp new file mode 100644 index 00000000..e1b66b24 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0258-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0258-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0258-480.webp new file mode 100644 index 00000000..b740afdd Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0258-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0258-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0258-800.webp new file mode 100644 index 00000000..e1b66b24 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0258-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0259-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0259-1400.webp new file mode 100644 index 00000000..0b03194a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0259-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0259-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0259-480.webp new file mode 100644 index 00000000..19fe4d85 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0259-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0259-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0259-800.webp new file mode 100644 index 00000000..0b03194a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0259-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0260-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0260-1400.webp new file mode 100644 index 00000000..496bb7f1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0260-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0260-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0260-480.webp new file mode 100644 index 00000000..a1e8e1f2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0260-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0260-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0260-800.webp new file mode 100644 index 00000000..496bb7f1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0260-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0261-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0261-1400.webp new file mode 100644 index 00000000..5fbba10d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0261-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0261-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0261-480.webp new file mode 100644 index 00000000..e0db6d24 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0261-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0261-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0261-800.webp new file mode 100644 index 00000000..5fbba10d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0261-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0262-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0262-1400.webp new file mode 100644 index 00000000..01f7bb05 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0262-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0262-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0262-480.webp new file mode 100644 index 00000000..64270958 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0262-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0262-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0262-800.webp new file mode 100644 index 00000000..01f7bb05 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0262-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0263-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0263-1400.webp new file mode 100644 index 00000000..80f2d8cf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0263-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0263-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0263-480.webp new file mode 100644 index 00000000..e292927c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0263-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0263-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0263-800.webp new file mode 100644 index 00000000..80f2d8cf Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0263-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0264-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0264-1400.webp new file mode 100644 index 00000000..66e8f352 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0264-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0264-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0264-480.webp new file mode 100644 index 00000000..8dbf7d97 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0264-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0264-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0264-800.webp new file mode 100644 index 00000000..66e8f352 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0264-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0265-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0265-1400.webp new file mode 100644 index 00000000..1fcbfa43 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0265-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0265-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0265-480.webp new file mode 100644 index 00000000..c6a4d39b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0265-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0265-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0265-800.webp new file mode 100644 index 00000000..1fcbfa43 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0265-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0266-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0266-1400.webp new file mode 100644 index 00000000..9b811879 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0266-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0266-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0266-480.webp new file mode 100644 index 00000000..8572379e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0266-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0266-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0266-800.webp new file mode 100644 index 00000000..9b811879 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0266-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0267-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0267-1400.webp new file mode 100644 index 00000000..70187742 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0267-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0267-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0267-480.webp new file mode 100644 index 00000000..8341bf99 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0267-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0267-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0267-800.webp new file mode 100644 index 00000000..70187742 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0267-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0268-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0268-1400.webp new file mode 100644 index 00000000..95674794 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0268-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0268-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0268-480.webp new file mode 100644 index 00000000..f9a0eb6f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0268-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0268-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0268-800.webp new file mode 100644 index 00000000..95674794 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0268-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0269-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0269-1400.webp new file mode 100644 index 00000000..88a35c9d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0269-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0269-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0269-480.webp new file mode 100644 index 00000000..ab71eb34 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0269-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0269-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0269-800.webp new file mode 100644 index 00000000..88a35c9d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0269-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0270-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0270-1400.webp new file mode 100644 index 00000000..518c2b2b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0270-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0270-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0270-480.webp new file mode 100644 index 00000000..5959923e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0270-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0270-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0270-800.webp new file mode 100644 index 00000000..518c2b2b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0270-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0271-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0271-1400.webp new file mode 100644 index 00000000..3502bd3b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0271-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0271-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0271-480.webp new file mode 100644 index 00000000..0169da03 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0271-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0271-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0271-800.webp new file mode 100644 index 00000000..3502bd3b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0271-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0272-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0272-1400.webp new file mode 100644 index 00000000..baf4100f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0272-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0272-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0272-480.webp new file mode 100644 index 00000000..88e7310d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0272-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0272-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0272-800.webp new file mode 100644 index 00000000..baf4100f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0272-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0273-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0273-1400.webp new file mode 100644 index 00000000..4cfd8609 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0273-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0273-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0273-480.webp new file mode 100644 index 00000000..dce2f8b0 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0273-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0273-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0273-800.webp new file mode 100644 index 00000000..4cfd8609 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0273-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0274-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0274-1400.webp new file mode 100644 index 00000000..ce92ef4e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0274-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0274-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0274-480.webp new file mode 100644 index 00000000..fda791e5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0274-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0274-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0274-800.webp new file mode 100644 index 00000000..ce92ef4e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0274-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0275-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0275-1400.webp new file mode 100644 index 00000000..bdbcb02d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0275-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0275-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0275-480.webp new file mode 100644 index 00000000..badbe02c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0275-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0275-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0275-800.webp new file mode 100644 index 00000000..bdbcb02d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0275-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0276-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0276-1400.webp new file mode 100644 index 00000000..97fe9380 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0276-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0276-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0276-480.webp new file mode 100644 index 00000000..e50e2969 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0276-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0276-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0276-800.webp new file mode 100644 index 00000000..97fe9380 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0276-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0277-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0277-1400.webp new file mode 100644 index 00000000..4270826e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0277-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0277-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0277-480.webp new file mode 100644 index 00000000..dffefe8d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0277-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0277-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0277-800.webp new file mode 100644 index 00000000..4270826e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0277-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0278-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0278-1400.webp new file mode 100644 index 00000000..b1ed9db2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0278-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0278-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0278-480.webp new file mode 100644 index 00000000..989a290c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0278-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0278-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0278-800.webp new file mode 100644 index 00000000..b1ed9db2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0278-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0279-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0279-1400.webp new file mode 100644 index 00000000..b81953a8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0279-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0279-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0279-480.webp new file mode 100644 index 00000000..d75dd633 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0279-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0279-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0279-800.webp new file mode 100644 index 00000000..b81953a8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0279-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0280-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0280-1400.webp new file mode 100644 index 00000000..8a683008 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0280-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0280-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0280-480.webp new file mode 100644 index 00000000..0ca6daee Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0280-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0280-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0280-800.webp new file mode 100644 index 00000000..8a683008 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0280-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0281-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0281-1400.webp new file mode 100644 index 00000000..cfda87bb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0281-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0281-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0281-480.webp new file mode 100644 index 00000000..c90b76a3 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0281-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0281-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0281-800.webp new file mode 100644 index 00000000..cfda87bb Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0281-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0282-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0282-1400.webp new file mode 100644 index 00000000..8db54fc7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0282-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0282-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0282-480.webp new file mode 100644 index 00000000..4dff6b72 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0282-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0282-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0282-800.webp new file mode 100644 index 00000000..8db54fc7 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0282-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0283-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0283-1400.webp new file mode 100644 index 00000000..d69fb0fc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0283-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0283-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0283-480.webp new file mode 100644 index 00000000..e2da34e5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0283-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0283-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0283-800.webp new file mode 100644 index 00000000..d69fb0fc Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0283-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0284-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0284-1400.webp new file mode 100644 index 00000000..6482b833 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0284-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0284-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0284-480.webp new file mode 100644 index 00000000..f2d36a9d Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0284-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0284-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0284-800.webp new file mode 100644 index 00000000..6482b833 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0284-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0285-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0285-1400.webp new file mode 100644 index 00000000..57ccc060 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0285-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0285-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0285-480.webp new file mode 100644 index 00000000..73524218 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0285-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0285-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0285-800.webp new file mode 100644 index 00000000..57ccc060 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0285-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0286-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0286-1400.webp new file mode 100644 index 00000000..a5e13ca2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0286-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0286-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0286-480.webp new file mode 100644 index 00000000..3777dfb5 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0286-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0286-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0286-800.webp new file mode 100644 index 00000000..a5e13ca2 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0286-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0287-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0287-1400.webp new file mode 100644 index 00000000..167ed626 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0287-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0287-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0287-480.webp new file mode 100644 index 00000000..538bc609 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0287-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0287-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0287-800.webp new file mode 100644 index 00000000..167ed626 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0287-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0288-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0288-1400.webp new file mode 100644 index 00000000..5841d7b4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0288-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0288-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0288-480.webp new file mode 100644 index 00000000..93fbc6d8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0288-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0288-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0288-800.webp new file mode 100644 index 00000000..5841d7b4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0288-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0289-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0289-1400.webp new file mode 100644 index 00000000..2198909a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0289-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0289-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0289-480.webp new file mode 100644 index 00000000..6fd01a1c Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0289-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0289-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0289-800.webp new file mode 100644 index 00000000..2198909a Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0289-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0290-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0290-1400.webp new file mode 100644 index 00000000..7c8afe5f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0290-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0290-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0290-480.webp new file mode 100644 index 00000000..63e4aef1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0290-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0290-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0290-800.webp new file mode 100644 index 00000000..7c8afe5f Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0290-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0291-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0291-1400.webp new file mode 100644 index 00000000..c1364633 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0291-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0291-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0291-480.webp new file mode 100644 index 00000000..ff5800c9 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0291-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0291-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0291-800.webp new file mode 100644 index 00000000..c1364633 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0291-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0292-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0292-1400.webp new file mode 100644 index 00000000..df1b04f4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0292-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0292-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0292-480.webp new file mode 100644 index 00000000..111527d1 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0292-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0292-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0292-800.webp new file mode 100644 index 00000000..df1b04f4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0292-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0293-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0293-1400.webp new file mode 100644 index 00000000..43730d61 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0293-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0293-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0293-480.webp new file mode 100644 index 00000000..1ca0f390 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0293-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0293-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0293-800.webp new file mode 100644 index 00000000..43730d61 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0293-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0294-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0294-1400.webp new file mode 100644 index 00000000..ceaa0f54 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0294-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0294-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0294-480.webp new file mode 100644 index 00000000..6ac9ed4b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0294-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0294-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0294-800.webp new file mode 100644 index 00000000..ceaa0f54 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0294-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0295-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0295-1400.webp new file mode 100644 index 00000000..bbef57b6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0295-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0295-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0295-480.webp new file mode 100644 index 00000000..9b60e145 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0295-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0295-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0295-800.webp new file mode 100644 index 00000000..bbef57b6 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0295-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0296-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0296-1400.webp new file mode 100644 index 00000000..7512c8d8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0296-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0296-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0296-480.webp new file mode 100644 index 00000000..bb50cdea Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0296-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0296-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0296-800.webp new file mode 100644 index 00000000..7512c8d8 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0296-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0297-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0297-1400.webp new file mode 100644 index 00000000..fa00dd04 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0297-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0297-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0297-480.webp new file mode 100644 index 00000000..71ba9b5b Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0297-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0297-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0297-800.webp new file mode 100644 index 00000000..fa00dd04 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0297-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0298-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0298-1400.webp new file mode 100644 index 00000000..089a2af4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0298-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0298-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0298-480.webp new file mode 100644 index 00000000..7f024db4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0298-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0298-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0298-800.webp new file mode 100644 index 00000000..089a2af4 Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0298-800.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0299-1400.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0299-1400.webp new file mode 100644 index 00000000..d343c2da Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0299-1400.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0299-480.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0299-480.webp new file mode 100644 index 00000000..216b822e Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0299-480.webp differ diff --git a/assets/img/2023-11-01-latent-interpolation/variance/img_0299-800.webp b/assets/img/2023-11-01-latent-interpolation/variance/img_0299-800.webp new file mode 100644 index 00000000..d343c2da Binary files /dev/null and b/assets/img/2023-11-01-latent-interpolation/variance/img_0299-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-1400.webp new file mode 100644 index 00000000..ca99e199 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-480.webp b/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-480.webp new file mode 100644 index 00000000..7ac2cb2e Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-800.webp b/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-800.webp new file mode 100644 index 00000000..ca99e199 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/clusteringrecount3-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/downstream-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/downstream-1400.webp new file mode 100644 index 00000000..7e5e1246 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/downstream-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/downstream-480.webp b/assets/img/2023-11-02-guided-transfer-learning/downstream-480.webp new file mode 100644 index 00000000..b4c6f438 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/downstream-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/downstream-800.webp b/assets/img/2023-11-02-guided-transfer-learning/downstream-800.webp new file mode 100644 index 00000000..7e5e1246 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/downstream-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-1400.webp new file mode 100644 index 00000000..c26ca3c9 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-480.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-480.webp new file mode 100644 index 00000000..db1c067d Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-800.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-800.webp new file mode 100644 index 00000000..c26ca3c9 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_diagram-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-1400.webp new file mode 100644 index 00000000..b707da43 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-480.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-480.webp new file mode 100644 index 00000000..f5d521b9 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-800.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-800.webp new file mode 100644 index 00000000..b707da43 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_acc-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-1400.webp new file mode 100644 index 00000000..853015ab Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-480.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-480.webp new file mode 100644 index 00000000..c50683f9 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-800.webp b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-800.webp new file mode 100644 index 00000000..853015ab Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp1_val_loss-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-1400.webp new file mode 100644 index 00000000..849407e4 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-480.webp b/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-480.webp new file mode 100644 index 00000000..aa843307 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-800.webp b/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-800.webp new file mode 100644 index 00000000..849407e4 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp2_loss-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-1400.webp new file mode 100644 index 00000000..55601b2c Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-480.webp b/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-480.webp new file mode 100644 index 00000000..d0db24ef Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-800.webp b/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-800.webp new file mode 100644 index 00000000..55601b2c Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/exp2_val_acc-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-1400.webp new file mode 100644 index 00000000..e3a20007 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-480.webp b/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-480.webp new file mode 100644 index 00000000..4537bf7a Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-800.webp b/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-800.webp new file mode 100644 index 00000000..e3a20007 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/guide_values_1-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-1400.webp new file mode 100644 index 00000000..514bb74e Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-480.webp b/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-480.webp new file mode 100644 index 00000000..738de601 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-800.webp b/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-800.webp new file mode 100644 index 00000000..514bb74e Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/guide_values_2-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/iclr-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/iclr-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/iclr-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/iclr-480.webp b/assets/img/2023-11-02-guided-transfer-learning/iclr-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/iclr-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/iclr-800.webp b/assets/img/2023-11-02-guided-transfer-learning/iclr-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/iclr-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/omniglot-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/omniglot-1400.webp new file mode 100644 index 00000000..644b1973 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/omniglot-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/omniglot-480.webp b/assets/img/2023-11-02-guided-transfer-learning/omniglot-480.webp new file mode 100644 index 00000000..85306662 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/omniglot-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/omniglot-800.webp b/assets/img/2023-11-02-guided-transfer-learning/omniglot-800.webp new file mode 100644 index 00000000..644b1973 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/omniglot-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/omniglot2-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/omniglot2-1400.webp new file mode 100644 index 00000000..36260bdf Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/omniglot2-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/omniglot2-480.webp b/assets/img/2023-11-02-guided-transfer-learning/omniglot2-480.webp new file mode 100644 index 00000000..57b48644 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/omniglot2-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/omniglot2-800.webp b/assets/img/2023-11-02-guided-transfer-learning/omniglot2-800.webp new file mode 100644 index 00000000..36260bdf Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/omniglot2-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/paperresults1-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/paperresults1-1400.webp new file mode 100644 index 00000000..abcb894e Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/paperresults1-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/paperresults1-480.webp b/assets/img/2023-11-02-guided-transfer-learning/paperresults1-480.webp new file mode 100644 index 00000000..1f1d24cf Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/paperresults1-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/paperresults1-800.webp b/assets/img/2023-11-02-guided-transfer-learning/paperresults1-800.webp new file mode 100644 index 00000000..abcb894e Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/paperresults1-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/paperresults2-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/paperresults2-1400.webp new file mode 100644 index 00000000..33cb1c9d Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/paperresults2-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/paperresults2-480.webp b/assets/img/2023-11-02-guided-transfer-learning/paperresults2-480.webp new file mode 100644 index 00000000..dcf17eb2 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/paperresults2-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/paperresults2-800.webp b/assets/img/2023-11-02-guided-transfer-learning/paperresults2-800.webp new file mode 100644 index 00000000..33cb1c9d Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/paperresults2-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/pipeline-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/pipeline-1400.webp new file mode 100644 index 00000000..bd7ca00b Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/pipeline-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/pipeline-480.webp b/assets/img/2023-11-02-guided-transfer-learning/pipeline-480.webp new file mode 100644 index 00000000..e95b03a7 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/pipeline-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/pipeline-800.webp b/assets/img/2023-11-02-guided-transfer-learning/pipeline-800.webp new file mode 100644 index 00000000..bd7ca00b Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/pipeline-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/results-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/results-1400.webp new file mode 100644 index 00000000..4d796523 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/results-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/results-480.webp b/assets/img/2023-11-02-guided-transfer-learning/results-480.webp new file mode 100644 index 00000000..f3fd12d7 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/results-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/results-800.webp b/assets/img/2023-11-02-guided-transfer-learning/results-800.webp new file mode 100644 index 00000000..4d796523 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/results-800.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/scouting-1400.webp b/assets/img/2023-11-02-guided-transfer-learning/scouting-1400.webp new file mode 100644 index 00000000..f9e69fbb Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/scouting-1400.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/scouting-480.webp b/assets/img/2023-11-02-guided-transfer-learning/scouting-480.webp new file mode 100644 index 00000000..c6a3d670 Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/scouting-480.webp differ diff --git a/assets/img/2023-11-02-guided-transfer-learning/scouting-800.webp b/assets/img/2023-11-02-guided-transfer-learning/scouting-800.webp new file mode 100644 index 00000000..f9e69fbb Binary files /dev/null and b/assets/img/2023-11-02-guided-transfer-learning/scouting-800.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-1400.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-1400.webp new file mode 100644 index 00000000..4820914a Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-1400.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-480.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-480.webp new file mode 100644 index 00000000..e5e156fb Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-480.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-800.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-800.webp new file mode 100644 index 00000000..4820914a Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/fourierlayers-800.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-1400.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-1400.webp new file mode 100644 index 00000000..62ee7bd5 Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-1400.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-480.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-480.webp new file mode 100644 index 00000000..f3009493 Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-480.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-800.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-800.webp new file mode 100644 index 00000000..62ee7bd5 Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/noposencoding_dxdt-800.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-1400.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-1400.webp new file mode 100644 index 00000000..3f943cce Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-1400.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-480.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-480.webp new file mode 100644 index 00000000..f5f7e8be Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-480.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-800.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-800.webp new file mode 100644 index 00000000..3f943cce Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/show_dxdt-800.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-1400.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-1400.webp new file mode 100644 index 00000000..bccf8d40 Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-1400.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-480.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-480.webp new file mode 100644 index 00000000..4353d235 Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-480.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-800.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-800.webp new file mode 100644 index 00000000..bccf8d40 Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/train_test_loss-800.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-1400.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-1400.webp new file mode 100644 index 00000000..c951993c Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-1400.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-480.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-480.webp new file mode 100644 index 00000000..2d216ce8 Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-480.webp differ diff --git a/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-800.webp b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-800.webp new file mode 100644 index 00000000..c951993c Binary files /dev/null and b/assets/img/2023-11-05-neural-PDEs-long-time-dynamics/unet_train_test_loss-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-1400.webp b/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-1400.webp new file mode 100644 index 00000000..a7107f44 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-480.webp b/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-480.webp new file mode 100644 index 00000000..7dbe0b01 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-800.webp b/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-800.webp new file mode 100644 index 00000000..a7107f44 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/6S898_Fall_2023_homeworks_ps3-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/cifar_10_example-1400.webp b/assets/img/2023-11-06-attention-regularization/cifar_10_example-1400.webp new file mode 100644 index 00000000..4c1112b7 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/cifar_10_example-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/cifar_10_example-480.webp b/assets/img/2023-11-06-attention-regularization/cifar_10_example-480.webp new file mode 100644 index 00000000..446368c7 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/cifar_10_example-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/cifar_10_example-800.webp b/assets/img/2023-11-06-attention-regularization/cifar_10_example-800.webp new file mode 100644 index 00000000..4c1112b7 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/cifar_10_example-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_accuracy-1400.webp b/assets/img/2023-11-06-attention-regularization/test_accuracy-1400.webp new file mode 100644 index 00000000..a9788078 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_accuracy-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_accuracy-480.webp b/assets/img/2023-11-06-attention-regularization/test_accuracy-480.webp new file mode 100644 index 00000000..7f6b2ff4 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_accuracy-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_accuracy-800.webp b/assets/img/2023-11-06-attention-regularization/test_accuracy-800.webp new file mode 100644 index 00000000..a9788078 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_accuracy-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_accuracy100-1400.webp b/assets/img/2023-11-06-attention-regularization/test_accuracy100-1400.webp new file mode 100644 index 00000000..761bfb1b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_accuracy100-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_accuracy100-480.webp b/assets/img/2023-11-06-attention-regularization/test_accuracy100-480.webp new file mode 100644 index 00000000..e1afb17a Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_accuracy100-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_accuracy100-800.webp b/assets/img/2023-11-06-attention-regularization/test_accuracy100-800.webp new file mode 100644 index 00000000..761bfb1b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_accuracy100-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_loss-1400.webp b/assets/img/2023-11-06-attention-regularization/test_loss-1400.webp new file mode 100644 index 00000000..c3eddc8e Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_loss-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_loss-480.webp b/assets/img/2023-11-06-attention-regularization/test_loss-480.webp new file mode 100644 index 00000000..4600bb05 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_loss-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_loss-800.webp b/assets/img/2023-11-06-attention-regularization/test_loss-800.webp new file mode 100644 index 00000000..c3eddc8e Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_loss-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_loss100-1400.webp b/assets/img/2023-11-06-attention-regularization/test_loss100-1400.webp new file mode 100644 index 00000000..d5c08028 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_loss100-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_loss100-480.webp b/assets/img/2023-11-06-attention-regularization/test_loss100-480.webp new file mode 100644 index 00000000..c88ad043 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_loss100-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/test_loss100-800.webp b/assets/img/2023-11-06-attention-regularization/test_loss100-800.webp new file mode 100644 index 00000000..d5c08028 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/test_loss100-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_accuracy-1400.webp b/assets/img/2023-11-06-attention-regularization/training_accuracy-1400.webp new file mode 100644 index 00000000..e898fbe3 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_accuracy-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_accuracy-480.webp b/assets/img/2023-11-06-attention-regularization/training_accuracy-480.webp new file mode 100644 index 00000000..67a66225 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_accuracy-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_accuracy-800.webp b/assets/img/2023-11-06-attention-regularization/training_accuracy-800.webp new file mode 100644 index 00000000..e898fbe3 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_accuracy-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_accuracy100-1400.webp b/assets/img/2023-11-06-attention-regularization/training_accuracy100-1400.webp new file mode 100644 index 00000000..3eee5386 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_accuracy100-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_accuracy100-480.webp b/assets/img/2023-11-06-attention-regularization/training_accuracy100-480.webp new file mode 100644 index 00000000..149fbb00 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_accuracy100-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_accuracy100-800.webp b/assets/img/2023-11-06-attention-regularization/training_accuracy100-800.webp new file mode 100644 index 00000000..3eee5386 Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_accuracy100-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_loss-1400.webp b/assets/img/2023-11-06-attention-regularization/training_loss-1400.webp new file mode 100644 index 00000000..34e54a7b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_loss-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_loss-480.webp b/assets/img/2023-11-06-attention-regularization/training_loss-480.webp new file mode 100644 index 00000000..14f1585b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_loss-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_loss-800.webp b/assets/img/2023-11-06-attention-regularization/training_loss-800.webp new file mode 100644 index 00000000..34e54a7b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_loss-800.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_loss100-1400.webp b/assets/img/2023-11-06-attention-regularization/training_loss100-1400.webp new file mode 100644 index 00000000..9d4e075b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_loss100-1400.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_loss100-480.webp b/assets/img/2023-11-06-attention-regularization/training_loss100-480.webp new file mode 100644 index 00000000..1a10e96b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_loss100-480.webp differ diff --git a/assets/img/2023-11-06-attention-regularization/training_loss100-800.webp b/assets/img/2023-11-06-attention-regularization/training_loss100-800.webp new file mode 100644 index 00000000..9d4e075b Binary files /dev/null and b/assets/img/2023-11-06-attention-regularization/training_loss100-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/brahmi-1400.webp b/assets/img/2023-11-07-Language-Bias/brahmi-1400.webp new file mode 100644 index 00000000..f750f6a3 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/brahmi-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/brahmi-480.webp b/assets/img/2023-11-07-Language-Bias/brahmi-480.webp new file mode 100644 index 00000000..104c5038 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/brahmi-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/brahmi-800.webp b/assets/img/2023-11-07-Language-Bias/brahmi-800.webp new file mode 100644 index 00000000..f750f6a3 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/brahmi-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-1400.webp b/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-1400.webp new file mode 100644 index 00000000..1c60565c Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-480.webp b/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-480.webp new file mode 100644 index 00000000..c467531f Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-800.webp b/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-800.webp new file mode 100644 index 00000000..1c60565c Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/christmas_spectrogram-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/ctc-1400.webp b/assets/img/2023-11-07-Language-Bias/ctc-1400.webp new file mode 100644 index 00000000..cfd1db5d Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/ctc-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/ctc-480.webp b/assets/img/2023-11-07-Language-Bias/ctc-480.webp new file mode 100644 index 00000000..d1eda52b Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/ctc-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/ctc-800.webp b/assets/img/2023-11-07-Language-Bias/ctc-800.webp new file mode 100644 index 00000000..cfd1db5d Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/ctc-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/experiment_drawing-1400.webp b/assets/img/2023-11-07-Language-Bias/experiment_drawing-1400.webp new file mode 100644 index 00000000..0269cb23 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/experiment_drawing-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/experiment_drawing-480.webp b/assets/img/2023-11-07-Language-Bias/experiment_drawing-480.webp new file mode 100644 index 00000000..88014e38 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/experiment_drawing-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/experiment_drawing-800.webp b/assets/img/2023-11-07-Language-Bias/experiment_drawing-800.webp new file mode 100644 index 00000000..0269cb23 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/experiment_drawing-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/gen_spectrogram-1400.webp b/assets/img/2023-11-07-Language-Bias/gen_spectrogram-1400.webp new file mode 100644 index 00000000..8ab5acc8 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/gen_spectrogram-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/gen_spectrogram-480.webp b/assets/img/2023-11-07-Language-Bias/gen_spectrogram-480.webp new file mode 100644 index 00000000..767ba505 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/gen_spectrogram-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/gen_spectrogram-800.webp b/assets/img/2023-11-07-Language-Bias/gen_spectrogram-800.webp new file mode 100644 index 00000000..8ab5acc8 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/gen_spectrogram-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/ought-1400.webp b/assets/img/2023-11-07-Language-Bias/ought-1400.webp new file mode 100644 index 00000000..3988c001 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/ought-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/ought-480.webp b/assets/img/2023-11-07-Language-Bias/ought-480.webp new file mode 100644 index 00000000..903da8cc Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/ought-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/ought-800.webp b/assets/img/2023-11-07-Language-Bias/ought-800.webp new file mode 100644 index 00000000..3988c001 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/ought-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/real_results-1400.webp b/assets/img/2023-11-07-Language-Bias/real_results-1400.webp new file mode 100644 index 00000000..5a492884 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/real_results-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/real_results-480.webp b/assets/img/2023-11-07-Language-Bias/real_results-480.webp new file mode 100644 index 00000000..fb0315a1 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/real_results-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/real_results-800.webp b/assets/img/2023-11-07-Language-Bias/real_results-800.webp new file mode 100644 index 00000000..5a492884 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/real_results-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/reddit-1400.webp b/assets/img/2023-11-07-Language-Bias/reddit-1400.webp new file mode 100644 index 00000000..153a92b6 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/reddit-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/reddit-480.webp b/assets/img/2023-11-07-Language-Bias/reddit-480.webp new file mode 100644 index 00000000..1d34cd36 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/reddit-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/reddit-800.webp b/assets/img/2023-11-07-Language-Bias/reddit-800.webp new file mode 100644 index 00000000..153a92b6 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/reddit-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results-1400.webp b/assets/img/2023-11-07-Language-Bias/results-1400.webp new file mode 100644 index 00000000..13166610 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results-480.webp b/assets/img/2023-11-07-Language-Bias/results-480.webp new file mode 100644 index 00000000..49c3355b Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results-800.webp b/assets/img/2023-11-07-Language-Bias/results-800.webp new file mode 100644 index 00000000..13166610 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results1-1400.webp b/assets/img/2023-11-07-Language-Bias/results1-1400.webp new file mode 100644 index 00000000..1c9bbe87 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results1-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results1-480.webp b/assets/img/2023-11-07-Language-Bias/results1-480.webp new file mode 100644 index 00000000..682b2ac1 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results1-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results1-800.webp b/assets/img/2023-11-07-Language-Bias/results1-800.webp new file mode 100644 index 00000000..1c9bbe87 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results1-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results2-1400.webp b/assets/img/2023-11-07-Language-Bias/results2-1400.webp new file mode 100644 index 00000000..d516d703 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results2-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results2-480.webp b/assets/img/2023-11-07-Language-Bias/results2-480.webp new file mode 100644 index 00000000..f8f77871 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results2-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results2-800.webp b/assets/img/2023-11-07-Language-Bias/results2-800.webp new file mode 100644 index 00000000..d516d703 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results2-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results3-1400.webp b/assets/img/2023-11-07-Language-Bias/results3-1400.webp new file mode 100644 index 00000000..76303733 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results3-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results3-480.webp b/assets/img/2023-11-07-Language-Bias/results3-480.webp new file mode 100644 index 00000000..f12710dc Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results3-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/results3-800.webp b/assets/img/2023-11-07-Language-Bias/results3-800.webp new file mode 100644 index 00000000..76303733 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/results3-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/silent_letters-1400.webp b/assets/img/2023-11-07-Language-Bias/silent_letters-1400.webp new file mode 100644 index 00000000..602ea812 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/silent_letters-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/silent_letters-480.webp b/assets/img/2023-11-07-Language-Bias/silent_letters-480.webp new file mode 100644 index 00000000..dce01bca Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/silent_letters-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/silent_letters-800.webp b/assets/img/2023-11-07-Language-Bias/silent_letters-800.webp new file mode 100644 index 00000000..602ea812 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/silent_letters-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/spanish-1400.webp b/assets/img/2023-11-07-Language-Bias/spanish-1400.webp new file mode 100644 index 00000000..755b991d Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/spanish-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/spanish-480.webp b/assets/img/2023-11-07-Language-Bias/spanish-480.webp new file mode 100644 index 00000000..790637aa Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/spanish-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/spanish-800.webp b/assets/img/2023-11-07-Language-Bias/spanish-800.webp new file mode 100644 index 00000000..755b991d Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/spanish-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/system-1400.webp b/assets/img/2023-11-07-Language-Bias/system-1400.webp new file mode 100644 index 00000000..a92d5890 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/system-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/system-480.webp b/assets/img/2023-11-07-Language-Bias/system-480.webp new file mode 100644 index 00000000..a3329e94 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/system-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/system-800.webp b/assets/img/2023-11-07-Language-Bias/system-800.webp new file mode 100644 index 00000000..a92d5890 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/system-800.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/twitter_meme-1400.webp b/assets/img/2023-11-07-Language-Bias/twitter_meme-1400.webp new file mode 100644 index 00000000..41349fe0 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/twitter_meme-1400.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/twitter_meme-480.webp b/assets/img/2023-11-07-Language-Bias/twitter_meme-480.webp new file mode 100644 index 00000000..b1ba3686 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/twitter_meme-480.webp differ diff --git a/assets/img/2023-11-07-Language-Bias/twitter_meme-800.webp b/assets/img/2023-11-07-Language-Bias/twitter_meme-800.webp new file mode 100644 index 00000000..41349fe0 Binary files /dev/null and b/assets/img/2023-11-07-Language-Bias/twitter_meme-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-1400.webp new file mode 100644 index 00000000..85b6fbae Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-480.webp b/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-480.webp new file mode 100644 index 00000000..60f5ba50 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-800.webp b/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-800.webp new file mode 100644 index 00000000..85b6fbae Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/1-cross_attention_masks-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-1400.webp new file mode 100644 index 00000000..9c76ceea Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-480.webp b/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-480.webp new file mode 100644 index 00000000..a6910a23 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-800.webp b/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-800.webp new file mode 100644 index 00000000..9c76ceea Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/2-Experimentation_proposed_prompt_to_prompt-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-1400.webp new file mode 100644 index 00000000..1d9aede8 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-480.webp new file mode 100644 index 00000000..293c81dc Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-800.webp new file mode 100644 index 00000000..1d9aede8 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 01 - outline-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-1400.webp new file mode 100644 index 00000000..61c85111 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-480.webp new file mode 100644 index 00000000..a81700d2 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-800.webp new file mode 100644 index 00000000..61c85111 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 02 - outline section A-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-1400.webp new file mode 100644 index 00000000..24bccc4d Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-480.webp new file mode 100644 index 00000000..222c6865 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-800.webp new file mode 100644 index 00000000..24bccc4d Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 03 - Local editing-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-1400.webp new file mode 100644 index 00000000..e0131a03 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-480.webp new file mode 100644 index 00000000..c740f005 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-800.webp new file mode 100644 index 00000000..e0131a03 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 04 - Cross replace steps explanation-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-1400.webp new file mode 100644 index 00000000..1ff5fe92 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-480.webp new file mode 100644 index 00000000..e9f4acd1 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-800.webp new file mode 100644 index 00000000..1ff5fe92 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 05 - Sel-attention explanation-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-1400.webp new file mode 100644 index 00000000..69a30b5d Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-480.webp new file mode 100644 index 00000000..7b208509 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-800.webp new file mode 100644 index 00000000..69a30b5d Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 06 - Hypothesis and findings-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-1400.webp new file mode 100644 index 00000000..6d4799f4 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-480.webp new file mode 100644 index 00000000..6ad8ab30 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-800.webp new file mode 100644 index 00000000..6d4799f4 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 07 - Results silhouette parameter k - faces-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-1400.webp new file mode 100644 index 00000000..f39532f6 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-480.webp new file mode 100644 index 00000000..eabafe01 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-800.webp new file mode 100644 index 00000000..f39532f6 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 08 - Results silhouette parameter k - landscape-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-1400.webp new file mode 100644 index 00000000..07cc8d01 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-480.webp new file mode 100644 index 00000000..ce239f2d Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-800.webp new file mode 100644 index 00000000..07cc8d01 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 09 - Results cross replace steps - faces-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-1400.webp new file mode 100644 index 00000000..e14abc53 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-480.webp new file mode 100644 index 00000000..6f63b352 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-800.webp new file mode 100644 index 00000000..e14abc53 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 10 - Results cross replace steps - landscape-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-1400.webp new file mode 100644 index 00000000..92b4b418 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-480.webp new file mode 100644 index 00000000..e7656628 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-800.webp new file mode 100644 index 00000000..92b4b418 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 11 - Results self replace steps - faces-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-1400.webp new file mode 100644 index 00000000..26769925 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-480.webp new file mode 100644 index 00000000..a945e9eb Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-800.webp new file mode 100644 index 00000000..26769925 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 12 - Results self replace steps - landscape-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-1400.webp new file mode 100644 index 00000000..e7b77f8f Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-480.webp new file mode 100644 index 00000000..86239aff Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-800.webp new file mode 100644 index 00000000..e7b77f8f Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 13 - Cycle consistency-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-1400.webp new file mode 100644 index 00000000..34d18827 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-480.webp new file mode 100644 index 00000000..2ecf0214 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-800.webp new file mode 100644 index 00000000..34d18827 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 14 - Cycle consistency - hyperparameter impact-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-1400.webp new file mode 100644 index 00000000..8fd9c6e0 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-480.webp new file mode 100644 index 00000000..79149fd8 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-800.webp new file mode 100644 index 00000000..8fd9c6e0 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 15 - Current vs new method-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-1400.webp new file mode 100644 index 00000000..9eb6562a Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-480.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-480.webp new file mode 100644 index 00000000..746c6a5c Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-800.webp b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-800.webp new file mode 100644 index 00000000..9eb6562a Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/analysis/Figure 16 - Current vs new method comparision of output-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-1400.webp new file mode 100644 index 00000000..ef548a46 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-480.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-480.webp new file mode 100644 index 00000000..5c93b3a0 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-800.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-800.webp new file mode 100644 index 00000000..ef548a46 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Blended_Difussion-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-1400.webp new file mode 100644 index 00000000..5c35b670 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-480.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-480.webp new file mode 100644 index 00000000..eb60604d Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-800.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-800.webp new file mode 100644 index 00000000..5c35b670 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/Fine_Tuning-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-1400.webp new file mode 100644 index 00000000..4c56fc01 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-480.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-480.webp new file mode 100644 index 00000000..25b54c5d Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-800.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-800.webp new file mode 100644 index 00000000..4c56fc01 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/SDEdit-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-1400.webp new file mode 100644 index 00000000..18726401 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-480.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-480.webp new file mode 100644 index 00000000..617f267f Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-800.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-800.webp new file mode 100644 index 00000000..18726401 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_1-800.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-1400.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-1400.webp new file mode 100644 index 00000000..13d07266 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-1400.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-480.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-480.webp new file mode 100644 index 00000000..b650562f Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-480.webp differ diff --git a/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-800.webp b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-800.webp new file mode 100644 index 00000000..13d07266 Binary files /dev/null and b/assets/img/2023-11-07-prompt-to-prompt/literature_review/corgi_coffee_machine_2-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-1400.webp new file mode 100644 index 00000000..e2a5fad2 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-480.webp new file mode 100644 index 00000000..aa072117 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-800.webp new file mode 100644 index 00000000..e2a5fad2 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/NH3_rot-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-1400.webp new file mode 100644 index 00000000..23a36bc5 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-480.webp new file mode 100644 index 00000000..590b7073 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-800.webp new file mode 100644 index 00000000..23a36bc5 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/aspirin-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-1400.webp new file mode 100644 index 00000000..fbb76fbe Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-480.webp new file mode 100644 index 00000000..89a6d4f4 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-800.webp new file mode 100644 index 00000000..fbb76fbe Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_asp_1-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-1400.webp new file mode 100644 index 00000000..5b849bfa Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-480.webp new file mode 100644 index 00000000..25395ec8 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-800.webp new file mode 100644 index 00000000..5b849bfa Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth_2-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-1400.webp new file mode 100644 index 00000000..53110b1c Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-480.webp new file mode 100644 index 00000000..690d6e85 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-800.webp new file mode 100644 index 00000000..53110b1c Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__ang_2-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-1400.webp new file mode 100644 index 00000000..5127b8ad Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-480.webp new file mode 100644 index 00000000..929f6065 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-800.webp new file mode 100644 index 00000000..5127b8ad Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__cc_2-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-1400.webp new file mode 100644 index 00000000..246956af Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-480.webp new file mode 100644 index 00000000..c768a7f1 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-800.webp new file mode 100644 index 00000000..246956af Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_eth__co_2-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-1400.webp new file mode 100644 index 00000000..6ff593e7 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-480.webp new file mode 100644 index 00000000..9b81452c Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-800.webp new file mode 100644 index 00000000..6ff593e7 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/egnn_lat_tol_2-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-1400.webp new file mode 100644 index 00000000..846ecb2d Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-480.webp new file mode 100644 index 00000000..d72cc844 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-800.webp new file mode 100644 index 00000000..846ecb2d Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_t_epoch_new-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-1400.webp new file mode 100644 index 00000000..09b079f5 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-480.webp new file mode 100644 index 00000000..27a7d045 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-800.webp new file mode 100644 index 00000000..09b079f5 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_asp_v_epoch_new-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-1400.webp new file mode 100644 index 00000000..c7757da7 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-480.webp new file mode 100644 index 00000000..2ae9a236 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-800.webp new file mode 100644 index 00000000..c7757da7 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_t_epoch_new-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-1400.webp new file mode 100644 index 00000000..50086034 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-480.webp new file mode 100644 index 00000000..bbafcee6 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-800.webp new file mode 100644 index 00000000..50086034 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_ethanol_v_epoch_new-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-1400.webp new file mode 100644 index 00000000..9e5cb66b Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-480.webp new file mode 100644 index 00000000..50a3805a Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-800.webp new file mode 100644 index 00000000..9e5cb66b Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_t_epoch_new-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-1400.webp new file mode 100644 index 00000000..d8ffe30d Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-480.webp new file mode 100644 index 00000000..6d50e384 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-800.webp new file mode 100644 index 00000000..d8ffe30d Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/energy_pred_tol_v_epoch_new-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-1400.webp new file mode 100644 index 00000000..45e412fc Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-480.webp new file mode 100644 index 00000000..f6094f7b Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-800.webp new file mode 100644 index 00000000..45e412fc Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_t-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-1400.webp new file mode 100644 index 00000000..5f3220fe Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-480.webp new file mode 100644 index 00000000..c0cf9c4a Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-800.webp new file mode 100644 index 00000000..5f3220fe Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_ang_v-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-1400.webp new file mode 100644 index 00000000..cf340856 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-480.webp new file mode 100644 index 00000000..34ff2545 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-800.webp new file mode 100644 index 00000000..cf340856 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_t-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-1400.webp new file mode 100644 index 00000000..ddaaf794 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-480.webp new file mode 100644 index 00000000..0fdcf4e0 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-800.webp new file mode 100644 index 00000000..ddaaf794 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_cc_v-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-1400.webp new file mode 100644 index 00000000..18423fb0 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-480.webp new file mode 100644 index 00000000..e7e6fc67 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-800.webp new file mode 100644 index 00000000..18423fb0 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_t-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-1400.webp new file mode 100644 index 00000000..4b4d9198 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-480.webp new file mode 100644 index 00000000..0194c36b Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-800.webp new file mode 100644 index 00000000..4b4d9198 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/eth_co_v-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-1400.webp new file mode 100644 index 00000000..04d5d6ad Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-480.webp new file mode 100644 index 00000000..b57770fb Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-800.webp new file mode 100644 index 00000000..04d5d6ad Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/ethanol-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-1400.webp new file mode 100644 index 00000000..422277d1 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-480.webp new file mode 100644 index 00000000..dfcc6f99 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-800.webp new file mode 100644 index 00000000..422277d1 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_asp_1-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-1400.webp new file mode 100644 index 00000000..4d7ca66b Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-480.webp new file mode 100644 index 00000000..4fafcb5e Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-800.webp new file mode 100644 index 00000000..4d7ca66b Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_eth_new-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-1400.webp new file mode 100644 index 00000000..ea468c14 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-480.webp new file mode 100644 index 00000000..c193e09d Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-800.webp new file mode 100644 index 00000000..ea468c14 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/gnn_lat_tol_1-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-1400.webp new file mode 100644 index 00000000..f7d201a1 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-480.webp new file mode 100644 index 00000000..bc3efe94 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-800.webp new file mode 100644 index 00000000..f7d201a1 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_t-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-1400.webp new file mode 100644 index 00000000..8356a3de Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-480.webp new file mode 100644 index 00000000..7b9898d2 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-800.webp new file mode 100644 index 00000000..8356a3de Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_asp_v-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-1400.webp new file mode 100644 index 00000000..84226111 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-480.webp new file mode 100644 index 00000000..7d813f9b Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-800.webp new file mode 100644 index 00000000..84226111 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_t-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-1400.webp new file mode 100644 index 00000000..e45c30f9 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-480.webp new file mode 100644 index 00000000..de968a23 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-800.webp new file mode 100644 index 00000000..e45c30f9 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_eth_v-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-1400.webp new file mode 100644 index 00000000..e27aeb5a Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-480.webp new file mode 100644 index 00000000..99615709 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-800.webp new file mode 100644 index 00000000..e27aeb5a Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_t-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-1400.webp new file mode 100644 index 00000000..1a9a70ae Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-480.webp new file mode 100644 index 00000000..89088fee Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-800.webp new file mode 100644 index 00000000..1a9a70ae Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/hist_tol_v-800.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-1400.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-1400.webp new file mode 100644 index 00000000..c160e1a7 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-1400.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-480.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-480.webp new file mode 100644 index 00000000..5f3ba25a Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-480.webp differ diff --git a/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-800.webp b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-800.webp new file mode 100644 index 00000000..c160e1a7 Binary files /dev/null and b/assets/img/2023-11-08-A-deeper-look-into-equivariance-for-materials-data/toluene-800.webp differ diff --git a/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-1400.webp b/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-1400.webp new file mode 100644 index 00000000..0a892e75 Binary files /dev/null and b/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-1400.webp differ diff --git a/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-480.webp b/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-480.webp new file mode 100644 index 00000000..d910d4ab Binary files /dev/null and b/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-480.webp differ diff --git a/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-800.webp b/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-800.webp new file mode 100644 index 00000000..0a892e75 Binary files /dev/null and b/assets/img/2023-11-08-Investigating-neural-operator-models-for-closure-modeling-of-dynamical-systems/cloure_model-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/LSTM-1400.webp b/assets/img/2023-11-08-contrastive-time/LSTM-1400.webp new file mode 100644 index 00000000..ae5d09f9 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/LSTM-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/LSTM-480.webp b/assets/img/2023-11-08-contrastive-time/LSTM-480.webp new file mode 100644 index 00000000..63d64a99 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/LSTM-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/LSTM-800.webp b/assets/img/2023-11-08-contrastive-time/LSTM-800.webp new file mode 100644 index 00000000..ae5d09f9 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/LSTM-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/comparison_noise-1400.webp b/assets/img/2023-11-08-contrastive-time/comparison_noise-1400.webp new file mode 100644 index 00000000..7dc616d2 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/comparison_noise-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/comparison_noise-480.webp b/assets/img/2023-11-08-contrastive-time/comparison_noise-480.webp new file mode 100644 index 00000000..d8af00d8 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/comparison_noise-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/comparison_noise-800.webp b/assets/img/2023-11-08-contrastive-time/comparison_noise-800.webp new file mode 100644 index 00000000..7dc616d2 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/comparison_noise-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-1400.webp b/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-1400.webp new file mode 100644 index 00000000..c994d7d5 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-480.webp b/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-480.webp new file mode 100644 index 00000000..4a9105e3 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-800.webp b/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-800.webp new file mode 100644 index 00000000..c994d7d5 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/comparison_recon_and_pred-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/contrastive_representation-1400.webp b/assets/img/2023-11-08-contrastive-time/contrastive_representation-1400.webp new file mode 100644 index 00000000..231ad577 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/contrastive_representation-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/contrastive_representation-480.webp b/assets/img/2023-11-08-contrastive-time/contrastive_representation-480.webp new file mode 100644 index 00000000..5a31030d Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/contrastive_representation-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/contrastive_representation-800.webp b/assets/img/2023-11-08-contrastive-time/contrastive_representation-800.webp new file mode 100644 index 00000000..231ad577 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/contrastive_representation-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-1400.webp b/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-1400.webp new file mode 100644 index 00000000..c542b8c7 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-480.webp b/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-480.webp new file mode 100644 index 00000000..b2235e54 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-800.webp b/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-800.webp new file mode 100644 index 00000000..c542b8c7 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/gt_and_pred_traj-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-1400.webp b/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-1400.webp new file mode 100644 index 00000000..913eef69 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-480.webp b/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-480.webp new file mode 100644 index 00000000..67ae087c Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-800.webp b/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-800.webp new file mode 100644 index 00000000..913eef69 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_est_unseen_in_distribution-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-1400.webp b/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-1400.webp new file mode 100644 index 00000000..d7c95958 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-480.webp b/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-480.webp new file mode 100644 index 00000000..79a163f3 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-800.webp b/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-800.webp new file mode 100644 index 00000000..d7c95958 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_est_unseen_out_distribution-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_estimation-1400.webp b/assets/img/2023-11-08-contrastive-time/param_estimation-1400.webp new file mode 100644 index 00000000..b53c5664 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_estimation-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_estimation-480.webp b/assets/img/2023-11-08-contrastive-time/param_estimation-480.webp new file mode 100644 index 00000000..21df10a8 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_estimation-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/param_estimation-800.webp b/assets/img/2023-11-08-contrastive-time/param_estimation-800.webp new file mode 100644 index 00000000..b53c5664 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/param_estimation-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/recon_and_pred-1400.webp b/assets/img/2023-11-08-contrastive-time/recon_and_pred-1400.webp new file mode 100644 index 00000000..81021b78 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/recon_and_pred-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/recon_and_pred-480.webp b/assets/img/2023-11-08-contrastive-time/recon_and_pred-480.webp new file mode 100644 index 00000000..9b49306d Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/recon_and_pred-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/recon_and_pred-800.webp b/assets/img/2023-11-08-contrastive-time/recon_and_pred-800.webp new file mode 100644 index 00000000..81021b78 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/recon_and_pred-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/spring_mass_system-1400.webp b/assets/img/2023-11-08-contrastive-time/spring_mass_system-1400.webp new file mode 100644 index 00000000..4d12130e Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/spring_mass_system-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/spring_mass_system-480.webp b/assets/img/2023-11-08-contrastive-time/spring_mass_system-480.webp new file mode 100644 index 00000000..82300eec Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/spring_mass_system-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/spring_mass_system-800.webp b/assets/img/2023-11-08-contrastive-time/spring_mass_system-800.webp new file mode 100644 index 00000000..4d12130e Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/spring_mass_system-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-1400.webp b/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-1400.webp new file mode 100644 index 00000000..95ab2799 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-480.webp b/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-480.webp new file mode 100644 index 00000000..39b132ee Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-800.webp b/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-800.webp new file mode 100644 index 00000000..95ab2799 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/spring_mass_system_traj-800.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/traj_with_noise-1400.webp b/assets/img/2023-11-08-contrastive-time/traj_with_noise-1400.webp new file mode 100644 index 00000000..7ca05330 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/traj_with_noise-1400.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/traj_with_noise-480.webp b/assets/img/2023-11-08-contrastive-time/traj_with_noise-480.webp new file mode 100644 index 00000000..0f93a442 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/traj_with_noise-480.webp differ diff --git a/assets/img/2023-11-08-contrastive-time/traj_with_noise-800.webp b/assets/img/2023-11-08-contrastive-time/traj_with_noise-800.webp new file mode 100644 index 00000000..7ca05330 Binary files /dev/null and b/assets/img/2023-11-08-contrastive-time/traj_with_noise-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/DKN_simplepen-1400.webp b/assets/img/2023-11-08-croneillproposal/DKN_simplepen-1400.webp new file mode 100644 index 00000000..bcd4f136 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/DKN_simplepen-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/DKN_simplepen-480.webp b/assets/img/2023-11-08-croneillproposal/DKN_simplepen-480.webp new file mode 100644 index 00000000..006058d5 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/DKN_simplepen-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/DKN_simplepen-800.webp b/assets/img/2023-11-08-croneillproposal/DKN_simplepen-800.webp new file mode 100644 index 00000000..bcd4f136 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/DKN_simplepen-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/aggregate_DKN-1400.webp b/assets/img/2023-11-08-croneillproposal/aggregate_DKN-1400.webp new file mode 100644 index 00000000..12aa3fe5 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/aggregate_DKN-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/aggregate_DKN-480.webp b/assets/img/2023-11-08-croneillproposal/aggregate_DKN-480.webp new file mode 100644 index 00000000..ab59c573 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/aggregate_DKN-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/aggregate_DKN-800.webp b/assets/img/2023-11-08-croneillproposal/aggregate_DKN-800.webp new file mode 100644 index 00000000..12aa3fe5 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/aggregate_DKN-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/combined_results-1400.webp b/assets/img/2023-11-08-croneillproposal/combined_results-1400.webp new file mode 100644 index 00000000..690d0201 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/combined_results-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/combined_results-480.webp b/assets/img/2023-11-08-croneillproposal/combined_results-480.webp new file mode 100644 index 00000000..2ddec316 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/combined_results-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/combined_results-800.webp b/assets/img/2023-11-08-croneillproposal/combined_results-800.webp new file mode 100644 index 00000000..690d0201 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/combined_results-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/curriculum_results-1400.webp b/assets/img/2023-11-08-croneillproposal/curriculum_results-1400.webp new file mode 100644 index 00000000..f1c039ad Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/curriculum_results-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/curriculum_results-480.webp b/assets/img/2023-11-08-croneillproposal/curriculum_results-480.webp new file mode 100644 index 00000000..c8ceaafc Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/curriculum_results-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/curriculum_results-800.webp b/assets/img/2023-11-08-croneillproposal/curriculum_results-800.webp new file mode 100644 index 00000000..f1c039ad Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/curriculum_results-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/deepnet-1400.webp b/assets/img/2023-11-08-croneillproposal/deepnet-1400.webp new file mode 100644 index 00000000..989ac567 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/deepnet-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/deepnet-480.webp b/assets/img/2023-11-08-croneillproposal/deepnet-480.webp new file mode 100644 index 00000000..ec0a6884 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/deepnet-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/deepnet-800.webp b/assets/img/2023-11-08-croneillproposal/deepnet-800.webp new file mode 100644 index 00000000..989ac567 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/deepnet-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/model_arch-1400.webp b/assets/img/2023-11-08-croneillproposal/model_arch-1400.webp new file mode 100644 index 00000000..ece47d7f Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/model_arch-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/model_arch-480.webp b/assets/img/2023-11-08-croneillproposal/model_arch-480.webp new file mode 100644 index 00000000..d78ac025 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/model_arch-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/model_arch-800.webp b/assets/img/2023-11-08-croneillproposal/model_arch-800.webp new file mode 100644 index 00000000..ece47d7f Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/model_arch-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/obs_visualization-1400.webp b/assets/img/2023-11-08-croneillproposal/obs_visualization-1400.webp new file mode 100644 index 00000000..2f7a846c Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/obs_visualization-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/obs_visualization-480.webp b/assets/img/2023-11-08-croneillproposal/obs_visualization-480.webp new file mode 100644 index 00000000..689ae19e Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/obs_visualization-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/obs_visualization-800.webp b/assets/img/2023-11-08-croneillproposal/obs_visualization-800.webp new file mode 100644 index 00000000..2f7a846c Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/obs_visualization-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/pend_statespace-1400.webp b/assets/img/2023-11-08-croneillproposal/pend_statespace-1400.webp new file mode 100644 index 00000000..94075632 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/pend_statespace-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/pend_statespace-480.webp b/assets/img/2023-11-08-croneillproposal/pend_statespace-480.webp new file mode 100644 index 00000000..e43f4199 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/pend_statespace-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/pend_statespace-800.webp b/assets/img/2023-11-08-croneillproposal/pend_statespace-800.webp new file mode 100644 index 00000000..94075632 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/pend_statespace-800.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/spring_diagram-1400.webp b/assets/img/2023-11-08-croneillproposal/spring_diagram-1400.webp new file mode 100644 index 00000000..0d5832b0 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/spring_diagram-1400.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/spring_diagram-480.webp b/assets/img/2023-11-08-croneillproposal/spring_diagram-480.webp new file mode 100644 index 00000000..2fb92295 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/spring_diagram-480.webp differ diff --git a/assets/img/2023-11-08-croneillproposal/spring_diagram-800.webp b/assets/img/2023-11-08-croneillproposal/spring_diagram-800.webp new file mode 100644 index 00000000..0d5832b0 Binary files /dev/null and b/assets/img/2023-11-08-croneillproposal/spring_diagram-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/cgi-example-1400.webp b/assets/img/2023-11-08-detect-image/cgi-example-1400.webp new file mode 100644 index 00000000..f5b0bd97 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/cgi-example-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/cgi-example-480.webp b/assets/img/2023-11-08-detect-image/cgi-example-480.webp new file mode 100644 index 00000000..214309ce Binary files /dev/null and b/assets/img/2023-11-08-detect-image/cgi-example-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/cgi-example-800.webp b/assets/img/2023-11-08-detect-image/cgi-example-800.webp new file mode 100644 index 00000000..f5b0bd97 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/cgi-example-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-1400.webp b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-1400.webp new file mode 100644 index 00000000..f70d79ae Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-480.webp b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-480.webp new file mode 100644 index 00000000..98d65de8 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-800.webp b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-800.webp new file mode 100644 index 00000000..f70d79ae Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_hist-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-1400.webp b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-1400.webp new file mode 100644 index 00000000..8e07dd98 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-480.webp b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-480.webp new file mode 100644 index 00000000..1cccfe31 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-800.webp b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-800.webp new file mode 100644 index 00000000..8e07dd98 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Divergence_n_points=500_n_samples=10_noise_amount=0.1_num_inference_steps=25_seed=229_bs=1_roc-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-1400.webp b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-1400.webp new file mode 100644 index 00000000..e87c29ad Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-480.webp b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-480.webp new file mode 100644 index 00000000..953b2e36 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-800.webp b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-800.webp new file mode 100644 index 00000000..e87c29ad Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_hist-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-1400.webp b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-1400.webp new file mode 100644 index 00000000..56137942 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-480.webp b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-480.webp new file mode 100644 index 00000000..87a6ed86 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-800.webp b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-800.webp new file mode 100644 index 00000000..56137942 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Reconstruction_n_points=500_n_samples=10_noise_amount=1.0_num_inference_steps=25_seed=229_bs=1_roc-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-1400.webp b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-1400.webp new file mode 100644 index 00000000..0a9d2dba Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-480.webp b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-480.webp new file mode 100644 index 00000000..eee36419 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-800.webp b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-800.webp new file mode 100644 index 00000000..0a9d2dba Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_hist-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-1400.webp b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-1400.webp new file mode 100644 index 00000000..e0fba122 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-480.webp b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-480.webp new file mode 100644 index 00000000..fc1fadae Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-800.webp b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-800.webp new file mode 100644 index 00000000..e0fba122 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/method=Resnet_n_points=1000_seed=229_bs=1_roc-800.webp differ diff --git a/assets/img/2023-11-08-detect-image/methods-illustrated-1400.webp b/assets/img/2023-11-08-detect-image/methods-illustrated-1400.webp new file mode 100644 index 00000000..4642479a Binary files /dev/null and b/assets/img/2023-11-08-detect-image/methods-illustrated-1400.webp differ diff --git a/assets/img/2023-11-08-detect-image/methods-illustrated-480.webp b/assets/img/2023-11-08-detect-image/methods-illustrated-480.webp new file mode 100644 index 00000000..6b408b85 Binary files /dev/null and b/assets/img/2023-11-08-detect-image/methods-illustrated-480.webp differ diff --git a/assets/img/2023-11-08-detect-image/methods-illustrated-800.webp b/assets/img/2023-11-08-detect-image/methods-illustrated-800.webp new file mode 100644 index 00000000..4642479a Binary files /dev/null and b/assets/img/2023-11-08-detect-image/methods-illustrated-800.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-1400.webp b/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-1400.webp new file mode 100644 index 00000000..18e53ae6 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-1400.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-480.webp b/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-480.webp new file mode 100644 index 00000000..5e396f89 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-480.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-800.webp b/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-800.webp new file mode 100644 index 00000000..18e53ae6 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/diagonal_vit_tiny-800.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/fig5-1400.webp b/assets/img/2023-11-08-diaz-proposal/fig5-1400.webp new file mode 100644 index 00000000..a8df0647 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/fig5-1400.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/fig5-480.webp b/assets/img/2023-11-08-diaz-proposal/fig5-480.webp new file mode 100644 index 00000000..2fa1cc46 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/fig5-480.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/fig5-800.webp b/assets/img/2023-11-08-diaz-proposal/fig5-800.webp new file mode 100644 index 00000000..a8df0647 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/fig5-800.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/simplified_block-1400.webp b/assets/img/2023-11-08-diaz-proposal/simplified_block-1400.webp new file mode 100644 index 00000000..1dd2f713 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/simplified_block-1400.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/simplified_block-480.webp b/assets/img/2023-11-08-diaz-proposal/simplified_block-480.webp new file mode 100644 index 00000000..38f14c11 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/simplified_block-480.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/simplified_block-800.webp b/assets/img/2023-11-08-diaz-proposal/simplified_block-800.webp new file mode 100644 index 00000000..1dd2f713 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/simplified_block-800.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/simplified_performance-1400.webp b/assets/img/2023-11-08-diaz-proposal/simplified_performance-1400.webp new file mode 100644 index 00000000..c05f3224 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/simplified_performance-1400.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/simplified_performance-480.webp b/assets/img/2023-11-08-diaz-proposal/simplified_performance-480.webp new file mode 100644 index 00000000..b8515404 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/simplified_performance-480.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/simplified_performance-800.webp b/assets/img/2023-11-08-diaz-proposal/simplified_performance-800.webp new file mode 100644 index 00000000..c05f3224 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/simplified_performance-800.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/transformer-1400.webp b/assets/img/2023-11-08-diaz-proposal/transformer-1400.webp new file mode 100644 index 00000000..0f9621fb Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/transformer-1400.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/transformer-480.webp b/assets/img/2023-11-08-diaz-proposal/transformer-480.webp new file mode 100644 index 00000000..45045d7e Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/transformer-480.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/transformer-800.webp b/assets/img/2023-11-08-diaz-proposal/transformer-800.webp new file mode 100644 index 00000000..0f9621fb Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/transformer-800.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/vit_workflow-1400.webp b/assets/img/2023-11-08-diaz-proposal/vit_workflow-1400.webp new file mode 100644 index 00000000..f7dfb7f7 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/vit_workflow-1400.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/vit_workflow-480.webp b/assets/img/2023-11-08-diaz-proposal/vit_workflow-480.webp new file mode 100644 index 00000000..7e5a5ec4 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/vit_workflow-480.webp differ diff --git a/assets/img/2023-11-08-diaz-proposal/vit_workflow-800.webp b/assets/img/2023-11-08-diaz-proposal/vit_workflow-800.webp new file mode 100644 index 00000000..f7dfb7f7 Binary files /dev/null and b/assets/img/2023-11-08-diaz-proposal/vit_workflow-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-1400.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-1400.webp new file mode 100644 index 00000000..de788419 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-480.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-480.webp new file mode 100644 index 00000000..4a5455cd Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-800.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-800.webp new file mode 100644 index 00000000..de788419 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-1400.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-1400.webp new file mode 100644 index 00000000..f4f6f6f7 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-480.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-480.webp new file mode 100644 index 00000000..6fc3fa2e Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-800.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-800.webp new file mode 100644 index 00000000..f4f6f6f7 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-test-accuracy-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-1400.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-1400.webp new file mode 100644 index 00000000..3e0efa2e Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-480.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-480.webp new file mode 100644 index 00000000..9f506151 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-800.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-800.webp new file mode 100644 index 00000000..3e0efa2e Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-1400.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-1400.webp new file mode 100644 index 00000000..365cf5ed Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-480.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-480.webp new file mode 100644 index 00000000..7296a735 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-800.webp b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-800.webp new file mode 100644 index 00000000..365cf5ed Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Soft-Voting-3-train-accuracy-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-1400.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-1400.webp new file mode 100644 index 00000000..5f5104f5 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-480.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-480.webp new file mode 100644 index 00000000..9ae5bb0f Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-800.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-800.webp new file mode 100644 index 00000000..5f5104f5 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-1400.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-1400.webp new file mode 100644 index 00000000..ff046a2c Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-480.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-480.webp new file mode 100644 index 00000000..f14a4f57 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-800.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-800.webp new file mode 100644 index 00000000..ff046a2c Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-1-vote-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-1400.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-1400.webp new file mode 100644 index 00000000..6bcaa682 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-480.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-480.webp new file mode 100644 index 00000000..a7062d33 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-800.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-800.webp new file mode 100644 index 00000000..6bcaa682 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-1400.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-1400.webp new file mode 100644 index 00000000..502cdad9 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-480.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-480.webp new file mode 100644 index 00000000..e38227d0 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-800.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-800.webp new file mode 100644 index 00000000..502cdad9 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-2-vote-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-1400.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-1400.webp new file mode 100644 index 00000000..510bbd49 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-480.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-480.webp new file mode 100644 index 00000000..748af4e7 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-800.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-800.webp new file mode 100644 index 00000000..510bbd49 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-vote-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-1400.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-1400.webp new file mode 100644 index 00000000..74a99771 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-480.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-480.webp new file mode 100644 index 00000000..bcaf0da5 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-800.webp b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-800.webp new file mode 100644 index 00000000..74a99771 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/Strong-Classifier-100-Epochs-3-votes-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/biasvariance-1400.webp b/assets/img/2023-11-08-double_descent/biasvariance-1400.webp new file mode 100644 index 00000000..57a7b48f Binary files /dev/null and b/assets/img/2023-11-08-double_descent/biasvariance-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/biasvariance-480.webp b/assets/img/2023-11-08-double_descent/biasvariance-480.webp new file mode 100644 index 00000000..5443a97d Binary files /dev/null and b/assets/img/2023-11-08-double_descent/biasvariance-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/biasvariance-800.webp b/assets/img/2023-11-08-double_descent/biasvariance-800.webp new file mode 100644 index 00000000..57a7b48f Binary files /dev/null and b/assets/img/2023-11-08-double_descent/biasvariance-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-1400.webp b/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-1400.webp new file mode 100644 index 00000000..ce95f14a Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-480.webp b/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-480.webp new file mode 100644 index 00000000..88d5c1c4 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-800.webp b/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-800.webp new file mode 100644 index 00000000..ce95f14a Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_adaboost_zero_one_2-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-1400.webp b/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-1400.webp new file mode 100644 index 00000000..14c4445e Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-480.webp b/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-480.webp new file mode 100644 index 00000000..6314f83f Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-800.webp b/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-800.webp new file mode 100644 index 00000000..14c4445e Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_decision_tree_zero_one_8-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-1400.webp b/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-1400.webp new file mode 100644 index 00000000..efe9522c Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-480.webp b/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-480.webp new file mode 100644 index 00000000..355f2e71 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-800.webp b/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-800.webp new file mode 100644 index 00000000..efe9522c Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_l2boost_zero_one_1-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-1400.webp b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-1400.webp new file mode 100644 index 00000000..1f6449fd Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-480.webp b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-480.webp new file mode 100644 index 00000000..a1140292 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-800.webp b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-800.webp new file mode 100644 index 00000000..1f6449fd Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_c-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-1400.webp b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-1400.webp new file mode 100644 index 00000000..b6f3f9d9 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-480.webp b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-480.webp new file mode 100644 index 00000000..c7235735 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-800.webp b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-800.webp new file mode 100644 index 00000000..b6f3f9d9 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_logistic_regression_zero_one_d-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-1400.webp b/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-1400.webp new file mode 100644 index 00000000..95542625 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-480.webp b/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-480.webp new file mode 100644 index 00000000..9c379681 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-800.webp b/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-800.webp new file mode 100644 index 00000000..95542625 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/dd_rf_zero_one_6-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-1400.webp b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-1400.webp new file mode 100644 index 00000000..07e03baa Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-480.webp b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-480.webp new file mode 100644 index 00000000..378f74d2 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-800.webp b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-800.webp new file mode 100644 index 00000000..07e03baa Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-1400.webp b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-1400.webp new file mode 100644 index 00000000..0fa25f65 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-480.webp b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-480.webp new file mode 100644 index 00000000..21a22690 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-800.webp b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-800.webp new file mode 100644 index 00000000..0fa25f65 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-100-epochs-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-1400.webp b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-1400.webp new file mode 100644 index 00000000..a303d10c Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-480.webp b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-480.webp new file mode 100644 index 00000000..5b6ab328 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-800.webp b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-800.webp new file mode 100644 index 00000000..a303d10c Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-1400.webp b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-1400.webp new file mode 100644 index 00000000..026fef25 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-480.webp b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-480.webp new file mode 100644 index 00000000..ca2238da Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-800.webp b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-800.webp new file mode 100644 index 00000000..026fef25 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/ensemble-500-epochs-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-1400.webp b/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-1400.webp new file mode 100644 index 00000000..52039638 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-480.webp b/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-480.webp new file mode 100644 index 00000000..cf83dc73 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-800.webp b/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-800.webp new file mode 100644 index 00000000..52039638 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-100-epochs-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-1400.webp b/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-1400.webp new file mode 100644 index 00000000..728bba9b Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-480.webp b/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-480.webp new file mode 100644 index 00000000..b327d7cf Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-800.webp b/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-800.webp new file mode 100644 index 00000000..728bba9b Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-100-epochs-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-1400.webp b/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-1400.webp new file mode 100644 index 00000000..6996e689 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-480.webp b/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-480.webp new file mode 100644 index 00000000..1e85e044 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-800.webp b/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-800.webp new file mode 100644 index 00000000..6996e689 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-2000-epoch-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-1400.webp b/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-1400.webp new file mode 100644 index 00000000..70d0e86b Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-480.webp b/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-480.webp new file mode 100644 index 00000000..cdf77cde Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-800.webp b/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-800.webp new file mode 100644 index 00000000..70d0e86b Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-2000-epochs-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-1400.webp b/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-1400.webp new file mode 100644 index 00000000..c8d70e2b Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-480.webp b/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-480.webp new file mode 100644 index 00000000..0efea2ee Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-800.webp b/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-800.webp new file mode 100644 index 00000000..c8d70e2b Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-500-epochs-test-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-1400.webp b/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-1400.webp new file mode 100644 index 00000000..f694393d Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-480.webp b/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-480.webp new file mode 100644 index 00000000..5756e32d Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-800.webp b/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-800.webp new file mode 100644 index 00000000..f694393d Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mlp-500-epochs-train-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/mnist-1400.webp b/assets/img/2023-11-08-double_descent/mnist-1400.webp new file mode 100644 index 00000000..459c46e9 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mnist-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/mnist-480.webp b/assets/img/2023-11-08-double_descent/mnist-480.webp new file mode 100644 index 00000000..d5cb2a9b Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mnist-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/mnist-800.webp b/assets/img/2023-11-08-double_descent/mnist-800.webp new file mode 100644 index 00000000..459c46e9 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/mnist-800.webp differ diff --git a/assets/img/2023-11-08-double_descent/openai-1400.webp b/assets/img/2023-11-08-double_descent/openai-1400.webp new file mode 100644 index 00000000..ebdfe157 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/openai-1400.webp differ diff --git a/assets/img/2023-11-08-double_descent/openai-480.webp b/assets/img/2023-11-08-double_descent/openai-480.webp new file mode 100644 index 00000000..b6b333e1 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/openai-480.webp differ diff --git a/assets/img/2023-11-08-double_descent/openai-800.webp b/assets/img/2023-11-08-double_descent/openai-800.webp new file mode 100644 index 00000000..ebdfe157 Binary files /dev/null and b/assets/img/2023-11-08-double_descent/openai-800.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/graphs-1400.webp b/assets/img/2023-11-08-graphs-transformers/graphs-1400.webp new file mode 100644 index 00000000..a2c77df6 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/graphs-1400.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/graphs-480.webp b/assets/img/2023-11-08-graphs-transformers/graphs-480.webp new file mode 100644 index 00000000..c22f5105 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/graphs-480.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/graphs-800.webp b/assets/img/2023-11-08-graphs-transformers/graphs-800.webp new file mode 100644 index 00000000..a2c77df6 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/graphs-800.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/skip_connection-1400.webp b/assets/img/2023-11-08-graphs-transformers/skip_connection-1400.webp new file mode 100644 index 00000000..32218058 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/skip_connection-1400.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/skip_connection-480.webp b/assets/img/2023-11-08-graphs-transformers/skip_connection-480.webp new file mode 100644 index 00000000..eb063ad5 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/skip_connection-480.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/skip_connection-800.webp b/assets/img/2023-11-08-graphs-transformers/skip_connection-800.webp new file mode 100644 index 00000000..32218058 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/skip_connection-800.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-1400.webp b/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-1400.webp new file mode 100644 index 00000000..15e40e86 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-1400.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-480.webp b/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-480.webp new file mode 100644 index 00000000..ca6e7579 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-480.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-800.webp b/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-800.webp new file mode 100644 index 00000000..15e40e86 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/transformer-architecture-diagram-800.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/transformer_DL-1400.webp b/assets/img/2023-11-08-graphs-transformers/transformer_DL-1400.webp new file mode 100644 index 00000000..0d3e2c24 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/transformer_DL-1400.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/transformer_DL-480.webp b/assets/img/2023-11-08-graphs-transformers/transformer_DL-480.webp new file mode 100644 index 00000000..e69d1b75 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/transformer_DL-480.webp differ diff --git a/assets/img/2023-11-08-graphs-transformers/transformer_DL-800.webp b/assets/img/2023-11-08-graphs-transformers/transformer_DL-800.webp new file mode 100644 index 00000000..0d3e2c24 Binary files /dev/null and b/assets/img/2023-11-08-graphs-transformers/transformer_DL-800.webp differ diff --git a/assets/img/2023-11-08-grokking-proposal/power_plot-1400.webp b/assets/img/2023-11-08-grokking-proposal/power_plot-1400.webp new file mode 100644 index 00000000..b549e16e Binary files /dev/null and b/assets/img/2023-11-08-grokking-proposal/power_plot-1400.webp differ diff --git a/assets/img/2023-11-08-grokking-proposal/power_plot-480.webp b/assets/img/2023-11-08-grokking-proposal/power_plot-480.webp new file mode 100644 index 00000000..bbbb8f7a Binary files /dev/null and b/assets/img/2023-11-08-grokking-proposal/power_plot-480.webp differ diff --git a/assets/img/2023-11-08-grokking-proposal/power_plot-800.webp b/assets/img/2023-11-08-grokking-proposal/power_plot-800.webp new file mode 100644 index 00000000..b549e16e Binary files /dev/null and b/assets/img/2023-11-08-grokking-proposal/power_plot-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-1400.webp new file mode 100644 index 00000000..f39f7f7e Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-480.webp new file mode 100644 index 00000000..ca6a1563 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-800.webp new file mode 100644 index 00000000..f39f7f7e Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/child-et-al-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-1400.webp new file mode 100644 index 00000000..6b244a8c Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-480.webp new file mode 100644 index 00000000..50feee7e Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-800.webp new file mode 100644 index 00000000..6b244a8c Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/diag-attn-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-1400.webp new file mode 100644 index 00000000..d892e10c Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-480.webp new file mode 100644 index 00000000..8e86c462 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-800.webp new file mode 100644 index 00000000..d892e10c Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-1-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-1400.webp new file mode 100644 index 00000000..b2fa6c53 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-480.webp new file mode 100644 index 00000000..3a0670ff Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-800.webp new file mode 100644 index 00000000..b2fa6c53 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-2-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-1400.webp new file mode 100644 index 00000000..f01b5817 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-480.webp new file mode 100644 index 00000000..1c8b8fb8 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-800.webp new file mode 100644 index 00000000..f01b5817 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gauss-attn-diag-3-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-1400.webp new file mode 100644 index 00000000..d6e969aa Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-480.webp new file mode 100644 index 00000000..74a695ef Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-800.webp new file mode 100644 index 00000000..d6e969aa Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/gaussian-attn-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-1400.webp new file mode 100644 index 00000000..cb972df9 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-480.webp new file mode 100644 index 00000000..3cdbd02b Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-800.webp new file mode 100644 index 00000000..cb972df9 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/train-vs-val-loss-800.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-1400.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-1400.webp new file mode 100644 index 00000000..f39fd72d Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-1400.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-480.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-480.webp new file mode 100644 index 00000000..7727bff5 Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-480.webp differ diff --git a/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-800.webp b/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-800.webp new file mode 100644 index 00000000..f39fd72d Binary files /dev/null and b/assets/img/2023-11-08-increasing-context-length-for-transformers/vert-attn-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/1013_301-1400.webp b/assets/img/2023-11-08-mapreason/1013_301-1400.webp new file mode 100644 index 00000000..b1127898 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1013_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/1013_301-480.webp b/assets/img/2023-11-08-mapreason/1013_301-480.webp new file mode 100644 index 00000000..8f89e6ae Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1013_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/1013_301-800.webp b/assets/img/2023-11-08-mapreason/1013_301-800.webp new file mode 100644 index 00000000..b1127898 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1013_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/1013_302-1400.webp b/assets/img/2023-11-08-mapreason/1013_302-1400.webp new file mode 100644 index 00000000..0ea7cfd4 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1013_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/1013_302-480.webp b/assets/img/2023-11-08-mapreason/1013_302-480.webp new file mode 100644 index 00000000..f6e5b462 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1013_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/1013_302-800.webp b/assets/img/2023-11-08-mapreason/1013_302-800.webp new file mode 100644 index 00000000..0ea7cfd4 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1013_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/1037_301-1400.webp b/assets/img/2023-11-08-mapreason/1037_301-1400.webp new file mode 100644 index 00000000..10b259f6 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1037_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/1037_301-480.webp b/assets/img/2023-11-08-mapreason/1037_301-480.webp new file mode 100644 index 00000000..da3adaff Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1037_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/1037_301-800.webp b/assets/img/2023-11-08-mapreason/1037_301-800.webp new file mode 100644 index 00000000..10b259f6 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1037_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/1037_302-1400.webp b/assets/img/2023-11-08-mapreason/1037_302-1400.webp new file mode 100644 index 00000000..07de4535 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1037_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/1037_302-480.webp b/assets/img/2023-11-08-mapreason/1037_302-480.webp new file mode 100644 index 00000000..0b4ac39f Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1037_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/1037_302-800.webp b/assets/img/2023-11-08-mapreason/1037_302-800.webp new file mode 100644 index 00000000..07de4535 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1037_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/1038_301-1400.webp b/assets/img/2023-11-08-mapreason/1038_301-1400.webp new file mode 100644 index 00000000..32e29937 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1038_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/1038_301-480.webp b/assets/img/2023-11-08-mapreason/1038_301-480.webp new file mode 100644 index 00000000..ab9c083a Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1038_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/1038_301-800.webp b/assets/img/2023-11-08-mapreason/1038_301-800.webp new file mode 100644 index 00000000..32e29937 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1038_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/1038_302-1400.webp b/assets/img/2023-11-08-mapreason/1038_302-1400.webp new file mode 100644 index 00000000..a1168bcf Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1038_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/1038_302-480.webp b/assets/img/2023-11-08-mapreason/1038_302-480.webp new file mode 100644 index 00000000..72376103 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1038_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/1038_302-800.webp b/assets/img/2023-11-08-mapreason/1038_302-800.webp new file mode 100644 index 00000000..a1168bcf Binary files /dev/null and b/assets/img/2023-11-08-mapreason/1038_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/223_301-1400.webp b/assets/img/2023-11-08-mapreason/223_301-1400.webp new file mode 100644 index 00000000..c4016b09 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/223_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/223_301-480.webp b/assets/img/2023-11-08-mapreason/223_301-480.webp new file mode 100644 index 00000000..6ef6f740 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/223_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/223_301-800.webp b/assets/img/2023-11-08-mapreason/223_301-800.webp new file mode 100644 index 00000000..c4016b09 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/223_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/223_302-1400.webp b/assets/img/2023-11-08-mapreason/223_302-1400.webp new file mode 100644 index 00000000..6d9e618a Binary files /dev/null and b/assets/img/2023-11-08-mapreason/223_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/223_302-480.webp b/assets/img/2023-11-08-mapreason/223_302-480.webp new file mode 100644 index 00000000..ee8b4520 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/223_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/223_302-800.webp b/assets/img/2023-11-08-mapreason/223_302-800.webp new file mode 100644 index 00000000..6d9e618a Binary files /dev/null and b/assets/img/2023-11-08-mapreason/223_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/43_301-1400.webp b/assets/img/2023-11-08-mapreason/43_301-1400.webp new file mode 100644 index 00000000..07082c4b Binary files /dev/null and b/assets/img/2023-11-08-mapreason/43_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/43_301-480.webp b/assets/img/2023-11-08-mapreason/43_301-480.webp new file mode 100644 index 00000000..31241d40 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/43_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/43_301-800.webp b/assets/img/2023-11-08-mapreason/43_301-800.webp new file mode 100644 index 00000000..07082c4b Binary files /dev/null and b/assets/img/2023-11-08-mapreason/43_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/43_302-1400.webp b/assets/img/2023-11-08-mapreason/43_302-1400.webp new file mode 100644 index 00000000..c2c632a2 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/43_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/43_302-480.webp b/assets/img/2023-11-08-mapreason/43_302-480.webp new file mode 100644 index 00000000..3dacfbcd Binary files /dev/null and b/assets/img/2023-11-08-mapreason/43_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/43_302-800.webp b/assets/img/2023-11-08-mapreason/43_302-800.webp new file mode 100644 index 00000000..c2c632a2 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/43_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/51_301-1400.webp b/assets/img/2023-11-08-mapreason/51_301-1400.webp new file mode 100644 index 00000000..d8aae0ea Binary files /dev/null and b/assets/img/2023-11-08-mapreason/51_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/51_301-480.webp b/assets/img/2023-11-08-mapreason/51_301-480.webp new file mode 100644 index 00000000..828b7874 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/51_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/51_301-800.webp b/assets/img/2023-11-08-mapreason/51_301-800.webp new file mode 100644 index 00000000..d8aae0ea Binary files /dev/null and b/assets/img/2023-11-08-mapreason/51_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/51_302-1400.webp b/assets/img/2023-11-08-mapreason/51_302-1400.webp new file mode 100644 index 00000000..b6458cd3 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/51_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/51_302-480.webp b/assets/img/2023-11-08-mapreason/51_302-480.webp new file mode 100644 index 00000000..c776fc65 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/51_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/51_302-800.webp b/assets/img/2023-11-08-mapreason/51_302-800.webp new file mode 100644 index 00000000..b6458cd3 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/51_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/779_301-1400.webp b/assets/img/2023-11-08-mapreason/779_301-1400.webp new file mode 100644 index 00000000..7a3d7411 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/779_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/779_301-480.webp b/assets/img/2023-11-08-mapreason/779_301-480.webp new file mode 100644 index 00000000..338436be Binary files /dev/null and b/assets/img/2023-11-08-mapreason/779_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/779_301-800.webp b/assets/img/2023-11-08-mapreason/779_301-800.webp new file mode 100644 index 00000000..7a3d7411 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/779_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/779_302-1400.webp b/assets/img/2023-11-08-mapreason/779_302-1400.webp new file mode 100644 index 00000000..c1116aac Binary files /dev/null and b/assets/img/2023-11-08-mapreason/779_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/779_302-480.webp b/assets/img/2023-11-08-mapreason/779_302-480.webp new file mode 100644 index 00000000..274de667 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/779_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/779_302-800.webp b/assets/img/2023-11-08-mapreason/779_302-800.webp new file mode 100644 index 00000000..c1116aac Binary files /dev/null and b/assets/img/2023-11-08-mapreason/779_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/85_301-1400.webp b/assets/img/2023-11-08-mapreason/85_301-1400.webp new file mode 100644 index 00000000..0487f024 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/85_301-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/85_301-480.webp b/assets/img/2023-11-08-mapreason/85_301-480.webp new file mode 100644 index 00000000..803b9866 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/85_301-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/85_301-800.webp b/assets/img/2023-11-08-mapreason/85_301-800.webp new file mode 100644 index 00000000..0487f024 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/85_301-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/85_302-1400.webp b/assets/img/2023-11-08-mapreason/85_302-1400.webp new file mode 100644 index 00000000..dec09307 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/85_302-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/85_302-480.webp b/assets/img/2023-11-08-mapreason/85_302-480.webp new file mode 100644 index 00000000..a229cd9c Binary files /dev/null and b/assets/img/2023-11-08-mapreason/85_302-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/85_302-800.webp b/assets/img/2023-11-08-mapreason/85_302-800.webp new file mode 100644 index 00000000..dec09307 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/85_302-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_01_01-1400.webp b/assets/img/2023-11-08-mapreason/experiment_01_01-1400.webp new file mode 100644 index 00000000..35b7ba10 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_01_01-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_01_01-480.webp b/assets/img/2023-11-08-mapreason/experiment_01_01-480.webp new file mode 100644 index 00000000..b10d637e Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_01_01-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_01_01-800.webp b/assets/img/2023-11-08-mapreason/experiment_01_01-800.webp new file mode 100644 index 00000000..35b7ba10 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_01_01-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_01_02-1400.webp b/assets/img/2023-11-08-mapreason/experiment_01_02-1400.webp new file mode 100644 index 00000000..92b0c315 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_01_02-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_01_02-480.webp b/assets/img/2023-11-08-mapreason/experiment_01_02-480.webp new file mode 100644 index 00000000..7dcc5807 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_01_02-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_01_02-800.webp b/assets/img/2023-11-08-mapreason/experiment_01_02-800.webp new file mode 100644 index 00000000..92b0c315 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_01_02-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_02_01-1400.webp b/assets/img/2023-11-08-mapreason/experiment_02_01-1400.webp new file mode 100644 index 00000000..ae7a7ba7 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_02_01-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_02_01-480.webp b/assets/img/2023-11-08-mapreason/experiment_02_01-480.webp new file mode 100644 index 00000000..12d0388e Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_02_01-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_02_01-800.webp b/assets/img/2023-11-08-mapreason/experiment_02_01-800.webp new file mode 100644 index 00000000..ae7a7ba7 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_02_01-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_03_01-1400.webp b/assets/img/2023-11-08-mapreason/experiment_03_01-1400.webp new file mode 100644 index 00000000..b56d04cd Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_03_01-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_03_01-480.webp b/assets/img/2023-11-08-mapreason/experiment_03_01-480.webp new file mode 100644 index 00000000..ca1e1013 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_03_01-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_03_01-800.webp b/assets/img/2023-11-08-mapreason/experiment_03_01-800.webp new file mode 100644 index 00000000..b56d04cd Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_03_01-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_04_01-1400.webp b/assets/img/2023-11-08-mapreason/experiment_04_01-1400.webp new file mode 100644 index 00000000..79fc9167 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_04_01-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_04_01-480.webp b/assets/img/2023-11-08-mapreason/experiment_04_01-480.webp new file mode 100644 index 00000000..87bc3b30 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_04_01-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_04_01-800.webp b/assets/img/2023-11-08-mapreason/experiment_04_01-800.webp new file mode 100644 index 00000000..79fc9167 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_04_01-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_05_01-1400.webp b/assets/img/2023-11-08-mapreason/experiment_05_01-1400.webp new file mode 100644 index 00000000..d892d4fd Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_05_01-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_05_01-480.webp b/assets/img/2023-11-08-mapreason/experiment_05_01-480.webp new file mode 100644 index 00000000..cd26b9c0 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_05_01-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_05_01-800.webp b/assets/img/2023-11-08-mapreason/experiment_05_01-800.webp new file mode 100644 index 00000000..d892d4fd Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_05_01-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_06_01-1400.webp b/assets/img/2023-11-08-mapreason/experiment_06_01-1400.webp new file mode 100644 index 00000000..62eed651 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_06_01-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_06_01-480.webp b/assets/img/2023-11-08-mapreason/experiment_06_01-480.webp new file mode 100644 index 00000000..295cdd7b Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_06_01-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_06_01-800.webp b/assets/img/2023-11-08-mapreason/experiment_06_01-800.webp new file mode 100644 index 00000000..62eed651 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_06_01-800.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_06_02-1400.webp b/assets/img/2023-11-08-mapreason/experiment_06_02-1400.webp new file mode 100644 index 00000000..1de470ee Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_06_02-1400.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_06_02-480.webp b/assets/img/2023-11-08-mapreason/experiment_06_02-480.webp new file mode 100644 index 00000000..5375c1e4 Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_06_02-480.webp differ diff --git a/assets/img/2023-11-08-mapreason/experiment_06_02-800.webp b/assets/img/2023-11-08-mapreason/experiment_06_02-800.webp new file mode 100644 index 00000000..1de470ee Binary files /dev/null and b/assets/img/2023-11-08-mapreason/experiment_06_02-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/10-1400.webp b/assets/img/2023-11-08-project_blog/10-1400.webp new file mode 100644 index 00000000..ce8225b5 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/10-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/10-480.webp b/assets/img/2023-11-08-project_blog/10-480.webp new file mode 100644 index 00000000..e890a183 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/10-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/10-800.webp b/assets/img/2023-11-08-project_blog/10-800.webp new file mode 100644 index 00000000..ce8225b5 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/10-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/11-1400.webp b/assets/img/2023-11-08-project_blog/11-1400.webp new file mode 100644 index 00000000..b9410833 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/11-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/11-480.webp b/assets/img/2023-11-08-project_blog/11-480.webp new file mode 100644 index 00000000..2a916f52 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/11-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/11-800.webp b/assets/img/2023-11-08-project_blog/11-800.webp new file mode 100644 index 00000000..b9410833 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/11-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/12-1400.webp b/assets/img/2023-11-08-project_blog/12-1400.webp new file mode 100644 index 00000000..06b75e0f Binary files /dev/null and b/assets/img/2023-11-08-project_blog/12-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/12-480.webp b/assets/img/2023-11-08-project_blog/12-480.webp new file mode 100644 index 00000000..4fb64669 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/12-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/12-800.webp b/assets/img/2023-11-08-project_blog/12-800.webp new file mode 100644 index 00000000..06b75e0f Binary files /dev/null and b/assets/img/2023-11-08-project_blog/12-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/7-1400.webp b/assets/img/2023-11-08-project_blog/7-1400.webp new file mode 100644 index 00000000..37aa7e8d Binary files /dev/null and b/assets/img/2023-11-08-project_blog/7-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/7-480.webp b/assets/img/2023-11-08-project_blog/7-480.webp new file mode 100644 index 00000000..77fdb68d Binary files /dev/null and b/assets/img/2023-11-08-project_blog/7-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/7-800.webp b/assets/img/2023-11-08-project_blog/7-800.webp new file mode 100644 index 00000000..37aa7e8d Binary files /dev/null and b/assets/img/2023-11-08-project_blog/7-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/8-1400.webp b/assets/img/2023-11-08-project_blog/8-1400.webp new file mode 100644 index 00000000..a2b1e89e Binary files /dev/null and b/assets/img/2023-11-08-project_blog/8-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/8-480.webp b/assets/img/2023-11-08-project_blog/8-480.webp new file mode 100644 index 00000000..c09934e6 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/8-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/8-800.webp b/assets/img/2023-11-08-project_blog/8-800.webp new file mode 100644 index 00000000..a2b1e89e Binary files /dev/null and b/assets/img/2023-11-08-project_blog/8-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/9-1400.webp b/assets/img/2023-11-08-project_blog/9-1400.webp new file mode 100644 index 00000000..dfac01c4 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/9-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/9-480.webp b/assets/img/2023-11-08-project_blog/9-480.webp new file mode 100644 index 00000000..c4f72887 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/9-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/9-800.webp b/assets/img/2023-11-08-project_blog/9-800.webp new file mode 100644 index 00000000..dfac01c4 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/9-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/ICLR-logo-1400.webp b/assets/img/2023-11-08-project_blog/ICLR-logo-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-08-project_blog/ICLR-logo-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/ICLR-logo-480.webp b/assets/img/2023-11-08-project_blog/ICLR-logo-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-08-project_blog/ICLR-logo-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/ICLR-logo-800.webp b/assets/img/2023-11-08-project_blog/ICLR-logo-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-08-project_blog/ICLR-logo-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/ICLR-logo-dark-1400.webp b/assets/img/2023-11-08-project_blog/ICLR-logo-dark-1400.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/ICLR-logo-dark-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/ICLR-logo-dark-480.webp b/assets/img/2023-11-08-project_blog/ICLR-logo-dark-480.webp new file mode 100644 index 00000000..7f0830c1 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/ICLR-logo-dark-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/ICLR-logo-dark-800.webp b/assets/img/2023-11-08-project_blog/ICLR-logo-dark-800.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-08-project_blog/ICLR-logo-dark-800.webp differ diff --git a/assets/img/2023-11-08-project_blog/iclr-1400.webp b/assets/img/2023-11-08-project_blog/iclr-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-08-project_blog/iclr-1400.webp differ diff --git a/assets/img/2023-11-08-project_blog/iclr-480.webp b/assets/img/2023-11-08-project_blog/iclr-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-08-project_blog/iclr-480.webp differ diff --git a/assets/img/2023-11-08-project_blog/iclr-800.webp b/assets/img/2023-11-08-project_blog/iclr-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-08-project_blog/iclr-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-1400.webp new file mode 100644 index 00000000..6c94a4bb Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-480.webp new file mode 100644 index 00000000..5028ac26 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-800.webp new file mode 100644 index 00000000..6c94a4bb Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_glue-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-1400.webp new file mode 100644 index 00000000..dab9191d Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-480.webp new file mode 100644 index 00000000..92123843 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-800.webp new file mode 100644 index 00000000..dab9191d Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_hate_speech-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-1400.webp new file mode 100644 index 00000000..fc9e316f Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-480.webp new file mode 100644 index 00000000..c95b79cd Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-800.webp new file mode 100644 index 00000000..fc9e316f Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_sick-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-1400.webp new file mode 100644 index 00000000..1ff99568 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-480.webp new file mode 100644 index 00000000..2e682646 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-800.webp new file mode 100644 index 00000000..1ff99568 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/add_tomato-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-1400.webp new file mode 100644 index 00000000..9751c696 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-480.webp new file mode 100644 index 00000000..7cc1b574 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-800.webp new file mode 100644 index 00000000..9751c696 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_glue-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-1400.webp new file mode 100644 index 00000000..f0966752 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-480.webp new file mode 100644 index 00000000..dff00e1d Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-800.webp new file mode 100644 index 00000000..f0966752 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_hate_speech-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-1400.webp new file mode 100644 index 00000000..b6453e85 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-480.webp new file mode 100644 index 00000000..10d0fbbe Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-800.webp new file mode 100644 index 00000000..b6453e85 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_sick-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-1400.webp new file mode 100644 index 00000000..ba2cc84e Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-480.webp new file mode 100644 index 00000000..166d206e Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-800.webp new file mode 100644 index 00000000..ba2cc84e Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/correlation_tomato-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-1400.webp new file mode 100644 index 00000000..cdca4765 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-480.webp new file mode 100644 index 00000000..4fc11098 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-800.webp new file mode 100644 index 00000000..cdca4765 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_ethos_religion-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-1400.webp new file mode 100644 index 00000000..02d55644 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-480.webp new file mode 100644 index 00000000..f28aa1c9 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-800.webp new file mode 100644 index 00000000..02d55644 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_medical_questions_pair-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-1400.webp new file mode 100644 index 00000000..cf296edb Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-480.webp new file mode 100644 index 00000000..80137faf Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-800.webp new file mode 100644 index 00000000..cf296edb Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/lat_scan_rotten_tomatoes-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-1400.webp new file mode 100644 index 00000000..d93cd843 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-480.webp new file mode 100644 index 00000000..4a016b8f Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-800.webp new file mode 100644 index 00000000..d93cd843 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_glue-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-1400.webp new file mode 100644 index 00000000..92a9645e Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-480.webp new file mode 100644 index 00000000..fe26b557 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-800.webp new file mode 100644 index 00000000..92a9645e Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_hate_speech-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-1400.webp new file mode 100644 index 00000000..d37aa719 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-480.webp new file mode 100644 index 00000000..4bed3e57 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-800.webp new file mode 100644 index 00000000..d37aa719 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_sick-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-1400.webp new file mode 100644 index 00000000..356310e5 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-480.webp new file mode 100644 index 00000000..433df00d Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-800.webp new file mode 100644 index 00000000..356310e5 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/piecewise_tomato-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-1400.webp new file mode 100644 index 00000000..a0324159 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-480.webp new file mode 100644 index 00000000..f59208c8 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-800.webp new file mode 100644 index 00000000..a0324159 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_glue-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-1400.webp new file mode 100644 index 00000000..e6957815 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-480.webp new file mode 100644 index 00000000..1247b09f Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-800.webp new file mode 100644 index 00000000..e6957815 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_hate_speech-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-1400.webp new file mode 100644 index 00000000..5bd733ac Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-480.webp new file mode 100644 index 00000000..9a83fd06 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-800.webp new file mode 100644 index 00000000..5bd733ac Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_sick-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-1400.webp new file mode 100644 index 00000000..922a91ff Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-480.webp new file mode 100644 index 00000000..371ccb04 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-800.webp new file mode 100644 index 00000000..922a91ff Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/proj_tomato-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-1400.webp new file mode 100644 index 00000000..304d4b01 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-480.webp new file mode 100644 index 00000000..4b0fd767 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-800.webp new file mode 100644 index 00000000..304d4b01 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_glue-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-1400.webp new file mode 100644 index 00000000..991c3dfb Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-480.webp new file mode 100644 index 00000000..5ec2c97b Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-800.webp new file mode 100644 index 00000000..991c3dfb Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_hate_speech-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-1400.webp new file mode 100644 index 00000000..d42d154b Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-480.webp new file mode 100644 index 00000000..5bbb469c Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-800.webp new file mode 100644 index 00000000..d42d154b Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_sick-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-1400.webp new file mode 100644 index 00000000..28b683e3 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-480.webp new file mode 100644 index 00000000..da41da7e Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-800.webp new file mode 100644 index 00000000..28b683e3 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/random_tomato-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-1400.webp new file mode 100644 index 00000000..32e5a264 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-480.webp new file mode 100644 index 00000000..df0e6089 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-800.webp new file mode 100644 index 00000000..32e5a264 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/rotten_tomatoes_token_level-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-1400.webp new file mode 100644 index 00000000..3fb821ac Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-480.webp new file mode 100644 index 00000000..9fd2d0aa Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-800.webp new file mode 100644 index 00000000..3fb821ac Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_data-800.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-1400.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-1400.webp new file mode 100644 index 00000000..35877609 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-1400.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-480.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-480.webp new file mode 100644 index 00000000..fa11f5ab Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-480.webp differ diff --git a/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-800.webp b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-800.webp new file mode 100644 index 00000000..35877609 Binary files /dev/null and b/assets/img/2023-11-08-representationengineering-incontextlearning/tsne_layers-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-1400.webp new file mode 100644 index 00000000..348b847e Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-480.webp new file mode 100644 index 00000000..2146db6f Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-800.webp new file mode 100644 index 00000000..348b847e Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig10_raw_umap_vs_geneformer_umap_between_type-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-1400.webp new file mode 100644 index 00000000..c8446bde Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-480.webp new file mode 100644 index 00000000..d75d1910 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-800.webp new file mode 100644 index 00000000..c8446bde Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig11_SUP_raw_umap_vs_geneformer_raw_within_type-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-1400.webp new file mode 100644 index 00000000..ebd60906 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-480.webp new file mode 100644 index 00000000..548b9d5e Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-800.webp new file mode 100644 index 00000000..ebd60906 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig12_SUP_raw_umap_vs_geneformer_raw_between_type-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-1400.webp new file mode 100644 index 00000000..a2ce727b Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-480.webp new file mode 100644 index 00000000..eb5ff935 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-800.webp new file mode 100644 index 00000000..a2ce727b Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig1_scRNA_seq_overview-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-1400.webp new file mode 100644 index 00000000..67b8c631 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-480.webp new file mode 100644 index 00000000..5c39c20a Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-800.webp new file mode 100644 index 00000000..67b8c631 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_cell2sentence_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-1400.webp new file mode 100644 index 00000000..ee58b324 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-480.webp new file mode 100644 index 00000000..8f675a85 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-800.webp new file mode 100644 index 00000000..ee58b324 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_genePT_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-1400.webp new file mode 100644 index 00000000..f8a0de1d Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-480.webp new file mode 100644 index 00000000..11c2509a Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-800.webp new file mode 100644 index 00000000..f8a0de1d Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_geneformer_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-1400.webp new file mode 100644 index 00000000..6eb8b675 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-480.webp new file mode 100644 index 00000000..e34bba6c Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-800.webp new file mode 100644 index 00000000..6eb8b675 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_rank_value_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-1400.webp new file mode 100644 index 00000000..fbad1c9d Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-480.webp new file mode 100644 index 00000000..d6f7c289 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-800.webp new file mode 100644 index 00000000..fbad1c9d Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scBERT_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-1400.webp new file mode 100644 index 00000000..0ee65148 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-480.webp new file mode 100644 index 00000000..a6ae9a8a Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-800.webp new file mode 100644 index 00000000..0ee65148 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scFoundation_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-1400.webp new file mode 100644 index 00000000..a9b8e5de Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-480.webp new file mode 100644 index 00000000..1d8332f7 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-800.webp new file mode 100644 index 00000000..a9b8e5de Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig2_scGPT_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-1400.webp new file mode 100644 index 00000000..9a99d050 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-480.webp new file mode 100644 index 00000000..850249d4 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-800.webp new file mode 100644 index 00000000..9a99d050 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig3_cell_type_hist-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-1400.webp new file mode 100644 index 00000000..a4ed35c6 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-480.webp new file mode 100644 index 00000000..793719d5 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-800.webp new file mode 100644 index 00000000..a4ed35c6 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_comparison_schematic-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-1400.webp new file mode 100644 index 00000000..ff25fcf1 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-480.webp new file mode 100644 index 00000000..9f42a20f Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-800.webp new file mode 100644 index 00000000..ff25fcf1 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig4_sparsity_full_dataset-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-1400.webp new file mode 100644 index 00000000..d17fce9f Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-480.webp new file mode 100644 index 00000000..606f5e53 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-800.webp new file mode 100644 index 00000000..d17fce9f Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig5_sparsity_subset-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-1400.webp new file mode 100644 index 00000000..6cdfb32d Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-480.webp new file mode 100644 index 00000000..99112386 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-800.webp new file mode 100644 index 00000000..6cdfb32d Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig6_combined_measure_comparison-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-1400.webp new file mode 100644 index 00000000..2c246b3f Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-480.webp new file mode 100644 index 00000000..ad72c2ad Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-800.webp new file mode 100644 index 00000000..2c246b3f Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig7_raw_umap_vs_rank_corr_within_type-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-1400.webp new file mode 100644 index 00000000..82cea242 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-480.webp new file mode 100644 index 00000000..7dcc60ce Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-800.webp new file mode 100644 index 00000000..82cea242 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig8_raw_umap_vs_rank_corr_between_type-800.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-1400.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-1400.webp new file mode 100644 index 00000000..f423cfe2 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-1400.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-480.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-480.webp new file mode 100644 index 00000000..09b4002b Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-480.webp differ diff --git a/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-800.webp b/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-800.webp new file mode 100644 index 00000000..f423cfe2 Binary files /dev/null and b/assets/img/2023-11-08-scRNAseq-assumptions/fig9_raw_umap_vs_geneformer_umap_within_type-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/10-1400.webp b/assets/img/2023-11-08-sentence-embeddings/10-1400.webp new file mode 100644 index 00000000..ce8225b5 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/10-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/10-480.webp b/assets/img/2023-11-08-sentence-embeddings/10-480.webp new file mode 100644 index 00000000..e890a183 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/10-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/10-800.webp b/assets/img/2023-11-08-sentence-embeddings/10-800.webp new file mode 100644 index 00000000..ce8225b5 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/10-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/11-1400.webp b/assets/img/2023-11-08-sentence-embeddings/11-1400.webp new file mode 100644 index 00000000..b9410833 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/11-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/11-480.webp b/assets/img/2023-11-08-sentence-embeddings/11-480.webp new file mode 100644 index 00000000..2a916f52 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/11-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/11-800.webp b/assets/img/2023-11-08-sentence-embeddings/11-800.webp new file mode 100644 index 00000000..b9410833 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/11-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/12-1400.webp b/assets/img/2023-11-08-sentence-embeddings/12-1400.webp new file mode 100644 index 00000000..06b75e0f Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/12-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/12-480.webp b/assets/img/2023-11-08-sentence-embeddings/12-480.webp new file mode 100644 index 00000000..4fb64669 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/12-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/12-800.webp b/assets/img/2023-11-08-sentence-embeddings/12-800.webp new file mode 100644 index 00000000..06b75e0f Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/12-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/7-1400.webp b/assets/img/2023-11-08-sentence-embeddings/7-1400.webp new file mode 100644 index 00000000..37aa7e8d Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/7-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/7-480.webp b/assets/img/2023-11-08-sentence-embeddings/7-480.webp new file mode 100644 index 00000000..77fdb68d Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/7-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/7-800.webp b/assets/img/2023-11-08-sentence-embeddings/7-800.webp new file mode 100644 index 00000000..37aa7e8d Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/7-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/8-1400.webp b/assets/img/2023-11-08-sentence-embeddings/8-1400.webp new file mode 100644 index 00000000..a2b1e89e Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/8-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/8-480.webp b/assets/img/2023-11-08-sentence-embeddings/8-480.webp new file mode 100644 index 00000000..c09934e6 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/8-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/8-800.webp b/assets/img/2023-11-08-sentence-embeddings/8-800.webp new file mode 100644 index 00000000..a2b1e89e Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/8-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/9-1400.webp b/assets/img/2023-11-08-sentence-embeddings/9-1400.webp new file mode 100644 index 00000000..dfac01c4 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/9-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/9-480.webp b/assets/img/2023-11-08-sentence-embeddings/9-480.webp new file mode 100644 index 00000000..c4f72887 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/9-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/9-800.webp b/assets/img/2023-11-08-sentence-embeddings/9-800.webp new file mode 100644 index 00000000..dfac01c4 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/9-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-1400.webp b/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-1400.webp new file mode 100644 index 00000000..15f64687 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-480.webp b/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-480.webp new file mode 100644 index 00000000..d2c8729c Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-800.webp b/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-800.webp new file mode 100644 index 00000000..15f64687 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/architecture_diagram-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-1400.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-1400.webp new file mode 100644 index 00000000..f362213b Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-480.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-480.webp new file mode 100644 index 00000000..5dd5bdc8 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-800.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-800.webp new file mode 100644 index 00000000..f362213b Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_all_means-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-1400.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-1400.webp new file mode 100644 index 00000000..fece0adc Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-480.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-480.webp new file mode 100644 index 00000000..249b6ee0 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-800.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-800.webp new file mode 100644 index 00000000..fece0adc Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_full_means-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-1400.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-1400.webp new file mode 100644 index 00000000..e5953a91 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-480.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-480.webp new file mode 100644 index 00000000..a5ad9b91 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-800.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-800.webp new file mode 100644 index 00000000..e5953a91 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_pareto-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_time-1400.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_time-1400.webp new file mode 100644 index 00000000..aaa174ca Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_time-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_time-480.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_time-480.webp new file mode 100644 index 00000000..ab40f8ce Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_time-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/bad_model_time-800.webp b/assets/img/2023-11-08-sentence-embeddings/bad_model_time-800.webp new file mode 100644 index 00000000..aaa174ca Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/bad_model_time-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-1400.webp new file mode 100644 index 00000000..64b00894 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-480.webp new file mode 100644 index 00000000..a001ae82 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-800.webp new file mode 100644 index 00000000..64b00894 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_nolemma_nopoison_pareto-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_time-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_time-1400.webp new file mode 100644 index 00000000..e190ce82 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_time-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_time-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_time-480.webp new file mode 100644 index 00000000..502a52ab Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_time-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_time-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_time-800.webp new file mode 100644 index 00000000..e190ce82 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_time-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-1400.webp new file mode 100644 index 00000000..0c3b49c7 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-480.webp new file mode 100644 index 00000000..a83edc6d Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-800.webp new file mode 100644 index 00000000..0c3b49c7 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_all_means-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-1400.webp new file mode 100644 index 00000000..c181c00d Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-480.webp new file mode 100644 index 00000000..6aa180c7 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-800.webp new file mode 100644 index 00000000..c181c00d Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_full_means-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-1400.webp new file mode 100644 index 00000000..3d7e2963 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-480.webp new file mode 100644 index 00000000..c3bed1ad Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-800.webp new file mode 100644 index 00000000..3d7e2963 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_nopoison_pareto-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-1400.webp new file mode 100644 index 00000000..205a3800 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-480.webp new file mode 100644 index 00000000..04ed6d00 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-800.webp new file mode 100644 index 00000000..205a3800 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_all_means-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-1400.webp new file mode 100644 index 00000000..22e19e65 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-480.webp new file mode 100644 index 00000000..af3d8747 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-800.webp new file mode 100644 index 00000000..22e19e65 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_model_yeslemma_yespoison_pareto-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-1400.webp b/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-1400.webp new file mode 100644 index 00000000..1b125af4 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-480.webp b/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-480.webp new file mode 100644 index 00000000..9ac7a22f Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-800.webp b/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-800.webp new file mode 100644 index 00000000..1b125af4 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/good_models_yeslemma_yesnopoison_linguisticmath-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/iclr-1400.webp b/assets/img/2023-11-08-sentence-embeddings/iclr-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/iclr-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/iclr-480.webp b/assets/img/2023-11-08-sentence-embeddings/iclr-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/iclr-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/iclr-800.webp b/assets/img/2023-11-08-sentence-embeddings/iclr-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/iclr-800.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/response_based_KD-1400.webp b/assets/img/2023-11-08-sentence-embeddings/response_based_KD-1400.webp new file mode 100644 index 00000000..c97772a8 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/response_based_KD-1400.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/response_based_KD-480.webp b/assets/img/2023-11-08-sentence-embeddings/response_based_KD-480.webp new file mode 100644 index 00000000..7d5c8de3 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/response_based_KD-480.webp differ diff --git a/assets/img/2023-11-08-sentence-embeddings/response_based_KD-800.webp b/assets/img/2023-11-08-sentence-embeddings/response_based_KD-800.webp new file mode 100644 index 00000000..c97772a8 Binary files /dev/null and b/assets/img/2023-11-08-sentence-embeddings/response_based_KD-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer-1400.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer-1400.webp new file mode 100644 index 00000000..63909ef3 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer-480.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer-480.webp new file mode 100644 index 00000000..effb3987 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer-800.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer-800.webp new file mode 100644 index 00000000..63909ef3 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-1400.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-1400.webp new file mode 100644 index 00000000..46b9e280 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-480.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-480.webp new file mode 100644 index 00000000..98ee1234 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-800.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-800.webp new file mode 100644 index 00000000..46b9e280 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-1400.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-1400.webp new file mode 100644 index 00000000..206ca14f Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-480.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-480.webp new file mode 100644 index 00000000..56ad086c Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-800.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-800.webp new file mode 100644 index 00000000..206ca14f Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_perturbed_top5-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-1400.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-1400.webp new file mode 100644 index 00000000..9d3c219e Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-480.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-480.webp new file mode 100644 index 00000000..f42944e9 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-800.webp b/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-800.webp new file mode 100644 index 00000000..9d3c219e Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/STAEformer_top5-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-1400.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-1400.webp new file mode 100644 index 00000000..69d7e36b Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-480.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-480.webp new file mode 100644 index 00000000..8e897353 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-800.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-800.webp new file mode 100644 index 00000000..69d7e36b Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-1400.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-1400.webp new file mode 100644 index 00000000..1998c9dd Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-480.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-480.webp new file mode 100644 index 00000000..44bf8f05 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-800.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-800.webp new file mode 100644 index 00000000..1998c9dd Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-1400.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-1400.webp new file mode 100644 index 00000000..bdbbd009 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-480.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-480.webp new file mode 100644 index 00000000..73514e24 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-800.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-800.webp new file mode 100644 index 00000000..bdbbd009 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_perturbed_top5-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-1400.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-1400.webp new file mode 100644 index 00000000..f5dba996 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-480.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-480.webp new file mode 100644 index 00000000..a4f33968 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-800.webp b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-800.webp new file mode 100644 index 00000000..f5dba996 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/Spacetimeformer_top5-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/ideal_tsne-1400.webp b/assets/img/2023-11-08-spatiotemporal/ideal_tsne-1400.webp new file mode 100644 index 00000000..bbaa0774 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/ideal_tsne-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/ideal_tsne-480.webp b/assets/img/2023-11-08-spatiotemporal/ideal_tsne-480.webp new file mode 100644 index 00000000..6e4bd469 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/ideal_tsne-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/ideal_tsne-800.webp b/assets/img/2023-11-08-spatiotemporal/ideal_tsne-800.webp new file mode 100644 index 00000000..bbaa0774 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/ideal_tsne-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/pca_cumulative-1400.webp b/assets/img/2023-11-08-spatiotemporal/pca_cumulative-1400.webp new file mode 100644 index 00000000..277218de Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/pca_cumulative-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/pca_cumulative-480.webp b/assets/img/2023-11-08-spatiotemporal/pca_cumulative-480.webp new file mode 100644 index 00000000..635ac740 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/pca_cumulative-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/pca_cumulative-800.webp b/assets/img/2023-11-08-spatiotemporal/pca_cumulative-800.webp new file mode 100644 index 00000000..277218de Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/pca_cumulative-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/pca_heatmap-1400.webp b/assets/img/2023-11-08-spatiotemporal/pca_heatmap-1400.webp new file mode 100644 index 00000000..17da7368 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/pca_heatmap-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/pca_heatmap-480.webp b/assets/img/2023-11-08-spatiotemporal/pca_heatmap-480.webp new file mode 100644 index 00000000..521c5407 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/pca_heatmap-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/pca_heatmap-800.webp b/assets/img/2023-11-08-spatiotemporal/pca_heatmap-800.webp new file mode 100644 index 00000000..17da7368 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/pca_heatmap-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-1400.webp b/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-1400.webp new file mode 100644 index 00000000..48c3f2ee Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-480.webp b/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-480.webp new file mode 100644 index 00000000..ad8b8743 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-800.webp b/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-800.webp new file mode 100644 index 00000000..48c3f2ee Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/spacetimeformer_architecture-800.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-1400.webp b/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-1400.webp new file mode 100644 index 00000000..6a0a1b8f Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-1400.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-480.webp b/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-480.webp new file mode 100644 index 00000000..db873df0 Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-480.webp differ diff --git a/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-800.webp b/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-800.webp new file mode 100644 index 00000000..6a0a1b8f Binary files /dev/null and b/assets/img/2023-11-08-spatiotemporal/staeformer_architecture-800.webp differ diff --git a/assets/img/2023-11-08-suscep/pos_neg_distribution-1400.webp b/assets/img/2023-11-08-suscep/pos_neg_distribution-1400.webp new file mode 100644 index 00000000..a7a4a154 Binary files /dev/null and b/assets/img/2023-11-08-suscep/pos_neg_distribution-1400.webp differ diff --git a/assets/img/2023-11-08-suscep/pos_neg_distribution-480.webp b/assets/img/2023-11-08-suscep/pos_neg_distribution-480.webp new file mode 100644 index 00000000..742156b3 Binary files /dev/null and b/assets/img/2023-11-08-suscep/pos_neg_distribution-480.webp differ diff --git a/assets/img/2023-11-08-suscep/pos_neg_distribution-800.webp b/assets/img/2023-11-08-suscep/pos_neg_distribution-800.webp new file mode 100644 index 00000000..a7a4a154 Binary files /dev/null and b/assets/img/2023-11-08-suscep/pos_neg_distribution-800.webp differ diff --git a/assets/img/2023-11-08-suscep/suscep_model-1400.webp b/assets/img/2023-11-08-suscep/suscep_model-1400.webp new file mode 100644 index 00000000..8083b0d8 Binary files /dev/null and b/assets/img/2023-11-08-suscep/suscep_model-1400.webp differ diff --git a/assets/img/2023-11-08-suscep/suscep_model-480.webp b/assets/img/2023-11-08-suscep/suscep_model-480.webp new file mode 100644 index 00000000..fe375761 Binary files /dev/null and b/assets/img/2023-11-08-suscep/suscep_model-480.webp differ diff --git a/assets/img/2023-11-08-suscep/suscep_model-800.webp b/assets/img/2023-11-08-suscep/suscep_model-800.webp new file mode 100644 index 00000000..8083b0d8 Binary files /dev/null and b/assets/img/2023-11-08-suscep/suscep_model-800.webp differ diff --git a/assets/img/2023-11-08-suscep/usa-1400.webp b/assets/img/2023-11-08-suscep/usa-1400.webp new file mode 100644 index 00000000..3b0829e2 Binary files /dev/null and b/assets/img/2023-11-08-suscep/usa-1400.webp differ diff --git a/assets/img/2023-11-08-suscep/usa-480.webp b/assets/img/2023-11-08-suscep/usa-480.webp new file mode 100644 index 00000000..2d3b1343 Binary files /dev/null and b/assets/img/2023-11-08-suscep/usa-480.webp differ diff --git a/assets/img/2023-11-08-suscep/usa-800.webp b/assets/img/2023-11-08-suscep/usa-800.webp new file mode 100644 index 00000000..3b0829e2 Binary files /dev/null and b/assets/img/2023-11-08-suscep/usa-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-1400.webp new file mode 100644 index 00000000..b56c568c Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-480.webp new file mode 100644 index 00000000..d6c9a7cd Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-800.webp new file mode 100644 index 00000000..b56c568c Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/0_43_labeled_styled-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-1400.webp new file mode 100644 index 00000000..4787e77d Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-480.webp new file mode 100644 index 00000000..846afa33 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-800.webp new file mode 100644 index 00000000..4787e77d Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/big_arrow-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-1400.webp new file mode 100644 index 00000000..cdb3cf69 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-480.webp new file mode 100644 index 00000000..e3565577 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-800.webp new file mode 100644 index 00000000..cdb3cf69 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/chat_example-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-1400.webp new file mode 100644 index 00000000..0bfcb4db Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-480.webp new file mode 100644 index 00000000..e54b2564 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-800.webp new file mode 100644 index 00000000..0bfcb4db Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_43_labeled_styled-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-1400.webp new file mode 100644 index 00000000..0a5ced9c Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-480.webp new file mode 100644 index 00000000..8ca04c47 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-800.webp new file mode 100644 index 00000000..0a5ced9c Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes1-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-1400.webp new file mode 100644 index 00000000..0c08fdc6 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-480.webp new file mode 100644 index 00000000..e401fcb2 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-800.webp new file mode 100644 index 00000000..0c08fdc6 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_example_1-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-1400.webp new file mode 100644 index 00000000..fea85c49 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-480.webp new file mode 100644 index 00000000..a6de121b Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-800.webp new file mode 100644 index 00000000..fea85c49 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/colored_nodes_explainability_example_1-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-1400.webp new file mode 100644 index 00000000..3b828a5d Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-480.webp new file mode 100644 index 00000000..99ccb4f0 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-800.webp new file mode 100644 index 00000000..3b828a5d Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/data_augmentation_pipeline-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-1400.webp new file mode 100644 index 00000000..640d88e7 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-480.webp new file mode 100644 index 00000000..75e762e2 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-800.webp new file mode 100644 index 00000000..640d88e7 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/experimentation_pipeline-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-1400.webp new file mode 100644 index 00000000..d90d4066 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-480.webp new file mode 100644 index 00000000..98c89f28 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-800.webp new file mode 100644 index 00000000..d90d4066 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes1-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-1400.webp new file mode 100644 index 00000000..66593213 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-480.webp new file mode 100644 index 00000000..9b4565d6 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-800.webp new file mode 100644 index 00000000..66593213 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_example_1-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-1400.webp new file mode 100644 index 00000000..3d532459 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-480.webp new file mode 100644 index 00000000..7330bc61 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-800.webp new file mode 100644 index 00000000..3d532459 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/nodes_explainability_example_1-800.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-1400.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-1400.webp new file mode 100644 index 00000000..2edc4a92 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-1400.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-480.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-480.webp new file mode 100644 index 00000000..3d36aba2 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-480.webp differ diff --git a/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-800.webp b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-800.webp new file mode 100644 index 00000000..2edc4a92 Binary files /dev/null and b/assets/img/2023-11-08-vig-algorithm-flow-project-proposal/small_arrow-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-1400.webp new file mode 100644 index 00000000..ce8225b5 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-480.webp new file mode 100644 index 00000000..e890a183 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-800.webp new file mode 100644 index 00000000..ce8225b5 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/10-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-1400.webp new file mode 100644 index 00000000..b9410833 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-480.webp new file mode 100644 index 00000000..2a916f52 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-800.webp new file mode 100644 index 00000000..b9410833 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/11-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-1400.webp new file mode 100644 index 00000000..06b75e0f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-480.webp new file mode 100644 index 00000000..4fb64669 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-800.webp new file mode 100644 index 00000000..06b75e0f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/12-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-1400.webp new file mode 100644 index 00000000..37aa7e8d Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-480.webp new file mode 100644 index 00000000..77fdb68d Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-800.webp new file mode 100644 index 00000000..37aa7e8d Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/7-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-1400.webp new file mode 100644 index 00000000..a2b1e89e Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-480.webp new file mode 100644 index 00000000..c09934e6 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-800.webp new file mode 100644 index 00000000..a2b1e89e Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/8-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-1400.webp new file mode 100644 index 00000000..dfac01c4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-480.webp new file mode 100644 index 00000000..c4f72887 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-800.webp new file mode 100644 index 00000000..dfac01c4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/9-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-1400.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-480.webp new file mode 100644 index 00000000..7f0830c1 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-800.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/ICLR-logo-dark-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-1400.webp new file mode 100644 index 00000000..6af1eb13 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-480.webp new file mode 100644 index 00000000..5c6c6da0 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-800.webp new file mode 100644 index 00000000..6af1eb13 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-1400.webp new file mode 100644 index 00000000..af5a6a68 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-480.webp new file mode 100644 index 00000000..425581fe Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-800.webp new file mode 100644 index 00000000..af5a6a68 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_cpu_expandednet-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-1400.webp new file mode 100644 index 00000000..1258134a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-480.webp new file mode 100644 index 00000000..0b887aa9 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-800.webp new file mode 100644 index 00000000..1258134a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-1400.webp new file mode 100644 index 00000000..d9419ce6 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-480.webp new file mode 100644 index 00000000..61a27cfb Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-800.webp new file mode 100644 index 00000000..d9419ce6 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_latent_space_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-1400.webp new file mode 100644 index 00000000..18febef1 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-480.webp new file mode 100644 index 00000000..aba70264 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-800.webp new file mode 100644 index 00000000..18febef1 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-1400.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-480.webp new file mode 100644 index 00000000..6247a8ce Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-800.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/baseline_pred_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-1400.webp new file mode 100644 index 00000000..f4dd9094 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-480.webp new file mode 100644 index 00000000..79a7872b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-800.webp new file mode 100644 index 00000000..f4dd9094 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/best_baseline_pred_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-1400.webp new file mode 100644 index 00000000..a9127563 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-480.webp new file mode 100644 index 00000000..7ffcc0d9 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-800.webp new file mode 100644 index 00000000..a9127563 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-1400.webp new file mode 100644 index 00000000..350f02bb Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-480.webp new file mode 100644 index 00000000..e09cd915 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-800.webp new file mode 100644 index 00000000..350f02bb Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-1400.webp new file mode 100644 index 00000000..f7f0ce20 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-480.webp new file mode 100644 index 00000000..684b7e7f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-800.webp new file mode 100644 index 00000000..f7f0ce20 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_latent_space_tdist_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-1400.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-480.webp new file mode 100644 index 00000000..6b1c5f1a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-800.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-1400.webp new file mode 100644 index 00000000..2c2abba4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-480.webp new file mode 100644 index 00000000..bcd0d35e Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-800.webp new file mode 100644 index 00000000..2c2abba4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-1400.webp new file mode 100644 index 00000000..600734c6 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-480.webp new file mode 100644 index 00000000..1fea216c Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-800.webp new file mode 100644 index 00000000..600734c6 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cnn_pred_tdist_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-1400.webp new file mode 100644 index 00000000..3516d109 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-480.webp new file mode 100644 index 00000000..743ebb23 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-800.webp new file mode 100644 index 00000000..3516d109 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_decomp-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-1400.webp new file mode 100644 index 00000000..feeff4d2 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-480.webp new file mode 100644 index 00000000..7aadcf01 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-800.webp new file mode 100644 index 00000000..feeff4d2 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_dist-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-1400.webp new file mode 100644 index 00000000..5257bb0c Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-480.webp new file mode 100644 index 00000000..70339d91 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-800.webp new file mode 100644 index 00000000..5257bb0c Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/cpu_series_plot-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-1400.webp new file mode 100644 index 00000000..3b42c241 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-480.webp new file mode 100644 index 00000000..b179efd5 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-800.webp new file mode 100644 index 00000000..3b42c241 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/f_score_distribution-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-1400.webp new file mode 100644 index 00000000..ecc4d10f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-480.webp new file mode 100644 index 00000000..a21a3dc9 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-800.webp new file mode 100644 index 00000000..ecc4d10f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_plot-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-1400.webp new file mode 100644 index 00000000..4d365030 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-480.webp new file mode 100644 index 00000000..6942244f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-800.webp new file mode 100644 index 00000000..4d365030 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/g_series_seasonal-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/iclr-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-1400.webp new file mode 100644 index 00000000..69b3dd10 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-480.webp new file mode 100644 index 00000000..9c183625 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-800.webp new file mode 100644 index 00000000..69b3dd10 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/laten_space_tdist_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-1400.webp new file mode 100644 index 00000000..6f9274c4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-480.webp new file mode 100644 index 00000000..6ca6d293 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-800.webp new file mode 100644 index 00000000..6f9274c4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta0-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-1400.webp new file mode 100644 index 00000000..6f9274c4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-480.webp new file mode 100644 index 00000000..6ca6d293 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-800.webp new file mode 100644 index 00000000..6f9274c4 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_0-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-1400.webp new file mode 100644 index 00000000..8aedd1dd Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-480.webp new file mode 100644 index 00000000..06baa83b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-800.webp new file mode 100644 index 00000000..8aedd1dd Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_1-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-1400.webp new file mode 100644 index 00000000..2d7db18f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-480.webp new file mode 100644 index 00000000..10c5125c Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-800.webp new file mode 100644 index 00000000..2d7db18f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_3-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-1400.webp new file mode 100644 index 00000000..cacca564 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-480.webp new file mode 100644 index 00000000..86bdefb9 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-800.webp new file mode 100644 index 00000000..cacca564 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_5-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-1400.webp new file mode 100644 index 00000000..cfeb7756 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-480.webp new file mode 100644 index 00000000..66e510dd Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-800.webp new file mode 100644 index 00000000..cfeb7756 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_6-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-1400.webp new file mode 100644 index 00000000..a93e9ec8 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-480.webp new file mode 100644 index 00000000..db164516 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-800.webp new file mode 100644 index 00000000..a93e9ec8 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_7-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-1400.webp new file mode 100644 index 00000000..95fd7620 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-480.webp new file mode 100644 index 00000000..4dda204f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-800.webp new file mode 100644 index 00000000..95fd7620 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_pbeta_9-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-1400.webp new file mode 100644 index 00000000..837046ca Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-480.webp new file mode 100644 index 00000000..5cd57a3a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-800.webp new file mode 100644 index 00000000..837046ca Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q0-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-1400.webp new file mode 100644 index 00000000..fe20a813 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-480.webp new file mode 100644 index 00000000..b302a6ea Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-800.webp new file mode 100644 index 00000000..fe20a813 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q2-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-1400.webp new file mode 100644 index 00000000..984d4765 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-480.webp new file mode 100644 index 00000000..b473561f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-800.webp new file mode 100644 index 00000000..984d4765 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q4-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-1400.webp new file mode 100644 index 00000000..640d57db Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-480.webp new file mode 100644 index 00000000..afe03dd6 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-800.webp new file mode 100644 index 00000000..640d57db Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q6-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-1400.webp new file mode 100644 index 00000000..149ed395 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-480.webp new file mode 100644 index 00000000..beb30f7f Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-800.webp new file mode 100644 index 00000000..149ed395 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q8-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-1400.webp new file mode 100644 index 00000000..b7152cf3 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-480.webp new file mode 100644 index 00000000..d5ed189b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-800.webp new file mode 100644 index 00000000..b7152cf3 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_q9-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-1400.webp new file mode 100644 index 00000000..80cc8182 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-480.webp new file mode 100644 index 00000000..aa554a66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-800.webp new file mode 100644 index 00000000..80cc8182 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_cpu_qbeta-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-1400.webp new file mode 100644 index 00000000..0d4da55b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-480.webp new file mode 100644 index 00000000..b19d3705 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-800.webp new file mode 100644 index 00000000..0d4da55b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-1400.webp new file mode 100644 index 00000000..1582266b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-480.webp new file mode 100644 index 00000000..15fbb760 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-800.webp new file mode 100644 index 00000000..1582266b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-1400.webp new file mode 100644 index 00000000..3edafc1b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-480.webp new file mode 100644 index 00000000..d093c7e6 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-800.webp new file mode 100644 index 00000000..3edafc1b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_q_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-1400.webp new file mode 100644 index 00000000..8bec4a56 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-480.webp new file mode 100644 index 00000000..8b1d3691 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-800.webp new file mode 100644 index 00000000..8bec4a56 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/latent_space_tdist_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-1400.webp new file mode 100644 index 00000000..45cd2f25 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-480.webp new file mode 100644 index 00000000..26089b66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-800.webp new file mode 100644 index 00000000..45cd2f25 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/original_paper_latent-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-1400.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-480.webp new file mode 100644 index 00000000..6b1c5f1a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-800.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-1400.webp new file mode 100644 index 00000000..ca089d6d Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-480.webp new file mode 100644 index 00000000..31295bc2 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-800.webp new file mode 100644 index 00000000..ca089d6d Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-1400.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-480.webp new file mode 100644 index 00000000..6247a8ce Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-800.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k12_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-1400.webp new file mode 100644 index 00000000..685c43fa Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-480.webp new file mode 100644 index 00000000..d5e57409 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-800.webp new file mode 100644 index 00000000..685c43fa Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-1400.webp new file mode 100644 index 00000000..2ca21ad0 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-480.webp new file mode 100644 index 00000000..934e704a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-800.webp new file mode 100644 index 00000000..2ca21ad0 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-1400.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-480.webp new file mode 100644 index 00000000..6247a8ce Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-800.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k3_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-1400.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-480.webp new file mode 100644 index 00000000..6b1c5f1a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-800.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-1400.webp new file mode 100644 index 00000000..341a7f24 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-480.webp new file mode 100644 index 00000000..417fdaad Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-800.webp new file mode 100644 index 00000000..341a7f24 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-1400.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-480.webp new file mode 100644 index 00000000..6247a8ce Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-800.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k6_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-1400.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-480.webp new file mode 100644 index 00000000..6b1c5f1a Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-800.webp new file mode 100644 index 00000000..a716744b Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-1400.webp new file mode 100644 index 00000000..c3ad5429 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-480.webp new file mode 100644 index 00000000..239e32b0 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-800.webp new file mode 100644 index 00000000..c3ad5429 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-1400.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-480.webp new file mode 100644 index 00000000..6247a8ce Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-800.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_k9_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-1400.webp new file mode 100644 index 00000000..fb573815 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-480.webp new file mode 100644 index 00000000..7f42dc73 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-800.webp new file mode 100644 index 00000000..fb573815 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_cpu-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-1400.webp new file mode 100644 index 00000000..6c5bc988 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-480.webp new file mode 100644 index 00000000..b38a7eb0 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-800.webp new file mode 100644 index 00000000..6c5bc988 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-1400.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-480.webp new file mode 100644 index 00000000..6247a8ce Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-800.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_q_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-1400.webp new file mode 100644 index 00000000..3952d5c7 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-480.webp new file mode 100644 index 00000000..52725979 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-800.webp new file mode 100644 index 00000000..3952d5c7 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_g-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-1400.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-480.webp new file mode 100644 index 00000000..6247a8ce Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-800.webp new file mode 100644 index 00000000..5316fa66 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/pred_tdist_weather-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-1400.webp new file mode 100644 index 00000000..537a1787 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-480.webp new file mode 100644 index 00000000..56b085b7 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-800.webp new file mode 100644 index 00000000..537a1787 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_decomp-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-1400.webp new file mode 100644 index 00000000..e0e56171 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-480.webp new file mode 100644 index 00000000..db82e409 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-800.webp new file mode 100644 index 00000000..e0e56171 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_dist-800.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-1400.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-1400.webp new file mode 100644 index 00000000..996cc53d Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-1400.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-480.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-480.webp new file mode 100644 index 00000000..0db055c7 Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-480.webp differ diff --git a/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-800.webp b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-800.webp new file mode 100644 index 00000000..996cc53d Binary files /dev/null and b/assets/img/2023-11-09-Exploring-Generative-Models-In-Time-Series/weather_series_plot-800.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-1400.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-1400.webp new file mode 100644 index 00000000..d58a712d Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-1400.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-480.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-480.webp new file mode 100644 index 00000000..6132d36e Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-480.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-800.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-800.webp new file mode 100644 index 00000000..d58a712d Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/PersonalizationGenFrmwrk-800.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-1400.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-1400.webp new file mode 100644 index 00000000..946a9168 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-1400.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-480.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-480.webp new file mode 100644 index 00000000..34a207b2 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-480.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-800.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-800.webp new file mode 100644 index 00000000..946a9168 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/bleu_score-800.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-1400.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-1400.webp new file mode 100644 index 00000000..3108180f Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-1400.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-480.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-480.webp new file mode 100644 index 00000000..4847acb9 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-480.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-800.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-800.webp new file mode 100644 index 00000000..3108180f Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/centroid_example-800.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-1400.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-1400.webp new file mode 100644 index 00000000..e15f0402 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-1400.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-480.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-480.webp new file mode 100644 index 00000000..ef2e7ca3 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-480.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-800.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-800.webp new file mode 100644 index 00000000..e15f0402 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/gen_structure_overview-800.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-1400.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-1400.webp new file mode 100644 index 00000000..59cefa96 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-1400.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-480.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-480.webp new file mode 100644 index 00000000..afc797d5 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-480.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-800.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-800.webp new file mode 100644 index 00000000..59cefa96 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/rouge_score-800.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-1400.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-1400.webp new file mode 100644 index 00000000..10df9e17 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-1400.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-480.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-480.webp new file mode 100644 index 00000000..389d8e1b Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-480.webp differ diff --git a/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-800.webp b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-800.webp new file mode 100644 index 00000000..10df9e17 Binary files /dev/null and b/assets/img/2023-11-09-PersonalizedGeneration_w_LLMAgents/tsne_dim_reduction_example-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-1400.webp new file mode 100644 index 00000000..fc76a109 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-480.webp new file mode 100644 index 00000000..414327ba Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-800.webp new file mode 100644 index 00000000..fc76a109 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig0-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-1400.webp new file mode 100644 index 00000000..6b0f1ded Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-480.webp new file mode 100644 index 00000000..5247858d Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-800.webp new file mode 100644 index 00000000..6b0f1ded Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig01-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-1400.webp new file mode 100644 index 00000000..5fe40fe0 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-480.webp new file mode 100644 index 00000000..c2505a9e Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-800.webp new file mode 100644 index 00000000..5fe40fe0 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig1-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-1400.webp new file mode 100644 index 00000000..570e9b71 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-480.webp new file mode 100644 index 00000000..7975bd6d Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-800.webp new file mode 100644 index 00000000..570e9b71 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig2-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-1400.webp new file mode 100644 index 00000000..c71a2bf5 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-480.webp new file mode 100644 index 00000000..007a855a Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-800.webp new file mode 100644 index 00000000..c71a2bf5 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig3-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-1400.webp new file mode 100644 index 00000000..27ddc683 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-480.webp new file mode 100644 index 00000000..125708fc Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-800.webp new file mode 100644 index 00000000..27ddc683 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig4-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-1400.webp new file mode 100644 index 00000000..e2a853ec Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-480.webp new file mode 100644 index 00000000..5c7212d2 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-800.webp new file mode 100644 index 00000000..e2a853ec Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig5-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-1400.webp new file mode 100644 index 00000000..48d40690 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-480.webp new file mode 100644 index 00000000..28c12196 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-800.webp new file mode 100644 index 00000000..48d40690 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig6-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-1400.webp new file mode 100644 index 00000000..174c4d70 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-480.webp new file mode 100644 index 00000000..27829141 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-800.webp new file mode 100644 index 00000000..174c4d70 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/fig7-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-1400.webp new file mode 100644 index 00000000..fc76a109 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-480.webp new file mode 100644 index 00000000..414327ba Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-800.webp new file mode 100644 index 00000000..fc76a109 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img1-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-1400.webp new file mode 100644 index 00000000..cafbb245 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-480.webp new file mode 100644 index 00000000..438c4b3f Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-800.webp new file mode 100644 index 00000000..cafbb245 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img2-800.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-1400.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-1400.webp new file mode 100644 index 00000000..97793033 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-1400.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-480.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-480.webp new file mode 100644 index 00000000..dc74167e Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-480.webp differ diff --git a/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-800.webp b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-800.webp new file mode 100644 index 00000000..97793033 Binary files /dev/null and b/assets/img/2023-11-09-Robustness-of-self-supervised-ViT-features-in-b-mode-images/img3-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-1400.webp new file mode 100644 index 00000000..87a1e63f Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-480.webp new file mode 100644 index 00000000..7147b464 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-800.webp new file mode 100644 index 00000000..87a1e63f Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_10_exp2matrices-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-1400.webp new file mode 100644 index 00000000..0f6056d3 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-480.webp new file mode 100644 index 00000000..caaa9dd3 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-800.webp new file mode 100644 index 00000000..0f6056d3 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_11_exp3table-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-1400.webp new file mode 100644 index 00000000..3563b259 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-480.webp new file mode 100644 index 00000000..2a6a0077 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-800.webp new file mode 100644 index 00000000..3563b259 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_12_exp3graph-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-1400.webp new file mode 100644 index 00000000..8a0a0bc6 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-480.webp new file mode 100644 index 00000000..c4c1053d Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-800.webp new file mode 100644 index 00000000..8a0a0bc6 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_13_exp3extradata-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-1400.webp new file mode 100644 index 00000000..ec74d8cb Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-480.webp new file mode 100644 index 00000000..7545114a Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-800.webp new file mode 100644 index 00000000..ec74d8cb Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_1_mask-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-1400.webp new file mode 100644 index 00000000..5cb8bdfd Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-480.webp new file mode 100644 index 00000000..8d37db8a Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-800.webp new file mode 100644 index 00000000..5cb8bdfd Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_2_arch1-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-1400.webp new file mode 100644 index 00000000..6a78a2bc Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-480.webp new file mode 100644 index 00000000..689e064c Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-800.webp new file mode 100644 index 00000000..6a78a2bc Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_3_arch2-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-1400.webp new file mode 100644 index 00000000..2c1c8829 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-480.webp new file mode 100644 index 00000000..40bbd02b Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-800.webp new file mode 100644 index 00000000..2c1c8829 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_4_map-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-1400.webp new file mode 100644 index 00000000..30929186 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-480.webp new file mode 100644 index 00000000..e0a8f3ec Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-800.webp new file mode 100644 index 00000000..30929186 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_5_acc-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-1400.webp new file mode 100644 index 00000000..4ed9b127 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-480.webp new file mode 100644 index 00000000..7a30049e Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-800.webp new file mode 100644 index 00000000..4ed9b127 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_6_local_map-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-1400.webp new file mode 100644 index 00000000..05a7393f Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-480.webp new file mode 100644 index 00000000..3a4cb878 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-800.webp new file mode 100644 index 00000000..05a7393f Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_7_table-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-1400.webp new file mode 100644 index 00000000..19f7c223 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-480.webp new file mode 100644 index 00000000..90ff8fbe Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-800.webp new file mode 100644 index 00000000..19f7c223 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_8_exp1table-800.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-1400.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-1400.webp new file mode 100644 index 00000000..163bd26f Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-1400.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-480.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-480.webp new file mode 100644 index 00000000..0a50e358 Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-480.webp differ diff --git a/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-800.webp b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-800.webp new file mode 100644 index 00000000..163bd26f Binary files /dev/null and b/assets/img/2023-11-09-Structural_vs_Data_Inductive_Bias/figure_9_exp1graph-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-1400.webp new file mode 100644 index 00000000..da359df6 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-480.webp new file mode 100644 index 00000000..194e264f Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-800.webp new file mode 100644 index 00000000..da359df6 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_norm-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-1400.webp new file mode 100644 index 00000000..2e3eb73b Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-480.webp new file mode 100644 index 00000000..d0cd5e88 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-800.webp new file mode 100644 index 00000000..2e3eb73b Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/10SP500_pre_norm-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/ECG-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/ECG-1400.webp new file mode 100644 index 00000000..432f89e6 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/ECG-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/ECG-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/ECG-480.webp new file mode 100644 index 00000000..eddd521c Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/ECG-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/ECG-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/ECG-800.webp new file mode 100644 index 00000000..432f89e6 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/ECG-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-1400.webp new file mode 100644 index 00000000..33e8ba56 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-480.webp new file mode 100644 index 00000000..3dd34433 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-800.webp new file mode 100644 index 00000000..33e8ba56 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Forcast_yesLSTM-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Loss-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/Loss-1400.webp new file mode 100644 index 00000000..39ce8144 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Loss-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Loss-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/Loss-480.webp new file mode 100644 index 00000000..1329297c Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Loss-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Loss-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/Loss-800.webp new file mode 100644 index 00000000..39ce8144 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Loss-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-1400.webp new file mode 100644 index 00000000..1b9bc9a9 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-480.webp new file mode 100644 index 00000000..89936ade Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-800.webp new file mode 100644 index 00000000..1b9bc9a9 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Outlier_performance_yesLSTM-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/ROC-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/ROC-1400.webp new file mode 100644 index 00000000..2b194b80 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/ROC-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/ROC-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/ROC-480.webp new file mode 100644 index 00000000..508fba18 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/ROC-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/ROC-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/ROC-800.webp new file mode 100644 index 00000000..2b194b80 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/ROC-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-1400.webp new file mode 100644 index 00000000..ca1b2795 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-480.webp new file mode 100644 index 00000000..56ce9b3e Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-800.webp new file mode 100644 index 00000000..ca1b2795 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/Testing_yesLSTM-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-1400.webp new file mode 100644 index 00000000..1333b306 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-480.webp new file mode 100644 index 00000000..dd5c6d82 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-800.webp new file mode 100644 index 00000000..1333b306 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_forcast_yesLSTM-800.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-1400.webp b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-1400.webp new file mode 100644 index 00000000..3e038fde Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-1400.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-480.webp b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-480.webp new file mode 100644 index 00000000..f6b12543 Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-480.webp differ diff --git a/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-800.webp b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-800.webp new file mode 100644 index 00000000..3e038fde Binary files /dev/null and b/assets/img/2023-11-09-TransformersAndRNNs/no_norm_performance_yesLSTM-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/C-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/C-1400.webp new file mode 100644 index 00000000..8b2fa215 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/C-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/C-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/C-480.webp new file mode 100644 index 00000000..6bafa0e3 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/C-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/C-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/C-800.webp new file mode 100644 index 00000000..8b2fa215 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/C-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-1400.webp new file mode 100644 index 00000000..a94c0277 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-480.webp new file mode 100644 index 00000000..8e354a43 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-800.webp new file mode 100644 index 00000000..a94c0277 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/GNN-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/H-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/H-1400.webp new file mode 100644 index 00000000..9fd4a9eb Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/H-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/H-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/H-480.webp new file mode 100644 index 00000000..eb7a20ba Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/H-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/H-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/H-800.webp new file mode 100644 index 00000000..9fd4a9eb Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/H-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-1400.webp new file mode 100644 index 00000000..27c7016a Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-480.webp new file mode 100644 index 00000000..624a5c91 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-800.webp new file mode 100644 index 00000000..27c7016a Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/combined-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-1400.webp new file mode 100644 index 00000000..eb4aaf76 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-480.webp new file mode 100644 index 00000000..bc98b591 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-800.webp new file mode 100644 index 00000000..eb4aaf76 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/gnn_plot-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-1400.webp new file mode 100644 index 00000000..51acaea0 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-480.webp new file mode 100644 index 00000000..a32f1ad5 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-800.webp new file mode 100644 index 00000000..51acaea0 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/linked_motion-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-1400.webp new file mode 100644 index 00000000..bdf13419 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-480.webp new file mode 100644 index 00000000..f796cc50 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-800.webp new file mode 100644 index 00000000..bdf13419 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/lstm-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-1400.webp new file mode 100644 index 00000000..b90692bd Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-480.webp new file mode 100644 index 00000000..dbbe2563 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-800.webp new file mode 100644 index 00000000..b90692bd Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/nodes-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-1400.webp new file mode 100644 index 00000000..aa59569e Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-480.webp new file mode 100644 index 00000000..1867273e Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-800.webp new file mode 100644 index 00000000..aa59569e Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/panda-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-1400.webp new file mode 100644 index 00000000..2001efe5 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-480.webp new file mode 100644 index 00000000..e494503b Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-800.webp new file mode 100644 index 00000000..2001efe5 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/randomConfig-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-1400.webp new file mode 100644 index 00000000..c80754be Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-480.webp new file mode 100644 index 00000000..6e07b927 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-800.webp new file mode 100644 index 00000000..c80754be Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/reaction_forces-800.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-1400.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-1400.webp new file mode 100644 index 00000000..2e74b0e1 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-1400.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-480.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-480.webp new file mode 100644 index 00000000..f82bb397 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-480.webp differ diff --git a/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-800.webp b/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-800.webp new file mode 100644 index 00000000..2e74b0e1 Binary files /dev/null and b/assets/img/2023-11-09-adaptive-controller-graph-eom/transformer_generic-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/12x12mask_input-1400.webp b/assets/img/2023-11-09-autodecoders/12x12mask_input-1400.webp new file mode 100644 index 00000000..b4463c19 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/12x12mask_input-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/12x12mask_input-480.webp b/assets/img/2023-11-09-autodecoders/12x12mask_input-480.webp new file mode 100644 index 00000000..a2b36649 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/12x12mask_input-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/12x12mask_input-800.webp b/assets/img/2023-11-09-autodecoders/12x12mask_input-800.webp new file mode 100644 index 00000000..b4463c19 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/12x12mask_input-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/12x12maskoutput-1400.webp b/assets/img/2023-11-09-autodecoders/12x12maskoutput-1400.webp new file mode 100644 index 00000000..f581a0c5 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/12x12maskoutput-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/12x12maskoutput-480.webp b/assets/img/2023-11-09-autodecoders/12x12maskoutput-480.webp new file mode 100644 index 00000000..120e77d1 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/12x12maskoutput-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/12x12maskoutput-800.webp b/assets/img/2023-11-09-autodecoders/12x12maskoutput-800.webp new file mode 100644 index 00000000..f581a0c5 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/12x12maskoutput-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/16x16mask_input-1400.webp b/assets/img/2023-11-09-autodecoders/16x16mask_input-1400.webp new file mode 100644 index 00000000..500b2d0e Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/16x16mask_input-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/16x16mask_input-480.webp b/assets/img/2023-11-09-autodecoders/16x16mask_input-480.webp new file mode 100644 index 00000000..13689c32 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/16x16mask_input-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/16x16mask_input-800.webp b/assets/img/2023-11-09-autodecoders/16x16mask_input-800.webp new file mode 100644 index 00000000..500b2d0e Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/16x16mask_input-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/16x16mask_output-1400.webp b/assets/img/2023-11-09-autodecoders/16x16mask_output-1400.webp new file mode 100644 index 00000000..f1ba9c30 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/16x16mask_output-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/16x16mask_output-480.webp b/assets/img/2023-11-09-autodecoders/16x16mask_output-480.webp new file mode 100644 index 00000000..41f45b34 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/16x16mask_output-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/16x16mask_output-800.webp b/assets/img/2023-11-09-autodecoders/16x16mask_output-800.webp new file mode 100644 index 00000000..f1ba9c30 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/16x16mask_output-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/20x20mask_input-1400.webp b/assets/img/2023-11-09-autodecoders/20x20mask_input-1400.webp new file mode 100644 index 00000000..3f762543 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/20x20mask_input-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/20x20mask_input-480.webp b/assets/img/2023-11-09-autodecoders/20x20mask_input-480.webp new file mode 100644 index 00000000..50e9cc63 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/20x20mask_input-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/20x20mask_input-800.webp b/assets/img/2023-11-09-autodecoders/20x20mask_input-800.webp new file mode 100644 index 00000000..3f762543 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/20x20mask_input-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/20x20mask_output-1400.webp b/assets/img/2023-11-09-autodecoders/20x20mask_output-1400.webp new file mode 100644 index 00000000..6f8ae611 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/20x20mask_output-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/20x20mask_output-480.webp b/assets/img/2023-11-09-autodecoders/20x20mask_output-480.webp new file mode 100644 index 00000000..ded73352 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/20x20mask_output-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/20x20mask_output-800.webp b/assets/img/2023-11-09-autodecoders/20x20mask_output-800.webp new file mode 100644 index 00000000..6f8ae611 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/20x20mask_output-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/8x8mask_input-1400.webp b/assets/img/2023-11-09-autodecoders/8x8mask_input-1400.webp new file mode 100644 index 00000000..bdffa6b3 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/8x8mask_input-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/8x8mask_input-480.webp b/assets/img/2023-11-09-autodecoders/8x8mask_input-480.webp new file mode 100644 index 00000000..5baef82c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/8x8mask_input-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/8x8mask_input-800.webp b/assets/img/2023-11-09-autodecoders/8x8mask_input-800.webp new file mode 100644 index 00000000..bdffa6b3 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/8x8mask_input-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/8x8mask_output-1400.webp b/assets/img/2023-11-09-autodecoders/8x8mask_output-1400.webp new file mode 100644 index 00000000..323f489a Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/8x8mask_output-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/8x8mask_output-480.webp b/assets/img/2023-11-09-autodecoders/8x8mask_output-480.webp new file mode 100644 index 00000000..b0d1cb1c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/8x8mask_output-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/8x8mask_output-800.webp b/assets/img/2023-11-09-autodecoders/8x8mask_output-800.webp new file mode 100644 index 00000000..323f489a Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/8x8mask_output-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-1400.webp b/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-1400.webp new file mode 100644 index 00000000..a1c8f2bc Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-480.webp b/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-480.webp new file mode 100644 index 00000000..5d6103ee Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-800.webp b/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-800.webp new file mode 100644 index 00000000..a1c8f2bc Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecoder_interpolation-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecoderloss-1400.webp b/assets/img/2023-11-09-autodecoders/autodecoderloss-1400.webp new file mode 100644 index 00000000..7dad6a8a Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecoderloss-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecoderloss-480.webp b/assets/img/2023-11-09-autodecoders/autodecoderloss-480.webp new file mode 100644 index 00000000..c6820c67 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecoderloss-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecoderloss-800.webp b/assets/img/2023-11-09-autodecoders/autodecoderloss-800.webp new file mode 100644 index 00000000..7dad6a8a Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecoderloss-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-1400.webp b/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-1400.webp new file mode 100644 index 00000000..768bc0fe Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-480.webp b/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-480.webp new file mode 100644 index 00000000..fc8ce753 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-800.webp b/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-800.webp new file mode 100644 index 00000000..768bc0fe Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autodecodersampleoutput-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_input_4-1400.webp b/assets/img/2023-11-09-autodecoders/autoencoder_input_4-1400.webp new file mode 100644 index 00000000..cbefd78b Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_input_4-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_input_4-480.webp b/assets/img/2023-11-09-autodecoders/autoencoder_input_4-480.webp new file mode 100644 index 00000000..b477a99d Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_input_4-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_input_4-800.webp b/assets/img/2023-11-09-autodecoders/autoencoder_input_4-800.webp new file mode 100644 index 00000000..cbefd78b Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_input_4-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_input_7-1400.webp b/assets/img/2023-11-09-autodecoders/autoencoder_input_7-1400.webp new file mode 100644 index 00000000..d24ad8ee Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_input_7-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_input_7-480.webp b/assets/img/2023-11-09-autodecoders/autoencoder_input_7-480.webp new file mode 100644 index 00000000..262ba1ee Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_input_7-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_input_7-800.webp b/assets/img/2023-11-09-autodecoders/autoencoder_input_7-800.webp new file mode 100644 index 00000000..d24ad8ee Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_input_7-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-1400.webp b/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-1400.webp new file mode 100644 index 00000000..e9635f7f Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-480.webp b/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-480.webp new file mode 100644 index 00000000..8911ab7c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-800.webp b/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-800.webp new file mode 100644 index 00000000..e9635f7f Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_interpolation-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_output_4-1400.webp b/assets/img/2023-11-09-autodecoders/autoencoder_output_4-1400.webp new file mode 100644 index 00000000..4c0edb24 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_output_4-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_output_4-480.webp b/assets/img/2023-11-09-autodecoders/autoencoder_output_4-480.webp new file mode 100644 index 00000000..c814b82c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_output_4-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_output_4-800.webp b/assets/img/2023-11-09-autodecoders/autoencoder_output_4-800.webp new file mode 100644 index 00000000..4c0edb24 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_output_4-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_output_7-1400.webp b/assets/img/2023-11-09-autodecoders/autoencoder_output_7-1400.webp new file mode 100644 index 00000000..ff3f2781 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_output_7-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_output_7-480.webp b/assets/img/2023-11-09-autodecoders/autoencoder_output_7-480.webp new file mode 100644 index 00000000..15d1d55e Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_output_7-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_output_7-800.webp b/assets/img/2023-11-09-autodecoders/autoencoder_output_7-800.webp new file mode 100644 index 00000000..ff3f2781 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_output_7-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_schematic-1400.webp b/assets/img/2023-11-09-autodecoders/autoencoder_schematic-1400.webp new file mode 100644 index 00000000..2bb87592 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_schematic-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_schematic-480.webp b/assets/img/2023-11-09-autodecoders/autoencoder_schematic-480.webp new file mode 100644 index 00000000..16cc9379 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_schematic-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoder_schematic-800.webp b/assets/img/2023-11-09-autodecoders/autoencoder_schematic-800.webp new file mode 100644 index 00000000..2bb87592 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoder_schematic-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoderloss-1400.webp b/assets/img/2023-11-09-autodecoders/autoencoderloss-1400.webp new file mode 100644 index 00000000..570bec0b Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoderloss-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoderloss-480.webp b/assets/img/2023-11-09-autodecoders/autoencoderloss-480.webp new file mode 100644 index 00000000..2d96d1b8 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoderloss-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencoderloss-800.webp b/assets/img/2023-11-09-autodecoders/autoencoderloss-800.webp new file mode 100644 index 00000000..570bec0b Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencoderloss-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-1400.webp b/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-1400.webp new file mode 100644 index 00000000..ec929f6e Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-480.webp b/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-480.webp new file mode 100644 index 00000000..47cc55f9 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-800.webp b/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-800.webp new file mode 100644 index 00000000..ec929f6e Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/autoencodersampleoutput-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/encoderdecoder-1400.webp b/assets/img/2023-11-09-autodecoders/encoderdecoder-1400.webp new file mode 100644 index 00000000..7122717c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/encoderdecoder-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/encoderdecoder-480.webp b/assets/img/2023-11-09-autodecoders/encoderdecoder-480.webp new file mode 100644 index 00000000..a12464a5 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/encoderdecoder-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/encoderdecoder-800.webp b/assets/img/2023-11-09-autodecoders/encoderdecoder-800.webp new file mode 100644 index 00000000..7122717c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/encoderdecoder-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/lossfn-1400.webp b/assets/img/2023-11-09-autodecoders/lossfn-1400.webp new file mode 100644 index 00000000..fb5299c9 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/lossfn-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/lossfn-480.webp b/assets/img/2023-11-09-autodecoders/lossfn-480.webp new file mode 100644 index 00000000..3b087bd2 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/lossfn-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/lossfn-800.webp b/assets/img/2023-11-09-autodecoders/lossfn-800.webp new file mode 100644 index 00000000..fb5299c9 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/lossfn-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress1-1400.webp b/assets/img/2023-11-09-autodecoders/progress1-1400.webp new file mode 100644 index 00000000..1ac07adf Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress1-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress1-480.webp b/assets/img/2023-11-09-autodecoders/progress1-480.webp new file mode 100644 index 00000000..e1da17c0 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress1-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress1-800.webp b/assets/img/2023-11-09-autodecoders/progress1-800.webp new file mode 100644 index 00000000..1ac07adf Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress1-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress2-1400.webp b/assets/img/2023-11-09-autodecoders/progress2-1400.webp new file mode 100644 index 00000000..87552ebe Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress2-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress2-480.webp b/assets/img/2023-11-09-autodecoders/progress2-480.webp new file mode 100644 index 00000000..8e038725 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress2-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress2-800.webp b/assets/img/2023-11-09-autodecoders/progress2-800.webp new file mode 100644 index 00000000..87552ebe Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress2-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress3-1400.webp b/assets/img/2023-11-09-autodecoders/progress3-1400.webp new file mode 100644 index 00000000..abb2b18c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress3-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress3-480.webp b/assets/img/2023-11-09-autodecoders/progress3-480.webp new file mode 100644 index 00000000..7f601412 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress3-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress3-800.webp b/assets/img/2023-11-09-autodecoders/progress3-800.webp new file mode 100644 index 00000000..abb2b18c Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress3-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress4-1400.webp b/assets/img/2023-11-09-autodecoders/progress4-1400.webp new file mode 100644 index 00000000..91c5385e Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress4-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress4-480.webp b/assets/img/2023-11-09-autodecoders/progress4-480.webp new file mode 100644 index 00000000..de2ea739 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress4-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/progress4-800.webp b/assets/img/2023-11-09-autodecoders/progress4-800.webp new file mode 100644 index 00000000..91c5385e Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/progress4-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/tsne_autodecoder-1400.webp b/assets/img/2023-11-09-autodecoders/tsne_autodecoder-1400.webp new file mode 100644 index 00000000..6598b86f Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/tsne_autodecoder-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/tsne_autodecoder-480.webp b/assets/img/2023-11-09-autodecoders/tsne_autodecoder-480.webp new file mode 100644 index 00000000..377f4f62 Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/tsne_autodecoder-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/tsne_autodecoder-800.webp b/assets/img/2023-11-09-autodecoders/tsne_autodecoder-800.webp new file mode 100644 index 00000000..6598b86f Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/tsne_autodecoder-800.webp differ diff --git a/assets/img/2023-11-09-autodecoders/tsne_autoencoder-1400.webp b/assets/img/2023-11-09-autodecoders/tsne_autoencoder-1400.webp new file mode 100644 index 00000000..908b098b Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/tsne_autoencoder-1400.webp differ diff --git a/assets/img/2023-11-09-autodecoders/tsne_autoencoder-480.webp b/assets/img/2023-11-09-autodecoders/tsne_autoencoder-480.webp new file mode 100644 index 00000000..8db95abf Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/tsne_autoencoder-480.webp differ diff --git a/assets/img/2023-11-09-autodecoders/tsne_autoencoder-800.webp b/assets/img/2023-11-09-autodecoders/tsne_autoencoder-800.webp new file mode 100644 index 00000000..908b098b Binary files /dev/null and b/assets/img/2023-11-09-autodecoders/tsne_autoencoder-800.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img1_map-1400.webp b/assets/img/2023-11-09-conflict-causality/img1_map-1400.webp new file mode 100644 index 00000000..4c072ad9 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img1_map-1400.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img1_map-480.webp b/assets/img/2023-11-09-conflict-causality/img1_map-480.webp new file mode 100644 index 00000000..bfd4ae67 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img1_map-480.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img1_map-800.webp b/assets/img/2023-11-09-conflict-causality/img1_map-800.webp new file mode 100644 index 00000000..4c072ad9 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img1_map-800.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img2_parser-1400.webp b/assets/img/2023-11-09-conflict-causality/img2_parser-1400.webp new file mode 100644 index 00000000..d6f0b82f Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img2_parser-1400.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img2_parser-480.webp b/assets/img/2023-11-09-conflict-causality/img2_parser-480.webp new file mode 100644 index 00000000..cb9b4ced Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img2_parser-480.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img2_parser-800.webp b/assets/img/2023-11-09-conflict-causality/img2_parser-800.webp new file mode 100644 index 00000000..d6f0b82f Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img2_parser-800.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img3_wordcloud-1400.webp b/assets/img/2023-11-09-conflict-causality/img3_wordcloud-1400.webp new file mode 100644 index 00000000..5ebee939 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img3_wordcloud-1400.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img3_wordcloud-480.webp b/assets/img/2023-11-09-conflict-causality/img3_wordcloud-480.webp new file mode 100644 index 00000000..99c7cbac Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img3_wordcloud-480.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img3_wordcloud-800.webp b/assets/img/2023-11-09-conflict-causality/img3_wordcloud-800.webp new file mode 100644 index 00000000..5ebee939 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img3_wordcloud-800.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img4_articlecounts-1400.webp b/assets/img/2023-11-09-conflict-causality/img4_articlecounts-1400.webp new file mode 100644 index 00000000..87eeb154 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img4_articlecounts-1400.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img4_articlecounts-480.webp b/assets/img/2023-11-09-conflict-causality/img4_articlecounts-480.webp new file mode 100644 index 00000000..5f4ac9f8 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img4_articlecounts-480.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img4_articlecounts-800.webp b/assets/img/2023-11-09-conflict-causality/img4_articlecounts-800.webp new file mode 100644 index 00000000..87eeb154 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img4_articlecounts-800.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img5_performance-1400.webp b/assets/img/2023-11-09-conflict-causality/img5_performance-1400.webp new file mode 100644 index 00000000..1460c985 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img5_performance-1400.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img5_performance-480.webp b/assets/img/2023-11-09-conflict-causality/img5_performance-480.webp new file mode 100644 index 00000000..a29ef8cc Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img5_performance-480.webp differ diff --git a/assets/img/2023-11-09-conflict-causality/img5_performance-800.webp b/assets/img/2023-11-09-conflict-causality/img5_performance-800.webp new file mode 100644 index 00000000..1460c985 Binary files /dev/null and b/assets/img/2023-11-09-conflict-causality/img5_performance-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/adsr-1400.webp b/assets/img/2023-11-09-ddsp-proposal/adsr-1400.webp new file mode 100644 index 00000000..89a13127 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/adsr-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/adsr-480.webp b/assets/img/2023-11-09-ddsp-proposal/adsr-480.webp new file mode 100644 index 00000000..108f8626 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/adsr-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/adsr-800.webp b/assets/img/2023-11-09-ddsp-proposal/adsr-800.webp new file mode 100644 index 00000000..89a13127 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/adsr-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/brass_freq-1400.webp b/assets/img/2023-11-09-ddsp-proposal/brass_freq-1400.webp new file mode 100644 index 00000000..b9b68b9f Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/brass_freq-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/brass_freq-480.webp b/assets/img/2023-11-09-ddsp-proposal/brass_freq-480.webp new file mode 100644 index 00000000..f01ba221 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/brass_freq-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/brass_freq-800.webp b/assets/img/2023-11-09-ddsp-proposal/brass_freq-800.webp new file mode 100644 index 00000000..b9b68b9f Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/brass_freq-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-1400.webp b/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-1400.webp new file mode 100644 index 00000000..8eb11276 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-480.webp b/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-480.webp new file mode 100644 index 00000000..2dbfbb7b Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-800.webp b/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-800.webp new file mode 100644 index 00000000..8eb11276 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/guitar_acoustic-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-1400.webp b/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-1400.webp new file mode 100644 index 00000000..f05eb12e Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-480.webp b/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-480.webp new file mode 100644 index 00000000..4b56f8a9 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-800.webp b/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-800.webp new file mode 100644 index 00000000..f05eb12e Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/keyboard_acoustic-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/sine_freq-1400.webp b/assets/img/2023-11-09-ddsp-proposal/sine_freq-1400.webp new file mode 100644 index 00000000..02d8d074 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/sine_freq-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/sine_freq-480.webp b/assets/img/2023-11-09-ddsp-proposal/sine_freq-480.webp new file mode 100644 index 00000000..0c0b8b04 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/sine_freq-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/sine_freq-800.webp b/assets/img/2023-11-09-ddsp-proposal/sine_freq-800.webp new file mode 100644 index 00000000..02d8d074 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/sine_freq-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/spectrogram-1400.webp b/assets/img/2023-11-09-ddsp-proposal/spectrogram-1400.webp new file mode 100644 index 00000000..f038ae22 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/spectrogram-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/spectrogram-480.webp b/assets/img/2023-11-09-ddsp-proposal/spectrogram-480.webp new file mode 100644 index 00000000..7a57f791 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/spectrogram-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/spectrogram-800.webp b/assets/img/2023-11-09-ddsp-proposal/spectrogram-800.webp new file mode 100644 index 00000000..f038ae22 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/spectrogram-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/string_acoustic-1400.webp b/assets/img/2023-11-09-ddsp-proposal/string_acoustic-1400.webp new file mode 100644 index 00000000..5ad5fbc5 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/string_acoustic-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/string_acoustic-480.webp b/assets/img/2023-11-09-ddsp-proposal/string_acoustic-480.webp new file mode 100644 index 00000000..18600802 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/string_acoustic-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/string_acoustic-800.webp b/assets/img/2023-11-09-ddsp-proposal/string_acoustic-800.webp new file mode 100644 index 00000000..5ad5fbc5 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/string_acoustic-800.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-1400.webp b/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-1400.webp new file mode 100644 index 00000000..56b5d6bc Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-1400.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-480.webp b/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-480.webp new file mode 100644 index 00000000..ba58b719 Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-480.webp differ diff --git a/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-800.webp b/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-800.webp new file mode 100644 index 00000000..56b5d6bc Binary files /dev/null and b/assets/img/2023-11-09-ddsp-proposal/synth_lead_synthetic-800.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/background_visual-1400.webp b/assets/img/2023-11-09-deep-connectome-clustering/background_visual-1400.webp new file mode 100644 index 00000000..b68ff341 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/background_visual-1400.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/background_visual-480.webp b/assets/img/2023-11-09-deep-connectome-clustering/background_visual-480.webp new file mode 100644 index 00000000..44538950 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/background_visual-480.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/background_visual-800.webp b/assets/img/2023-11-09-deep-connectome-clustering/background_visual-800.webp new file mode 100644 index 00000000..b68ff341 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/background_visual-800.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-1400.webp b/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-1400.webp new file mode 100644 index 00000000..92cc032b Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-1400.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-480.webp b/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-480.webp new file mode 100644 index 00000000..7585be43 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-480.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-800.webp b/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-800.webp new file mode 100644 index 00000000..92cc032b Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/clustering-cell-type-800.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-1400.webp b/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-1400.webp new file mode 100644 index 00000000..5e6d4143 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-1400.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-480.webp b/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-480.webp new file mode 100644 index 00000000..81966dce Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-480.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-800.webp b/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-800.webp new file mode 100644 index 00000000..5e6d4143 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/explore_cluster-800.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-1400.webp b/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-1400.webp new file mode 100644 index 00000000..cefc16c9 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-1400.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-480.webp b/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-480.webp new file mode 100644 index 00000000..df17d69e Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-480.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-800.webp b/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-800.webp new file mode 100644 index 00000000..cefc16c9 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/fruit-fly-connectome-800.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-1400.webp b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-1400.webp new file mode 100644 index 00000000..18e65d08 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-1400.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-480.webp b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-480.webp new file mode 100644 index 00000000..5767953f Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-480.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-800.webp b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-800.webp new file mode 100644 index 00000000..18e65d08 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-auc-ap-800.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-1400.webp b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-1400.webp new file mode 100644 index 00000000..4ef98572 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-1400.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-480.webp b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-480.webp new file mode 100644 index 00000000..29792437 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-480.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-800.webp b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-800.webp new file mode 100644 index 00000000..4ef98572 Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/link-prediction-task-800.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-1400.webp b/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-1400.webp new file mode 100644 index 00000000..e4d7b19c Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-1400.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-480.webp b/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-480.webp new file mode 100644 index 00000000..5cd3996e Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-480.webp differ diff --git a/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-800.webp b/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-800.webp new file mode 100644 index 00000000..e4d7b19c Binary files /dev/null and b/assets/img/2023-11-09-deep-connectome-clustering/vgae-embedding-800.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-1400.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-1400.webp new file mode 100644 index 00000000..5b347607 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-1400.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-480.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-480.webp new file mode 100644 index 00000000..9f702dcb Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-480.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-800.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-800.webp new file mode 100644 index 00000000..5b347607 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/camera_intrinsic_extrinsic-800.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-1400.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-1400.webp new file mode 100644 index 00000000..64ff3b81 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-1400.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-480.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-480.webp new file mode 100644 index 00000000..9cd16a76 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-480.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-800.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-800.webp new file mode 100644 index 00000000..64ff3b81 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_grid-800.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-1400.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-1400.webp new file mode 100644 index 00000000..790ace99 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-1400.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-480.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-480.webp new file mode 100644 index 00000000..be39efd0 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-480.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-800.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-800.webp new file mode 100644 index 00000000..790ace99 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/dof_sample-800.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-1400.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-1400.webp new file mode 100644 index 00000000..24153d74 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-1400.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-480.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-480.webp new file mode 100644 index 00000000..ac011643 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-480.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-800.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-800.webp new file mode 100644 index 00000000..24153d74 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/loss_plot-800.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-1400.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-1400.webp new file mode 100644 index 00000000..4689a249 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-1400.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-480.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-480.webp new file mode 100644 index 00000000..4a442d95 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-480.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-800.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-800.webp new file mode 100644 index 00000000..4689a249 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sample_image-800.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-1400.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-1400.webp new file mode 100644 index 00000000..3b689b21 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-1400.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-480.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-480.webp new file mode 100644 index 00000000..7f50aaa7 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-480.webp differ diff --git a/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-800.webp b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-800.webp new file mode 100644 index 00000000..3b689b21 Binary files /dev/null and b/assets/img/2023-11-09-dof-visual-place-recognition-satellite/sturges_satellite_vpr-800.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-1400.webp b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-1400.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-480.webp b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-480.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-800.webp b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-800.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-1400.webp b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-1400.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-1400.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-480.webp b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-480.webp new file mode 100644 index 00000000..7f0830c1 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-480.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-800.webp b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-800.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/ICLR-logo-dark-800.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-1400.webp b/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-1400.webp new file mode 100644 index 00000000..885f1772 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-1400.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-480.webp b/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-480.webp new file mode 100644 index 00000000..f2b6439c Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-480.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-800.webp b/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-800.webp new file mode 100644 index 00000000..885f1772 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/alignment_uniformity-800.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/architecture-1400.webp b/assets/img/2023-11-09-enforcing-uniformity/architecture-1400.webp new file mode 100644 index 00000000..f0b51c91 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/architecture-1400.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/architecture-480.webp b/assets/img/2023-11-09-enforcing-uniformity/architecture-480.webp new file mode 100644 index 00000000..8b5cf71b Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/architecture-480.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/architecture-800.webp b/assets/img/2023-11-09-enforcing-uniformity/architecture-800.webp new file mode 100644 index 00000000..f0b51c91 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/architecture-800.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/flow-1400.webp b/assets/img/2023-11-09-enforcing-uniformity/flow-1400.webp new file mode 100644 index 00000000..a107b8a2 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/flow-1400.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/flow-480.webp b/assets/img/2023-11-09-enforcing-uniformity/flow-480.webp new file mode 100644 index 00000000..06235780 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/flow-480.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/flow-800.webp b/assets/img/2023-11-09-enforcing-uniformity/flow-800.webp new file mode 100644 index 00000000..a107b8a2 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/flow-800.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/poisson-1400.webp b/assets/img/2023-11-09-enforcing-uniformity/poisson-1400.webp new file mode 100644 index 00000000..1655fc44 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/poisson-1400.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/poisson-480.webp b/assets/img/2023-11-09-enforcing-uniformity/poisson-480.webp new file mode 100644 index 00000000..d06badb7 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/poisson-480.webp differ diff --git a/assets/img/2023-11-09-enforcing-uniformity/poisson-800.webp b/assets/img/2023-11-09-enforcing-uniformity/poisson-800.webp new file mode 100644 index 00000000..1655fc44 Binary files /dev/null and b/assets/img/2023-11-09-enforcing-uniformity/poisson-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/AAA_on_off-1400.webp b/assets/img/2023-11-09-eunhae-project/AAA_on_off-1400.webp new file mode 100644 index 00000000..a06c5101 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/AAA_on_off-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/AAA_on_off-480.webp b/assets/img/2023-11-09-eunhae-project/AAA_on_off-480.webp new file mode 100644 index 00000000..be78501b Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/AAA_on_off-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/AAA_on_off-800.webp b/assets/img/2023-11-09-eunhae-project/AAA_on_off-800.webp new file mode 100644 index 00000000..a06c5101 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/AAA_on_off-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/acc_comparison-1400.webp b/assets/img/2023-11-09-eunhae-project/acc_comparison-1400.webp new file mode 100644 index 00000000..d7db6ecc Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/acc_comparison-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/acc_comparison-480.webp b/assets/img/2023-11-09-eunhae-project/acc_comparison-480.webp new file mode 100644 index 00000000..30f4eadf Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/acc_comparison-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/acc_comparison-800.webp b/assets/img/2023-11-09-eunhae-project/acc_comparison-800.webp new file mode 100644 index 00000000..d7db6ecc Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/acc_comparison-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_curves-1400.webp b/assets/img/2023-11-09-eunhae-project/forgetting_curves-1400.webp new file mode 100644 index 00000000..c0d66c2a Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_curves-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_curves-480.webp b/assets/img/2023-11-09-eunhae-project/forgetting_curves-480.webp new file mode 100644 index 00000000..254397d0 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_curves-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_curves-800.webp b/assets/img/2023-11-09-eunhae-project/forgetting_curves-800.webp new file mode 100644 index 00000000..c0d66c2a Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_curves-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_offline-1400.webp b/assets/img/2023-11-09-eunhae-project/forgetting_offline-1400.webp new file mode 100644 index 00000000..23933208 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_offline-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_offline-480.webp b/assets/img/2023-11-09-eunhae-project/forgetting_offline-480.webp new file mode 100644 index 00000000..2f0ab2de Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_offline-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_offline-800.webp b/assets/img/2023-11-09-eunhae-project/forgetting_offline-800.webp new file mode 100644 index 00000000..23933208 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_offline-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_online-1400.webp b/assets/img/2023-11-09-eunhae-project/forgetting_online-1400.webp new file mode 100644 index 00000000..93f29b2e Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_online-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_online-480.webp b/assets/img/2023-11-09-eunhae-project/forgetting_online-480.webp new file mode 100644 index 00000000..27a4889b Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_online-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/forgetting_online-800.webp b/assets/img/2023-11-09-eunhae-project/forgetting_online-800.webp new file mode 100644 index 00000000..93f29b2e Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/forgetting_online-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/resnets_comparison-1400.webp b/assets/img/2023-11-09-eunhae-project/resnets_comparison-1400.webp new file mode 100644 index 00000000..f5ebfb96 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/resnets_comparison-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/resnets_comparison-480.webp b/assets/img/2023-11-09-eunhae-project/resnets_comparison-480.webp new file mode 100644 index 00000000..ddc8bf8f Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/resnets_comparison-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/resnets_comparison-800.webp b/assets/img/2023-11-09-eunhae-project/resnets_comparison-800.webp new file mode 100644 index 00000000..f5ebfb96 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/resnets_comparison-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliency_offline-1400.webp b/assets/img/2023-11-09-eunhae-project/saliency_offline-1400.webp new file mode 100644 index 00000000..27147851 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliency_offline-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliency_offline-480.webp b/assets/img/2023-11-09-eunhae-project/saliency_offline-480.webp new file mode 100644 index 00000000..cee72245 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliency_offline-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliency_offline-800.webp b/assets/img/2023-11-09-eunhae-project/saliency_offline-800.webp new file mode 100644 index 00000000..27147851 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliency_offline-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliency_online-1400.webp b/assets/img/2023-11-09-eunhae-project/saliency_online-1400.webp new file mode 100644 index 00000000..e2645857 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliency_online-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliency_online-480.webp b/assets/img/2023-11-09-eunhae-project/saliency_online-480.webp new file mode 100644 index 00000000..701eaaee Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliency_online-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliency_online-800.webp b/assets/img/2023-11-09-eunhae-project/saliency_online-800.webp new file mode 100644 index 00000000..e2645857 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliency_online-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-1400.webp b/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-1400.webp new file mode 100644 index 00000000..022b7d8b Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-480.webp b/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-480.webp new file mode 100644 index 00000000..b5d24404 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-800.webp b/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-800.webp new file mode 100644 index 00000000..022b7d8b Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/saliencymap_exp4-800.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/stream_acc1-1400.webp b/assets/img/2023-11-09-eunhae-project/stream_acc1-1400.webp new file mode 100644 index 00000000..d4bad627 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/stream_acc1-1400.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/stream_acc1-480.webp b/assets/img/2023-11-09-eunhae-project/stream_acc1-480.webp new file mode 100644 index 00000000..c7a5230c Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/stream_acc1-480.webp differ diff --git a/assets/img/2023-11-09-eunhae-project/stream_acc1-800.webp b/assets/img/2023-11-09-eunhae-project/stream_acc1-800.webp new file mode 100644 index 00000000..d4bad627 Binary files /dev/null and b/assets/img/2023-11-09-eunhae-project/stream_acc1-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/baseline1-1400.webp b/assets/img/2023-11-09-generating-robust-networks/baseline1-1400.webp new file mode 100644 index 00000000..41110dca Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/baseline1-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/baseline1-480.webp b/assets/img/2023-11-09-generating-robust-networks/baseline1-480.webp new file mode 100644 index 00000000..920eee95 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/baseline1-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/baseline1-800.webp b/assets/img/2023-11-09-generating-robust-networks/baseline1-800.webp new file mode 100644 index 00000000..41110dca Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/baseline1-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/baseline2-1400.webp b/assets/img/2023-11-09-generating-robust-networks/baseline2-1400.webp new file mode 100644 index 00000000..cdaceb8f Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/baseline2-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/baseline2-480.webp b/assets/img/2023-11-09-generating-robust-networks/baseline2-480.webp new file mode 100644 index 00000000..102e3924 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/baseline2-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/baseline2-800.webp b/assets/img/2023-11-09-generating-robust-networks/baseline2-800.webp new file mode 100644 index 00000000..cdaceb8f Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/baseline2-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison-1400.webp b/assets/img/2023-11-09-generating-robust-networks/comparison-1400.webp new file mode 100644 index 00000000..da1c1466 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison-480.webp b/assets/img/2023-11-09-generating-robust-networks/comparison-480.webp new file mode 100644 index 00000000..46df6199 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison-800.webp b/assets/img/2023-11-09-generating-robust-networks/comparison-800.webp new file mode 100644 index 00000000..da1c1466 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison_original-1400.webp b/assets/img/2023-11-09-generating-robust-networks/comparison_original-1400.webp new file mode 100644 index 00000000..6cc13353 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison_original-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison_original-480.webp b/assets/img/2023-11-09-generating-robust-networks/comparison_original-480.webp new file mode 100644 index 00000000..d11f65cd Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison_original-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison_original-800.webp b/assets/img/2023-11-09-generating-robust-networks/comparison_original-800.webp new file mode 100644 index 00000000..6cc13353 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison_original-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-1400.webp b/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-1400.webp new file mode 100644 index 00000000..4ad72414 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-480.webp b/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-480.webp new file mode 100644 index 00000000..f8422902 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-800.webp b/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-800.webp new file mode 100644 index 00000000..4ad72414 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/comparison_perturbed-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar1-1400.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar1-1400.webp new file mode 100644 index 00000000..6de1bdf9 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar1-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar1-480.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar1-480.webp new file mode 100644 index 00000000..86a16c2e Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar1-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar1-800.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar1-800.webp new file mode 100644 index 00000000..6de1bdf9 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar1-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar2-1400.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar2-1400.webp new file mode 100644 index 00000000..c47cc738 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar2-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar2-480.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar2-480.webp new file mode 100644 index 00000000..f4c1f4ac Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar2-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar2-800.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar2-800.webp new file mode 100644 index 00000000..c47cc738 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar2-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar3-1400.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar3-1400.webp new file mode 100644 index 00000000..c124aff2 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar3-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar3-480.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar3-480.webp new file mode 100644 index 00000000..85bc8c40 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar3-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_bar3-800.webp b/assets/img/2023-11-09-generating-robust-networks/final_bar3-800.webp new file mode 100644 index 00000000..c124aff2 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_bar3-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line1-1400.webp b/assets/img/2023-11-09-generating-robust-networks/final_line1-1400.webp new file mode 100644 index 00000000..177c7e89 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line1-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line1-480.webp b/assets/img/2023-11-09-generating-robust-networks/final_line1-480.webp new file mode 100644 index 00000000..d5ea3d43 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line1-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line1-800.webp b/assets/img/2023-11-09-generating-robust-networks/final_line1-800.webp new file mode 100644 index 00000000..177c7e89 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line1-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line2-1400.webp b/assets/img/2023-11-09-generating-robust-networks/final_line2-1400.webp new file mode 100644 index 00000000..22a5a2ee Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line2-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line2-480.webp b/assets/img/2023-11-09-generating-robust-networks/final_line2-480.webp new file mode 100644 index 00000000..3a1fc4ce Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line2-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line2-800.webp b/assets/img/2023-11-09-generating-robust-networks/final_line2-800.webp new file mode 100644 index 00000000..22a5a2ee Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line2-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line3-1400.webp b/assets/img/2023-11-09-generating-robust-networks/final_line3-1400.webp new file mode 100644 index 00000000..02683ad4 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line3-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line3-480.webp b/assets/img/2023-11-09-generating-robust-networks/final_line3-480.webp new file mode 100644 index 00000000..db9cedf9 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line3-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/final_line3-800.webp b/assets/img/2023-11-09-generating-robust-networks/final_line3-800.webp new file mode 100644 index 00000000..02683ad4 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/final_line3-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-1400.webp b/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-1400.webp new file mode 100644 index 00000000..14911b63 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-480.webp b/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-480.webp new file mode 100644 index 00000000..13316313 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-800.webp b/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-800.webp new file mode 100644 index 00000000..14911b63 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/heatmap_sample-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/noise_examples-1400.webp b/assets/img/2023-11-09-generating-robust-networks/noise_examples-1400.webp new file mode 100644 index 00000000..3f3f7e6f Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/noise_examples-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/noise_examples-480.webp b/assets/img/2023-11-09-generating-robust-networks/noise_examples-480.webp new file mode 100644 index 00000000..dcec03f7 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/noise_examples-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/noise_examples-800.webp b/assets/img/2023-11-09-generating-robust-networks/noise_examples-800.webp new file mode 100644 index 00000000..3f3f7e6f Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/noise_examples-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/noise_steps-1400.webp b/assets/img/2023-11-09-generating-robust-networks/noise_steps-1400.webp new file mode 100644 index 00000000..e640f9aa Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/noise_steps-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/noise_steps-480.webp b/assets/img/2023-11-09-generating-robust-networks/noise_steps-480.webp new file mode 100644 index 00000000..e43a6496 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/noise_steps-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/noise_steps-800.webp b/assets/img/2023-11-09-generating-robust-networks/noise_steps-800.webp new file mode 100644 index 00000000..e640f9aa Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/noise_steps-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/pixel_examples-1400.webp b/assets/img/2023-11-09-generating-robust-networks/pixel_examples-1400.webp new file mode 100644 index 00000000..531bd3ff Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/pixel_examples-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/pixel_examples-480.webp b/assets/img/2023-11-09-generating-robust-networks/pixel_examples-480.webp new file mode 100644 index 00000000..f34bca81 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/pixel_examples-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/pixel_examples-800.webp b/assets/img/2023-11-09-generating-robust-networks/pixel_examples-800.webp new file mode 100644 index 00000000..531bd3ff Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/pixel_examples-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/pixel_steps-1400.webp b/assets/img/2023-11-09-generating-robust-networks/pixel_steps-1400.webp new file mode 100644 index 00000000..34550606 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/pixel_steps-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/pixel_steps-480.webp b/assets/img/2023-11-09-generating-robust-networks/pixel_steps-480.webp new file mode 100644 index 00000000..28c7d06c Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/pixel_steps-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/pixel_steps-800.webp b/assets/img/2023-11-09-generating-robust-networks/pixel_steps-800.webp new file mode 100644 index 00000000..34550606 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/pixel_steps-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/resnet-1400.webp b/assets/img/2023-11-09-generating-robust-networks/resnet-1400.webp new file mode 100644 index 00000000..d5e93b81 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/resnet-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/resnet-480.webp b/assets/img/2023-11-09-generating-robust-networks/resnet-480.webp new file mode 100644 index 00000000..94f075e6 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/resnet-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/resnet-800.webp b/assets/img/2023-11-09-generating-robust-networks/resnet-800.webp new file mode 100644 index 00000000..d5e93b81 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/resnet-800.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-1400.webp b/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-1400.webp new file mode 100644 index 00000000..b8dedc10 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-1400.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-480.webp b/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-480.webp new file mode 100644 index 00000000..6637203c Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-480.webp differ diff --git a/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-800.webp b/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-800.webp new file mode 100644 index 00000000..b8dedc10 Binary files /dev/null and b/assets/img/2023-11-09-generating-robust-networks/tinyimagenet-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-1400.webp new file mode 100644 index 00000000..d843a0f1 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-480.webp new file mode 100644 index 00000000..91a4c5ff Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-800.webp new file mode 100644 index 00000000..d843a0f1 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/QuickDraw_example-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-1400.webp new file mode 100644 index 00000000..dc8ec28b Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-480.webp new file mode 100644 index 00000000..97c171c2 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-800.webp new file mode 100644 index 00000000..dc8ec28b Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_results-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-1400.webp new file mode 100644 index 00000000..4c5d0f9b Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-480.webp new file mode 100644 index 00000000..2772de87 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-800.webp new file mode 100644 index 00000000..4c5d0f9b Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augment_training-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-1400.webp new file mode 100644 index 00000000..c7384f60 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-480.webp new file mode 100644 index 00000000..e8c7966b Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-800.webp new file mode 100644 index 00000000..c7384f60 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_fragmentation-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-1400.webp new file mode 100644 index 00000000..e28cd6c1 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-480.webp new file mode 100644 index 00000000..4c62ffd1 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-800.webp new file mode 100644 index 00000000..e28cd6c1 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/augmentation_negative-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-1400.webp new file mode 100644 index 00000000..ed109db5 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-480.webp new file mode 100644 index 00000000..aaa55892 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-800.webp new file mode 100644 index 00000000..ed109db5 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/cnnfeaturevisualization-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-1400.webp new file mode 100644 index 00000000..9ece79ce Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-480.webp new file mode 100644 index 00000000..d29b2a11 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-800.webp new file mode 100644 index 00000000..9ece79ce Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/conflictset-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-1400.webp new file mode 100644 index 00000000..074b92a8 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-480.webp new file mode 100644 index 00000000..63c4de63 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-800.webp new file mode 100644 index 00000000..074b92a8 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_results-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-1400.webp new file mode 100644 index 00000000..6497c0d1 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-480.webp new file mode 100644 index 00000000..caaf6be6 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-800.webp new file mode 100644 index 00000000..6497c0d1 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/filter_training-800.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-1400.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-1400.webp new file mode 100644 index 00000000..755f679c Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-1400.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-480.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-480.webp new file mode 100644 index 00000000..c2675694 Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-480.webp differ diff --git a/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-800.webp b/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-800.webp new file mode 100644 index 00000000..755f679c Binary files /dev/null and b/assets/img/2023-11-09-how-cnns-learn-shapes/shapetexture-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-1400.webp new file mode 100644 index 00000000..8e662ecb Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-480.webp new file mode 100644 index 00000000..48ccf35c Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-800.webp new file mode 100644 index 00000000..8e662ecb Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Autoencoder-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-1400.webp new file mode 100644 index 00000000..4cbdfdfc Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-480.webp new file mode 100644 index 00000000..5278afef Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-800.webp new file mode 100644 index 00000000..4cbdfdfc Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_gelu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-1400.webp new file mode 100644 index 00000000..0747a89e Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-480.webp new file mode 100644 index 00000000..e253f013 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-800.webp new file mode 100644 index 00000000..0747a89e Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_relu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-1400.webp new file mode 100644 index 00000000..b838f04a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-480.webp new file mode 100644 index 00000000..1f576ebe Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-800.webp new file mode 100644 index 00000000..b838f04a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_sigmoid-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-1400.webp new file mode 100644 index 00000000..edabe807 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-480.webp new file mode 100644 index 00000000..51b0bdcf Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-800.webp new file mode 100644 index 00000000..edabe807 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_silu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-1400.webp new file mode 100644 index 00000000..b35d067b Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-480.webp new file mode 100644 index 00000000..ab36f056 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-800.webp new file mode 100644 index 00000000..b35d067b Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_solu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-1400.webp new file mode 100644 index 00000000..808c5a62 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-480.webp new file mode 100644 index 00000000..d71ffc80 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-800.webp new file mode 100644 index 00000000..808c5a62 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/Sparsity_super_tanh-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-1400.webp new file mode 100644 index 00000000..bac8e826 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-480.webp new file mode 100644 index 00000000..2dee938a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-800.webp new file mode 100644 index 00000000..bac8e826 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/feature_visual-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-1400.webp new file mode 100644 index 00000000..ee5e9b18 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-480.webp new file mode 100644 index 00000000..56933ddd Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-800.webp new file mode 100644 index 00000000..ee5e9b18 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/features_hidden-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-1400.webp new file mode 100644 index 00000000..d86e8005 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-480.webp new file mode 100644 index 00000000..93b95959 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-800.webp new file mode 100644 index 00000000..d86e8005 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/grid_plot-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-1400.webp new file mode 100644 index 00000000..756b30ba Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-480.webp new file mode 100644 index 00000000..342a928e Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-800.webp new file mode 100644 index 00000000..756b30ba Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_50-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-1400.webp new file mode 100644 index 00000000..3789b598 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-480.webp new file mode 100644 index 00000000..c199310f Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-800.webp new file mode 100644 index 00000000..3789b598 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batch_99-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-1400.webp new file mode 100644 index 00000000..f58efbdd Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-480.webp new file mode 100644 index 00000000..2cc418a2 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-800.webp new file mode 100644 index 00000000..f58efbdd Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/input_batches-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-1400.webp new file mode 100644 index 00000000..16501667 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-480.webp new file mode 100644 index 00000000..04b9daf6 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-800.webp new file mode 100644 index 00000000..16501667 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/legend-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-1400.webp new file mode 100644 index 00000000..f7771af2 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-480.webp new file mode 100644 index 00000000..07ba7420 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-800.webp new file mode 100644 index 00000000..f7771af2 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_gelu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-1400.webp new file mode 100644 index 00000000..3a531191 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-480.webp new file mode 100644 index 00000000..3de0c327 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-800.webp new file mode 100644 index 00000000..3a531191 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_relu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-1400.webp new file mode 100644 index 00000000..854b77c2 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-480.webp new file mode 100644 index 00000000..15efe977 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-800.webp new file mode 100644 index 00000000..854b77c2 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_sigmoid-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-1400.webp new file mode 100644 index 00000000..6e51a34a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-480.webp new file mode 100644 index 00000000..15ce5dfc Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-800.webp new file mode 100644 index 00000000..6e51a34a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_silu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-1400.webp new file mode 100644 index 00000000..af423b58 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-480.webp new file mode 100644 index 00000000..3fad700a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-800.webp new file mode 100644 index 00000000..af423b58 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_solu-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-1400.webp new file mode 100644 index 00000000..5702681a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-480.webp new file mode 100644 index 00000000..2e6afd7e Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-800.webp new file mode 100644 index 00000000..5702681a Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phase_51_tanh-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-1400.webp new file mode 100644 index 00000000..3945d389 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-480.webp new file mode 100644 index 00000000..9cd106ef Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-800.webp new file mode 100644 index 00000000..3945d389 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/phaseplots-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-1400.webp new file mode 100644 index 00000000..87ccd75e Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-480.webp new file mode 100644 index 00000000..344b434e Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-800.webp new file mode 100644 index 00000000..87ccd75e Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-1400.webp new file mode 100644 index 00000000..365ec451 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-480.webp new file mode 100644 index 00000000..0dd7b62d Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-800.webp new file mode 100644 index 00000000..365ec451 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_equation-800.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-1400.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-1400.webp new file mode 100644 index 00000000..5f54f70c Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-1400.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-480.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-480.webp new file mode 100644 index 00000000..dbd83156 Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-480.webp differ diff --git a/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-800.webp b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-800.webp new file mode 100644 index 00000000..5f54f70c Binary files /dev/null and b/assets/img/2023-11-09-interpretability-of-toy-tasks/random_matrix_latex-800.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-1400.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-1400.webp new file mode 100644 index 00000000..16a2af78 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-1400.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-480.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-480.webp new file mode 100644 index 00000000..edbd69a9 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-480.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-800.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-800.webp new file mode 100644 index 00000000..16a2af78 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/SAE-800.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-1400.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-1400.webp new file mode 100644 index 00000000..22b3b794 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-1400.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-480.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-480.webp new file mode 100644 index 00000000..4d8372d3 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-480.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-800.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-800.webp new file mode 100644 index 00000000..22b3b794 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/autoencoder-800.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-1400.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-1400.webp new file mode 100644 index 00000000..1c0c57fe Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-1400.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-480.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-480.webp new file mode 100644 index 00000000..8011e6a6 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-480.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-800.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-800.webp new file mode 100644 index 00000000..1c0c57fe Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_diagram-800.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-1400.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-1400.webp new file mode 100644 index 00000000..76daddc6 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-1400.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-480.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-480.webp new file mode 100644 index 00000000..d649497e Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-480.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-800.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-800.webp new file mode 100644 index 00000000..76daddc6 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/feature_weights-800.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-1400.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-1400.webp new file mode 100644 index 00000000..991761a1 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-1400.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-480.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-480.webp new file mode 100644 index 00000000..44f2cc1e Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-480.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-800.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-800.webp new file mode 100644 index 00000000..991761a1 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/layer_weights-800.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-1400.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-1400.webp new file mode 100644 index 00000000..15c67c39 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-1400.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-480.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-480.webp new file mode 100644 index 00000000..a7d5569f Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-480.webp differ diff --git a/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-800.webp b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-800.webp new file mode 100644 index 00000000..15c67c39 Binary files /dev/null and b/assets/img/2023-11-09-learning-interpretable-features-with-sparse-autoencoders/superposition-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-1400.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-1400.webp new file mode 100644 index 00000000..5aa802bd Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-480.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-480.webp new file mode 100644 index 00000000..91762046 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-800.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-800.webp new file mode 100644 index 00000000..5aa802bd Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.05 PM-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-1400.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-1400.webp new file mode 100644 index 00000000..cefa1ac4 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-480.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-480.webp new file mode 100644 index 00000000..328731f1 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-800.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-800.webp new file mode 100644 index 00000000..cefa1ac4 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.18 PM-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-1400.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-1400.webp new file mode 100644 index 00000000..b3f8e2d2 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-480.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-480.webp new file mode 100644 index 00000000..8f87c010 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-800.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-800.webp new file mode 100644 index 00000000..b3f8e2d2 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.38 PM-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-1400.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-1400.webp new file mode 100644 index 00000000..9b4c38f1 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-480.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-480.webp new file mode 100644 index 00000000..4a8983dd Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-800.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-800.webp new file mode 100644 index 00000000..9b4c38f1 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.45 PM-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-1400.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-1400.webp new file mode 100644 index 00000000..ef44a669 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-480.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-480.webp new file mode 100644 index 00000000..d0b9cac9 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-800.webp b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-800.webp new file mode 100644 index 00000000..ef44a669 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/Screenshot 2023-12-12 at 7.33.59 PM-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-1400.webp b/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-1400.webp new file mode 100644 index 00000000..789802b6 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-480.webp b/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-480.webp new file mode 100644 index 00000000..110e5aab Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-800.webp b/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-800.webp new file mode 100644 index 00000000..789802b6 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/adj_mat_top_10_similarity-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-1400.webp b/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-1400.webp new file mode 100644 index 00000000..e1737736 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-480.webp b/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-480.webp new file mode 100644 index 00000000..2cf248f4 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-800.webp b/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-800.webp new file mode 100644 index 00000000..e1737736 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/autoencoder_adj_mat_pics-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/heatmap-1400.webp b/assets/img/2023-11-09-molecule_generation/heatmap-1400.webp new file mode 100644 index 00000000..6f94e836 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/heatmap-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/heatmap-480.webp b/assets/img/2023-11-09-molecule_generation/heatmap-480.webp new file mode 100644 index 00000000..09d7c9a0 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/heatmap-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/heatmap-800.webp b/assets/img/2023-11-09-molecule_generation/heatmap-800.webp new file mode 100644 index 00000000..6f94e836 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/heatmap-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-1400.webp b/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-1400.webp new file mode 100644 index 00000000..c84741ea Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-480.webp b/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-480.webp new file mode 100644 index 00000000..f49cff62 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-800.webp b/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-800.webp new file mode 100644 index 00000000..c84741ea Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/heatmatp_rdk_with_title-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_1-1400.webp b/assets/img/2023-11-09-molecule_generation/shorna_1-1400.webp new file mode 100644 index 00000000..ad05737a Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_1-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_1-480.webp b/assets/img/2023-11-09-molecule_generation/shorna_1-480.webp new file mode 100644 index 00000000..ad4c983a Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_1-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_1-800.webp b/assets/img/2023-11-09-molecule_generation/shorna_1-800.webp new file mode 100644 index 00000000..ad05737a Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_1-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_2-1400.webp b/assets/img/2023-11-09-molecule_generation/shorna_2-1400.webp new file mode 100644 index 00000000..afa67a09 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_2-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_2-480.webp b/assets/img/2023-11-09-molecule_generation/shorna_2-480.webp new file mode 100644 index 00000000..ec1259d1 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_2-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_2-800.webp b/assets/img/2023-11-09-molecule_generation/shorna_2-800.webp new file mode 100644 index 00000000..afa67a09 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_2-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_3-1400.webp b/assets/img/2023-11-09-molecule_generation/shorna_3-1400.webp new file mode 100644 index 00000000..614a3900 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_3-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_3-480.webp b/assets/img/2023-11-09-molecule_generation/shorna_3-480.webp new file mode 100644 index 00000000..4292cd9d Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_3-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_3-800.webp b/assets/img/2023-11-09-molecule_generation/shorna_3-800.webp new file mode 100644 index 00000000..614a3900 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_3-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_4-1400.webp b/assets/img/2023-11-09-molecule_generation/shorna_4-1400.webp new file mode 100644 index 00000000..420f110b Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_4-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_4-480.webp b/assets/img/2023-11-09-molecule_generation/shorna_4-480.webp new file mode 100644 index 00000000..8c572191 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_4-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_4-800.webp b/assets/img/2023-11-09-molecule_generation/shorna_4-800.webp new file mode 100644 index 00000000..420f110b Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_4-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_5-1400.webp b/assets/img/2023-11-09-molecule_generation/shorna_5-1400.webp new file mode 100644 index 00000000..949e4595 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_5-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_5-480.webp b/assets/img/2023-11-09-molecule_generation/shorna_5-480.webp new file mode 100644 index 00000000..c5397940 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_5-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/shorna_5-800.webp b/assets/img/2023-11-09-molecule_generation/shorna_5-800.webp new file mode 100644 index 00000000..949e4595 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/shorna_5-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-1400.webp b/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-1400.webp new file mode 100644 index 00000000..96857750 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-480.webp b/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-480.webp new file mode 100644 index 00000000..c7e6d96d Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-800.webp b/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-800.webp new file mode 100644 index 00000000..96857750 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/top_10_similarity_chart-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-1400.webp b/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-1400.webp new file mode 100644 index 00000000..ba30f720 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-480.webp b/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-480.webp new file mode 100644 index 00000000..cc14f441 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-800.webp b/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-800.webp new file mode 100644 index 00000000..ba30f720 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/training_loss_adj_mat_case-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-1400.webp b/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-1400.webp new file mode 100644 index 00000000..5a2642a1 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-480.webp b/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-480.webp new file mode 100644 index 00000000..7169f8b0 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-800.webp b/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-800.webp new file mode 100644 index 00000000..5a2642a1 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/training_loss_fngpts-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-1400.webp b/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-1400.webp new file mode 100644 index 00000000..7555fa13 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-480.webp b/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-480.webp new file mode 100644 index 00000000..065bd855 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-800.webp b/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-800.webp new file mode 100644 index 00000000..7555fa13 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/validation_molecule_1_ex-800.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-1400.webp b/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-1400.webp new file mode 100644 index 00000000..a2e329f4 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-1400.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-480.webp b/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-480.webp new file mode 100644 index 00000000..31dd1389 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-480.webp differ diff --git a/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-800.webp b/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-800.webp new file mode 100644 index 00000000..a2e329f4 Binary files /dev/null and b/assets/img/2023-11-09-molecule_generation/validation_molecule_2_example-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-1400.webp new file mode 100644 index 00000000..51991414 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-480.webp new file mode 100644 index 00000000..d55506d4 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-800.webp new file mode 100644 index 00000000..51991414 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/base-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-1400.webp new file mode 100644 index 00000000..94f0eed3 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-480.webp new file mode 100644 index 00000000..0ceef2be Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-800.webp new file mode 100644 index 00000000..94f0eed3 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/bert-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-1400.webp new file mode 100644 index 00000000..66eaa344 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-480.webp new file mode 100644 index 00000000..e2a65540 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-800.webp new file mode 100644 index 00000000..66eaa344 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/english-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-1400.webp new file mode 100644 index 00000000..5375d6ff Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-480.webp new file mode 100644 index 00000000..62b5c88e Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-800.webp new file mode 100644 index 00000000..5375d6ff Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/langs-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-1400.webp new file mode 100644 index 00000000..c67a7da0 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-480.webp new file mode 100644 index 00000000..20dfd856 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-800.webp new file mode 100644 index 00000000..c67a7da0 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mlm-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-1400.webp new file mode 100644 index 00000000..1d7d9282 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-480.webp new file mode 100644 index 00000000..faf5932c Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-800.webp new file mode 100644 index 00000000..1d7d9282 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/mteb-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-1400.webp new file mode 100644 index 00000000..824675ae Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-480.webp new file mode 100644 index 00000000..4ba37f22 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-800.webp new file mode 100644 index 00000000..824675ae Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/multi-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-1400.webp new file mode 100644 index 00000000..4d9c2ca6 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-480.webp new file mode 100644 index 00000000..0dfdd9eb Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-800.webp new file mode 100644 index 00000000..4d9c2ca6 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/nsp-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-1400.webp new file mode 100644 index 00000000..c6379cec Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-480.webp new file mode 100644 index 00000000..714b2617 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-800.webp new file mode 100644 index 00000000..c6379cec Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/openai_embed-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-1400.webp new file mode 100644 index 00000000..5789841b Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-480.webp new file mode 100644 index 00000000..a81c791f Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-800.webp new file mode 100644 index 00000000..5789841b Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/sbert-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-1400.webp new file mode 100644 index 00000000..5a5e44db Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-480.webp new file mode 100644 index 00000000..65bf4860 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-800.webp new file mode 100644 index 00000000..5a5e44db Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scale-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-1400.webp new file mode 100644 index 00000000..eeacc10f Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-480.webp new file mode 100644 index 00000000..7abbf5aa Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-800.webp new file mode 100644 index 00000000..eeacc10f Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/scaling-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-1400.webp new file mode 100644 index 00000000..6607a0ed Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-480.webp new file mode 100644 index 00000000..1920966f Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-800.webp new file mode 100644 index 00000000..6607a0ed Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_base-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-1400.webp new file mode 100644 index 00000000..456b4006 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-480.webp new file mode 100644 index 00000000..525bdb6f Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-800.webp new file mode 100644 index 00000000..456b4006 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/vs_multi-800.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-1400.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-1400.webp new file mode 100644 index 00000000..bfe91864 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-1400.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-480.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-480.webp new file mode 100644 index 00000000..9e954cb7 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-480.webp differ diff --git a/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-800.webp b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-800.webp new file mode 100644 index 00000000..bfe91864 Binary files /dev/null and b/assets/img/2023-11-09-multilingual-representations-in-embeddings-models/words-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/accuracy-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/accuracy-1400.webp new file mode 100644 index 00000000..94757d55 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/accuracy-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/accuracy-480.webp b/assets/img/2023-11-09-multimodal-commonsense/accuracy-480.webp new file mode 100644 index 00000000..efbee7b9 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/accuracy-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/accuracy-800.webp b/assets/img/2023-11-09-multimodal-commonsense/accuracy-800.webp new file mode 100644 index 00000000..94757d55 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/accuracy-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/hellaswag-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/hellaswag-1400.webp new file mode 100644 index 00000000..f1025e53 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/hellaswag-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/hellaswag-480.webp b/assets/img/2023-11-09-multimodal-commonsense/hellaswag-480.webp new file mode 100644 index 00000000..4fcf5268 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/hellaswag-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/hellaswag-800.webp b/assets/img/2023-11-09-multimodal-commonsense/hellaswag-800.webp new file mode 100644 index 00000000..f1025e53 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/hellaswag-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-1400.webp new file mode 100644 index 00000000..909ec6b0 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-480.webp b/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-480.webp new file mode 100644 index 00000000..a2509c8f Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-800.webp b/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-800.webp new file mode 100644 index 00000000..909ec6b0 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/hellaswag_summary-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end0-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end0-1400.webp new file mode 100644 index 00000000..4011b3cb Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end0-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end0-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end0-480.webp new file mode 100644 index 00000000..091dde0a Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end0-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end0-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end0-800.webp new file mode 100644 index 00000000..4011b3cb Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end0-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end1-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end1-1400.webp new file mode 100644 index 00000000..11022afc Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end1-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end1-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end1-480.webp new file mode 100644 index 00000000..a45ec680 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end1-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end1-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end1-800.webp new file mode 100644 index 00000000..11022afc Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end1-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end2-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end2-1400.webp new file mode 100644 index 00000000..dc08b008 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end2-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end2-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end2-480.webp new file mode 100644 index 00000000..813c3533 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end2-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end2-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end2-800.webp new file mode 100644 index 00000000..dc08b008 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end2-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end3-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end3-1400.webp new file mode 100644 index 00000000..d89aaedc Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end3-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end3-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end3-480.webp new file mode 100644 index 00000000..986f8326 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end3-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_end3-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_end3-800.webp new file mode 100644 index 00000000..d89aaedc Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_end3-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-1400.webp new file mode 100644 index 00000000..975bd8a0 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-480.webp new file mode 100644 index 00000000..714de9bf Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-800.webp new file mode 100644 index 00000000..975bd8a0 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint0-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-1400.webp new file mode 100644 index 00000000..e4997392 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-480.webp new file mode 100644 index 00000000..5886db9b Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-800.webp new file mode 100644 index 00000000..e4997392 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint1-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-1400.webp new file mode 100644 index 00000000..2d8b1cdf Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-480.webp new file mode 100644 index 00000000..28f02b9c Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-800.webp new file mode 100644 index 00000000..2d8b1cdf Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint2-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-1400.webp new file mode 100644 index 00000000..3db9b426 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-480.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-480.webp new file mode 100644 index 00000000..146bf9e8 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-800.webp b/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-800.webp new file mode 100644 index 00000000..3db9b426 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/linda_paint3-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/piqa-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/piqa-1400.webp new file mode 100644 index 00000000..54f990b8 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/piqa-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/piqa-480.webp b/assets/img/2023-11-09-multimodal-commonsense/piqa-480.webp new file mode 100644 index 00000000..ae7eda2c Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/piqa-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/piqa-800.webp b/assets/img/2023-11-09-multimodal-commonsense/piqa-800.webp new file mode 100644 index 00000000..54f990b8 Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/piqa-800.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/socialiqa-1400.webp b/assets/img/2023-11-09-multimodal-commonsense/socialiqa-1400.webp new file mode 100644 index 00000000..ce74cc9c Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/socialiqa-1400.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/socialiqa-480.webp b/assets/img/2023-11-09-multimodal-commonsense/socialiqa-480.webp new file mode 100644 index 00000000..fbc4276a Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/socialiqa-480.webp differ diff --git a/assets/img/2023-11-09-multimodal-commonsense/socialiqa-800.webp b/assets/img/2023-11-09-multimodal-commonsense/socialiqa-800.webp new file mode 100644 index 00000000..ce74cc9c Binary files /dev/null and b/assets/img/2023-11-09-multimodal-commonsense/socialiqa-800.webp differ diff --git a/assets/img/2023-11-09-project-proposal/Fig1-1400.webp b/assets/img/2023-11-09-project-proposal/Fig1-1400.webp new file mode 100644 index 00000000..efee931d Binary files /dev/null and b/assets/img/2023-11-09-project-proposal/Fig1-1400.webp differ diff --git a/assets/img/2023-11-09-project-proposal/Fig1-480.webp b/assets/img/2023-11-09-project-proposal/Fig1-480.webp new file mode 100644 index 00000000..7d0f5cd3 Binary files /dev/null and b/assets/img/2023-11-09-project-proposal/Fig1-480.webp differ diff --git a/assets/img/2023-11-09-project-proposal/Fig1-800.webp b/assets/img/2023-11-09-project-proposal/Fig1-800.webp new file mode 100644 index 00000000..efee931d Binary files /dev/null and b/assets/img/2023-11-09-project-proposal/Fig1-800.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig1-1400.webp b/assets/img/2023-11-09-proposal-2/fig1-1400.webp new file mode 100644 index 00000000..e26d0ddd Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig1-1400.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig1-480.webp b/assets/img/2023-11-09-proposal-2/fig1-480.webp new file mode 100644 index 00000000..a9a2e7a5 Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig1-480.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig1-800.webp b/assets/img/2023-11-09-proposal-2/fig1-800.webp new file mode 100644 index 00000000..e26d0ddd Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig1-800.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig2-1400.webp b/assets/img/2023-11-09-proposal-2/fig2-1400.webp new file mode 100644 index 00000000..bc7d6f9a Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig2-1400.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig2-480.webp b/assets/img/2023-11-09-proposal-2/fig2-480.webp new file mode 100644 index 00000000..8b773d36 Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig2-480.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig2-800.webp b/assets/img/2023-11-09-proposal-2/fig2-800.webp new file mode 100644 index 00000000..bc7d6f9a Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig2-800.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig3-1400.webp b/assets/img/2023-11-09-proposal-2/fig3-1400.webp new file mode 100644 index 00000000..c2618561 Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig3-1400.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig3-480.webp b/assets/img/2023-11-09-proposal-2/fig3-480.webp new file mode 100644 index 00000000..f01d6f94 Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig3-480.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig3-800.webp b/assets/img/2023-11-09-proposal-2/fig3-800.webp new file mode 100644 index 00000000..c2618561 Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig3-800.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig4-1400.webp b/assets/img/2023-11-09-proposal-2/fig4-1400.webp new file mode 100644 index 00000000..09804741 Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig4-1400.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig4-480.webp b/assets/img/2023-11-09-proposal-2/fig4-480.webp new file mode 100644 index 00000000..fc812cce Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig4-480.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig4-800.webp b/assets/img/2023-11-09-proposal-2/fig4-800.webp new file mode 100644 index 00000000..09804741 Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig4-800.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig5-1400.webp b/assets/img/2023-11-09-proposal-2/fig5-1400.webp new file mode 100644 index 00000000..b6c2bb5e Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig5-1400.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig5-480.webp b/assets/img/2023-11-09-proposal-2/fig5-480.webp new file mode 100644 index 00000000..f34a6fec Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig5-480.webp differ diff --git a/assets/img/2023-11-09-proposal-2/fig5-800.webp b/assets/img/2023-11-09-proposal-2/fig5-800.webp new file mode 100644 index 00000000..b6c2bb5e Binary files /dev/null and b/assets/img/2023-11-09-proposal-2/fig5-800.webp differ diff --git a/assets/img/2023-11-09-proposal/error_vs_size-1400.webp b/assets/img/2023-11-09-proposal/error_vs_size-1400.webp new file mode 100644 index 00000000..994ca85b Binary files /dev/null and b/assets/img/2023-11-09-proposal/error_vs_size-1400.webp differ diff --git a/assets/img/2023-11-09-proposal/error_vs_size-480.webp b/assets/img/2023-11-09-proposal/error_vs_size-480.webp new file mode 100644 index 00000000..fbb21a8c Binary files /dev/null and b/assets/img/2023-11-09-proposal/error_vs_size-480.webp differ diff --git a/assets/img/2023-11-09-proposal/error_vs_size-800.webp b/assets/img/2023-11-09-proposal/error_vs_size-800.webp new file mode 100644 index 00000000..994ca85b Binary files /dev/null and b/assets/img/2023-11-09-proposal/error_vs_size-800.webp differ diff --git a/assets/img/2023-11-09-proposal/gnn_architecture1-1400.webp b/assets/img/2023-11-09-proposal/gnn_architecture1-1400.webp new file mode 100644 index 00000000..5cfa835f Binary files /dev/null and b/assets/img/2023-11-09-proposal/gnn_architecture1-1400.webp differ diff --git a/assets/img/2023-11-09-proposal/gnn_architecture1-480.webp b/assets/img/2023-11-09-proposal/gnn_architecture1-480.webp new file mode 100644 index 00000000..a7b9fcb5 Binary files /dev/null and b/assets/img/2023-11-09-proposal/gnn_architecture1-480.webp differ diff --git a/assets/img/2023-11-09-proposal/gnn_architecture1-800.webp b/assets/img/2023-11-09-proposal/gnn_architecture1-800.webp new file mode 100644 index 00000000..5cfa835f Binary files /dev/null and b/assets/img/2023-11-09-proposal/gnn_architecture1-800.webp differ diff --git a/assets/img/2023-11-09-proposal/graph_transformer_architecture2-1400.webp b/assets/img/2023-11-09-proposal/graph_transformer_architecture2-1400.webp new file mode 100644 index 00000000..1d424920 Binary files /dev/null and b/assets/img/2023-11-09-proposal/graph_transformer_architecture2-1400.webp differ diff --git a/assets/img/2023-11-09-proposal/graph_transformer_architecture2-480.webp b/assets/img/2023-11-09-proposal/graph_transformer_architecture2-480.webp new file mode 100644 index 00000000..e7822b68 Binary files /dev/null and b/assets/img/2023-11-09-proposal/graph_transformer_architecture2-480.webp differ diff --git a/assets/img/2023-11-09-proposal/graph_transformer_architecture2-800.webp b/assets/img/2023-11-09-proposal/graph_transformer_architecture2-800.webp new file mode 100644 index 00000000..1d424920 Binary files /dev/null and b/assets/img/2023-11-09-proposal/graph_transformer_architecture2-800.webp differ diff --git a/assets/img/2023-11-09-proposal/message_passing_eqn-1400.webp b/assets/img/2023-11-09-proposal/message_passing_eqn-1400.webp new file mode 100644 index 00000000..55de72c0 Binary files /dev/null and b/assets/img/2023-11-09-proposal/message_passing_eqn-1400.webp differ diff --git a/assets/img/2023-11-09-proposal/message_passing_eqn-480.webp b/assets/img/2023-11-09-proposal/message_passing_eqn-480.webp new file mode 100644 index 00000000..18ee21b2 Binary files /dev/null and b/assets/img/2023-11-09-proposal/message_passing_eqn-480.webp differ diff --git a/assets/img/2023-11-09-proposal/message_passing_eqn-800.webp b/assets/img/2023-11-09-proposal/message_passing_eqn-800.webp new file mode 100644 index 00000000..55de72c0 Binary files /dev/null and b/assets/img/2023-11-09-proposal/message_passing_eqn-800.webp differ diff --git a/assets/img/2023-11-09-proposal/problem_definition-1400.webp b/assets/img/2023-11-09-proposal/problem_definition-1400.webp new file mode 100644 index 00000000..106d40d2 Binary files /dev/null and b/assets/img/2023-11-09-proposal/problem_definition-1400.webp differ diff --git a/assets/img/2023-11-09-proposal/problem_definition-480.webp b/assets/img/2023-11-09-proposal/problem_definition-480.webp new file mode 100644 index 00000000..c871aaa1 Binary files /dev/null and b/assets/img/2023-11-09-proposal/problem_definition-480.webp differ diff --git a/assets/img/2023-11-09-proposal/problem_definition-800.webp b/assets/img/2023-11-09-proposal/problem_definition-800.webp new file mode 100644 index 00000000..106d40d2 Binary files /dev/null and b/assets/img/2023-11-09-proposal/problem_definition-800.webp differ diff --git a/assets/img/2023-11-09-proposal/protein-ligand-structure-1400.webp b/assets/img/2023-11-09-proposal/protein-ligand-structure-1400.webp new file mode 100644 index 00000000..01d80c6c Binary files /dev/null and b/assets/img/2023-11-09-proposal/protein-ligand-structure-1400.webp differ diff --git a/assets/img/2023-11-09-proposal/protein-ligand-structure-480.webp b/assets/img/2023-11-09-proposal/protein-ligand-structure-480.webp new file mode 100644 index 00000000..9b4534c4 Binary files /dev/null and b/assets/img/2023-11-09-proposal/protein-ligand-structure-480.webp differ diff --git a/assets/img/2023-11-09-proposal/protein-ligand-structure-800.webp b/assets/img/2023-11-09-proposal/protein-ligand-structure-800.webp new file mode 100644 index 00000000..01d80c6c Binary files /dev/null and b/assets/img/2023-11-09-proposal/protein-ligand-structure-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/entanglement-1400.webp b/assets/img/2023-11-09-quantum-gnn/entanglement-1400.webp new file mode 100644 index 00000000..b58f48fb Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/entanglement-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/entanglement-480.webp b/assets/img/2023-11-09-quantum-gnn/entanglement-480.webp new file mode 100644 index 00000000..d3ee4a72 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/entanglement-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/entanglement-800.webp b/assets/img/2023-11-09-quantum-gnn/entanglement-800.webp new file mode 100644 index 00000000..b58f48fb Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/entanglement-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/gnn-1400.webp b/assets/img/2023-11-09-quantum-gnn/gnn-1400.webp new file mode 100644 index 00000000..0bb2c272 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/gnn-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/gnn-480.webp b/assets/img/2023-11-09-quantum-gnn/gnn-480.webp new file mode 100644 index 00000000..2839c631 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/gnn-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/gnn-800.webp b/assets/img/2023-11-09-quantum-gnn/gnn-800.webp new file mode 100644 index 00000000..0bb2c272 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/gnn-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/heads-1400.webp b/assets/img/2023-11-09-quantum-gnn/heads-1400.webp new file mode 100644 index 00000000..1cedd93a Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/heads-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/heads-480.webp b/assets/img/2023-11-09-quantum-gnn/heads-480.webp new file mode 100644 index 00000000..b047584e Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/heads-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/heads-800.webp b/assets/img/2023-11-09-quantum-gnn/heads-800.webp new file mode 100644 index 00000000..1cedd93a Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/heads-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/hidden_dim-1400.webp b/assets/img/2023-11-09-quantum-gnn/hidden_dim-1400.webp new file mode 100644 index 00000000..ae5abc1f Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/hidden_dim-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/hidden_dim-480.webp b/assets/img/2023-11-09-quantum-gnn/hidden_dim-480.webp new file mode 100644 index 00000000..6a274d26 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/hidden_dim-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/hidden_dim-800.webp b/assets/img/2023-11-09-quantum-gnn/hidden_dim-800.webp new file mode 100644 index 00000000..ae5abc1f Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/hidden_dim-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/n_layers-1400.webp b/assets/img/2023-11-09-quantum-gnn/n_layers-1400.webp new file mode 100644 index 00000000..fb2f5669 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/n_layers-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/n_layers-480.webp b/assets/img/2023-11-09-quantum-gnn/n_layers-480.webp new file mode 100644 index 00000000..039046e9 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/n_layers-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/n_layers-800.webp b/assets/img/2023-11-09-quantum-gnn/n_layers-800.webp new file mode 100644 index 00000000..fb2f5669 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/n_layers-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/one_gate_trans-1400.webp b/assets/img/2023-11-09-quantum-gnn/one_gate_trans-1400.webp new file mode 100644 index 00000000..d5c75aa1 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/one_gate_trans-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/one_gate_trans-480.webp b/assets/img/2023-11-09-quantum-gnn/one_gate_trans-480.webp new file mode 100644 index 00000000..e909d71d Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/one_gate_trans-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/one_gate_trans-800.webp b/assets/img/2023-11-09-quantum-gnn/one_gate_trans-800.webp new file mode 100644 index 00000000..d5c75aa1 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/one_gate_trans-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/pos_encoding-1400.webp b/assets/img/2023-11-09-quantum-gnn/pos_encoding-1400.webp new file mode 100644 index 00000000..67d12ae6 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/pos_encoding-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/pos_encoding-480.webp b/assets/img/2023-11-09-quantum-gnn/pos_encoding-480.webp new file mode 100644 index 00000000..602d33d5 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/pos_encoding-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/pos_encoding-800.webp b/assets/img/2023-11-09-quantum-gnn/pos_encoding-800.webp new file mode 100644 index 00000000..67d12ae6 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/pos_encoding-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_after-1400.webp b/assets/img/2023-11-09-quantum-gnn/random_after-1400.webp new file mode 100644 index 00000000..a5262007 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_after-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_after-480.webp b/assets/img/2023-11-09-quantum-gnn/random_after-480.webp new file mode 100644 index 00000000..a2671ef6 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_after-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_after-800.webp b/assets/img/2023-11-09-quantum-gnn/random_after-800.webp new file mode 100644 index 00000000..a5262007 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_after-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_before-1400.webp b/assets/img/2023-11-09-quantum-gnn/random_before-1400.webp new file mode 100644 index 00000000..27cec82e Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_before-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_before-480.webp b/assets/img/2023-11-09-quantum-gnn/random_before-480.webp new file mode 100644 index 00000000..29daa774 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_before-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_before-800.webp b/assets/img/2023-11-09-quantum-gnn/random_before-800.webp new file mode 100644 index 00000000..27cec82e Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_before-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_optimization-1400.webp b/assets/img/2023-11-09-quantum-gnn/random_optimization-1400.webp new file mode 100644 index 00000000..d80fafa1 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_optimization-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_optimization-480.webp b/assets/img/2023-11-09-quantum-gnn/random_optimization-480.webp new file mode 100644 index 00000000..68142166 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_optimization-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_optimization-800.webp b/assets/img/2023-11-09-quantum-gnn/random_optimization-800.webp new file mode 100644 index 00000000..d80fafa1 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_optimization-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_plot-1400.webp b/assets/img/2023-11-09-quantum-gnn/random_plot-1400.webp new file mode 100644 index 00000000..32656728 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_plot-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_plot-480.webp b/assets/img/2023-11-09-quantum-gnn/random_plot-480.webp new file mode 100644 index 00000000..7ae54e15 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_plot-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/random_plot-800.webp b/assets/img/2023-11-09-quantum-gnn/random_plot-800.webp new file mode 100644 index 00000000..32656728 Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/random_plot-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/three_gate_trans-1400.webp b/assets/img/2023-11-09-quantum-gnn/three_gate_trans-1400.webp new file mode 100644 index 00000000..757dd57c Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/three_gate_trans-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/three_gate_trans-480.webp b/assets/img/2023-11-09-quantum-gnn/three_gate_trans-480.webp new file mode 100644 index 00000000..8f85a1fd Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/three_gate_trans-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/three_gate_trans-800.webp b/assets/img/2023-11-09-quantum-gnn/three_gate_trans-800.webp new file mode 100644 index 00000000..757dd57c Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/three_gate_trans-800.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/two_gate_trans-1400.webp b/assets/img/2023-11-09-quantum-gnn/two_gate_trans-1400.webp new file mode 100644 index 00000000..e073806f Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/two_gate_trans-1400.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/two_gate_trans-480.webp b/assets/img/2023-11-09-quantum-gnn/two_gate_trans-480.webp new file mode 100644 index 00000000..34d287ef Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/two_gate_trans-480.webp differ diff --git a/assets/img/2023-11-09-quantum-gnn/two_gate_trans-800.webp b/assets/img/2023-11-09-quantum-gnn/two_gate_trans-800.webp new file mode 100644 index 00000000..e073806f Binary files /dev/null and b/assets/img/2023-11-09-quantum-gnn/two_gate_trans-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/att-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/att-1400.webp new file mode 100644 index 00000000..12cca1f4 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/att-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/att-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/att-480.webp new file mode 100644 index 00000000..ac78831a Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/att-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/att-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/att-800.webp new file mode 100644 index 00000000..12cca1f4 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/att-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-1400.webp new file mode 100644 index 00000000..3568853e Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-480.webp new file mode 100644 index 00000000..9e1bab11 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-800.webp new file mode 100644 index 00000000..3568853e Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/averaged-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-1400.webp new file mode 100644 index 00000000..963f848f Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-480.webp new file mode 100644 index 00000000..234918d8 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-800.webp new file mode 100644 index 00000000..963f848f Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/correct-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-1400.webp new file mode 100644 index 00000000..0edfb5ca Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-480.webp new file mode 100644 index 00000000..9146a81d Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-800.webp new file mode 100644 index 00000000..0edfb5ca Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/head13-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-1400.webp new file mode 100644 index 00000000..a6666841 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-480.webp new file mode 100644 index 00000000..a1783ec3 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-800.webp new file mode 100644 index 00000000..a6666841 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/incorrect-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-1400.webp new file mode 100644 index 00000000..3173db3e Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-480.webp new file mode 100644 index 00000000..fd791ece Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-800.webp new file mode 100644 index 00000000..3173db3e Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/multiplier-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-1400.webp new file mode 100644 index 00000000..7ecd7b2b Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-480.webp new file mode 100644 index 00000000..a6f8df23 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-800.webp new file mode 100644 index 00000000..7ecd7b2b Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/rnn-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-1400.webp new file mode 100644 index 00000000..691be1e9 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-480.webp new file mode 100644 index 00000000..52f63b5c Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-800.webp new file mode 100644 index 00000000..691be1e9 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/sentence-800.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/title-1400.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/title-1400.webp new file mode 100644 index 00000000..14fadacb Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/title-1400.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/title-480.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/title-480.webp new file mode 100644 index 00000000..bb7f7e75 Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/title-480.webp differ diff --git a/assets/img/2023-11-09-structured-physics-loss-diffusion/title-800.webp b/assets/img/2023-11-09-structured-physics-loss-diffusion/title-800.webp new file mode 100644 index 00000000..14fadacb Binary files /dev/null and b/assets/img/2023-11-09-structured-physics-loss-diffusion/title-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-1400.webp new file mode 100644 index 00000000..3f211015 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-480.webp new file mode 100644 index 00000000..ba7fbe06 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-800.webp new file mode 100644 index 00000000..3f211015 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/CNN_architectures-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/MAML-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/MAML-1400.webp new file mode 100644 index 00000000..477c653b Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/MAML-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/MAML-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/MAML-480.webp new file mode 100644 index 00000000..04b5b357 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/MAML-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/MAML-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/MAML-800.webp new file mode 100644 index 00000000..477c653b Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/MAML-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-1400.webp new file mode 100644 index 00000000..15075ae6 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-480.webp new file mode 100644 index 00000000..08bd39d3 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-800.webp new file mode 100644 index 00000000..15075ae6 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/beneficial_accuracy-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/digits-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/digits-1400.webp new file mode 100644 index 00000000..e169a74c Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/digits-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/digits-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/digits-480.webp new file mode 100644 index 00000000..917e8f30 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/digits-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/digits-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/digits-800.webp new file mode 100644 index 00000000..e169a74c Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/digits-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-1400.webp new file mode 100644 index 00000000..08713c15 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-480.webp new file mode 100644 index 00000000..5eb1f3b3 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-800.webp new file mode 100644 index 00000000..08713c15 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/error_bounds-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-1400.webp new file mode 100644 index 00000000..49cb097c Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-480.webp new file mode 100644 index 00000000..7ae43be2 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-800.webp new file mode 100644 index 00000000..49cb097c Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/evaluation-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-1400.webp new file mode 100644 index 00000000..32291a2e Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-480.webp new file mode 100644 index 00000000..358d9d50 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-800.webp new file mode 100644 index 00000000..32291a2e Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/machine_unlearning-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-1400.webp new file mode 100644 index 00000000..0c8587b0 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-480.webp new file mode 100644 index 00000000..10f3b02e Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-800.webp new file mode 100644 index 00000000..0c8587b0 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/malicious_accuracy-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/performance-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/performance-1400.webp new file mode 100644 index 00000000..86b0f500 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/performance-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/performance-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/performance-480.webp new file mode 100644 index 00000000..2ac7e8e0 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/performance-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/performance-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/performance-800.webp new file mode 100644 index 00000000..86b0f500 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/performance-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-1400.webp new file mode 100644 index 00000000..2fe743b7 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-480.webp new file mode 100644 index 00000000..fdac344a Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-800.webp new file mode 100644 index 00000000..2fe743b7 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/pipeline-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-1400.webp new file mode 100644 index 00000000..9a3b3c73 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-480.webp new file mode 100644 index 00000000..03f200eb Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-800.webp new file mode 100644 index 00000000..9a3b3c73 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/reverse_MAML-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/setting-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/setting-1400.webp new file mode 100644 index 00000000..c52604a8 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/setting-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/setting-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/setting-480.webp new file mode 100644 index 00000000..ede5625a Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/setting-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/setting-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/setting-800.webp new file mode 100644 index 00000000..c52604a8 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/setting-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/student-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/student-1400.webp new file mode 100644 index 00000000..61b2c1c5 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/student-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/student-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/student-480.webp new file mode 100644 index 00000000..5b70b943 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/student-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/student-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/student-800.webp new file mode 100644 index 00000000..61b2c1c5 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/student-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/student_table-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/student_table-1400.webp new file mode 100644 index 00000000..59de2a39 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/student_table-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/student_table-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/student_table-480.webp new file mode 100644 index 00000000..cb782851 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/student_table-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/student_table-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/student_table-800.webp new file mode 100644 index 00000000..59de2a39 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/student_table-800.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-1400.webp b/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-1400.webp new file mode 100644 index 00000000..02da7b41 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-1400.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-480.webp b/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-480.webp new file mode 100644 index 00000000..19cac1e8 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-480.webp differ diff --git a/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-800.webp b/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-800.webp new file mode 100644 index 00000000..02da7b41 Binary files /dev/null and b/assets/img/2023-11-09-transfer-resistant-model-training/teacher_student_architecture-800.webp differ diff --git a/assets/img/2023-11-09-transformer-time/1-1400.webp b/assets/img/2023-11-09-transformer-time/1-1400.webp new file mode 100644 index 00000000..4ee82bd3 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/1-1400.webp differ diff --git a/assets/img/2023-11-09-transformer-time/1-480.webp b/assets/img/2023-11-09-transformer-time/1-480.webp new file mode 100644 index 00000000..2e821cf0 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/1-480.webp differ diff --git a/assets/img/2023-11-09-transformer-time/1-800.webp b/assets/img/2023-11-09-transformer-time/1-800.webp new file mode 100644 index 00000000..4ee82bd3 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/1-800.webp differ diff --git a/assets/img/2023-11-09-transformer-time/GRIN-1400.webp b/assets/img/2023-11-09-transformer-time/GRIN-1400.webp new file mode 100644 index 00000000..6c58fd7f Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/GRIN-1400.webp differ diff --git a/assets/img/2023-11-09-transformer-time/GRIN-480.webp b/assets/img/2023-11-09-transformer-time/GRIN-480.webp new file mode 100644 index 00000000..0cf1b9f3 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/GRIN-480.webp differ diff --git a/assets/img/2023-11-09-transformer-time/GRIN-800.webp b/assets/img/2023-11-09-transformer-time/GRIN-800.webp new file mode 100644 index 00000000..6c58fd7f Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/GRIN-800.webp differ diff --git a/assets/img/2023-11-09-transformer-time/Informer-1400.webp b/assets/img/2023-11-09-transformer-time/Informer-1400.webp new file mode 100644 index 00000000..7f868c10 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/Informer-1400.webp differ diff --git a/assets/img/2023-11-09-transformer-time/Informer-480.webp b/assets/img/2023-11-09-transformer-time/Informer-480.webp new file mode 100644 index 00000000..15dfda53 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/Informer-480.webp differ diff --git a/assets/img/2023-11-09-transformer-time/Informer-800.webp b/assets/img/2023-11-09-transformer-time/Informer-800.webp new file mode 100644 index 00000000..7f868c10 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/Informer-800.webp differ diff --git a/assets/img/2023-11-09-transformer-time/PatchTST-1400.webp b/assets/img/2023-11-09-transformer-time/PatchTST-1400.webp new file mode 100644 index 00000000..75379231 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/PatchTST-1400.webp differ diff --git a/assets/img/2023-11-09-transformer-time/PatchTST-480.webp b/assets/img/2023-11-09-transformer-time/PatchTST-480.webp new file mode 100644 index 00000000..17b2ef3b Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/PatchTST-480.webp differ diff --git a/assets/img/2023-11-09-transformer-time/PatchTST-800.webp b/assets/img/2023-11-09-transformer-time/PatchTST-800.webp new file mode 100644 index 00000000..75379231 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/PatchTST-800.webp differ diff --git a/assets/img/2023-11-09-transformer-time/test1-1400.webp b/assets/img/2023-11-09-transformer-time/test1-1400.webp new file mode 100644 index 00000000..e0cba6f2 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/test1-1400.webp differ diff --git a/assets/img/2023-11-09-transformer-time/test1-480.webp b/assets/img/2023-11-09-transformer-time/test1-480.webp new file mode 100644 index 00000000..2e2d3d74 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/test1-480.webp differ diff --git a/assets/img/2023-11-09-transformer-time/test1-800.webp b/assets/img/2023-11-09-transformer-time/test1-800.webp new file mode 100644 index 00000000..e0cba6f2 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/test1-800.webp differ diff --git a/assets/img/2023-11-09-transformer-time/test2-1400.webp b/assets/img/2023-11-09-transformer-time/test2-1400.webp new file mode 100644 index 00000000..29002b8e Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/test2-1400.webp differ diff --git a/assets/img/2023-11-09-transformer-time/test2-480.webp b/assets/img/2023-11-09-transformer-time/test2-480.webp new file mode 100644 index 00000000..e92e4e32 Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/test2-480.webp differ diff --git a/assets/img/2023-11-09-transformer-time/test2-800.webp b/assets/img/2023-11-09-transformer-time/test2-800.webp new file mode 100644 index 00000000..29002b8e Binary files /dev/null and b/assets/img/2023-11-09-transformer-time/test2-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/combined-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/combined-1400.webp new file mode 100644 index 00000000..85096b04 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/combined-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/combined-480.webp b/assets/img/2023-11-09-transformers-as-gamers/combined-480.webp new file mode 100644 index 00000000..2fe9f136 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/combined-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/combined-800.webp b/assets/img/2023-11-09-transformers-as-gamers/combined-800.webp new file mode 100644 index 00000000..85096b04 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/combined-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/data-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/data-1400.webp new file mode 100644 index 00000000..8dd5e1c8 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/data-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/data-480.webp b/assets/img/2023-11-09-transformers-as-gamers/data-480.webp new file mode 100644 index 00000000..f2a3b296 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/data-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/data-800.webp b/assets/img/2023-11-09-transformers-as-gamers/data-800.webp new file mode 100644 index 00000000..8dd5e1c8 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/data-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/deep-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/deep-1400.webp new file mode 100644 index 00000000..f8f9b6dd Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/deep-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/deep-480.webp b/assets/img/2023-11-09-transformers-as-gamers/deep-480.webp new file mode 100644 index 00000000..ec6ec71d Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/deep-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/deep-800.webp b/assets/img/2023-11-09-transformers-as-gamers/deep-800.webp new file mode 100644 index 00000000..f8f9b6dd Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/deep-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/generals-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/generals-1400.webp new file mode 100644 index 00000000..53ea6b74 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/generals-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/generals-480.webp b/assets/img/2023-11-09-transformers-as-gamers/generals-480.webp new file mode 100644 index 00000000..d2980bf2 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/generals-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/generals-800.webp b/assets/img/2023-11-09-transformers-as-gamers/generals-800.webp new file mode 100644 index 00000000..53ea6b74 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/generals-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-1400.webp new file mode 100644 index 00000000..8464e061 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-480.webp b/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-480.webp new file mode 100644 index 00000000..6951feaa Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-800.webp b/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-800.webp new file mode 100644 index 00000000..8464e061 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/generals_pomdp-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/initial-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/initial-1400.webp new file mode 100644 index 00000000..8dd5e1c8 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/initial-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/initial-480.webp b/assets/img/2023-11-09-transformers-as-gamers/initial-480.webp new file mode 100644 index 00000000..f2a3b296 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/initial-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/initial-800.webp b/assets/img/2023-11-09-transformers-as-gamers/initial-800.webp new file mode 100644 index 00000000..8dd5e1c8 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/initial-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/more_data-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/more_data-1400.webp new file mode 100644 index 00000000..5b0e6b7c Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/more_data-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/more_data-480.webp b/assets/img/2023-11-09-transformers-as-gamers/more_data-480.webp new file mode 100644 index 00000000..96aa972b Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/more_data-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/more_data-800.webp b/assets/img/2023-11-09-transformers-as-gamers/more_data-800.webp new file mode 100644 index 00000000..5b0e6b7c Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/more_data-800.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/squish-1400.webp b/assets/img/2023-11-09-transformers-as-gamers/squish-1400.webp new file mode 100644 index 00000000..2992f97b Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/squish-1400.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/squish-480.webp b/assets/img/2023-11-09-transformers-as-gamers/squish-480.webp new file mode 100644 index 00000000..1e4d16f2 Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/squish-480.webp differ diff --git a/assets/img/2023-11-09-transformers-as-gamers/squish-800.webp b/assets/img/2023-11-09-transformers-as-gamers/squish-800.webp new file mode 100644 index 00000000..2992f97b Binary files /dev/null and b/assets/img/2023-11-09-transformers-as-gamers/squish-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-1400.webp b/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-1400.webp new file mode 100644 index 00000000..de35c681 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-480.webp b/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-480.webp new file mode 100644 index 00000000..af4ece39 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-800.webp b/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-800.webp new file mode 100644 index 00000000..de35c681 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlation_Graph_70m-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlation_graph_160m-1400.webp b/assets/img/2023-11-09-universal-features/Correlation_graph_160m-1400.webp new file mode 100644 index 00000000..031c44fd Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlation_graph_160m-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlation_graph_160m-480.webp b/assets/img/2023-11-09-universal-features/Correlation_graph_160m-480.webp new file mode 100644 index 00000000..73d51668 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlation_graph_160m-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlation_graph_160m-800.webp b/assets/img/2023-11-09-universal-features/Correlation_graph_160m-800.webp new file mode 100644 index 00000000..031c44fd Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlation_graph_160m-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-1400.webp b/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-1400.webp new file mode 100644 index 00000000..bd730d8f Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-480.webp b/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-480.webp new file mode 100644 index 00000000..4c51d68f Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-800.webp b/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-800.webp new file mode 100644 index 00000000..bd730d8f Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Correlations between 1-8 AEs trained on 3 model sizes-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-1400.webp b/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-1400.webp new file mode 100644 index 00000000..267965d6 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-480.webp b/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-480.webp new file mode 100644 index 00000000..1c38c785 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-800.webp b/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-800.webp new file mode 100644 index 00000000..267965d6 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Deduped vs non-deduped-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-1400.webp b/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-1400.webp new file mode 100644 index 00000000..2f108939 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-480.webp b/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-480.webp new file mode 100644 index 00000000..362b141f Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-800.webp b/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-800.webp new file mode 100644 index 00000000..2f108939 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/Four AE sizes on Pythia-70m MCS-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/MCS_graph_160m-1400.webp b/assets/img/2023-11-09-universal-features/MCS_graph_160m-1400.webp new file mode 100644 index 00000000..88644c11 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/MCS_graph_160m-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/MCS_graph_160m-480.webp b/assets/img/2023-11-09-universal-features/MCS_graph_160m-480.webp new file mode 100644 index 00000000..d6d9af95 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/MCS_graph_160m-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/MCS_graph_160m-800.webp b/assets/img/2023-11-09-universal-features/MCS_graph_160m-800.webp new file mode 100644 index 00000000..88644c11 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/MCS_graph_160m-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/MCS_graph_70m-1400.webp b/assets/img/2023-11-09-universal-features/MCS_graph_70m-1400.webp new file mode 100644 index 00000000..7627611d Binary files /dev/null and b/assets/img/2023-11-09-universal-features/MCS_graph_70m-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/MCS_graph_70m-480.webp b/assets/img/2023-11-09-universal-features/MCS_graph_70m-480.webp new file mode 100644 index 00000000..b3e5c02a Binary files /dev/null and b/assets/img/2023-11-09-universal-features/MCS_graph_70m-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/MCS_graph_70m-800.webp b/assets/img/2023-11-09-universal-features/MCS_graph_70m-800.webp new file mode 100644 index 00000000..7627611d Binary files /dev/null and b/assets/img/2023-11-09-universal-features/MCS_graph_70m-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-1400.webp b/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-1400.webp new file mode 100644 index 00000000..117041ba Binary files /dev/null and b/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-480.webp b/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-480.webp new file mode 100644 index 00000000..fe0083a6 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-800.webp b/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-800.webp new file mode 100644 index 00000000..117041ba Binary files /dev/null and b/assets/img/2023-11-09-universal-features/W&B Chart 12_12_2023, 11_09_59 PM-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/frequency_plot-1400.webp b/assets/img/2023-11-09-universal-features/frequency_plot-1400.webp new file mode 100644 index 00000000..2b59bb75 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/frequency_plot-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/frequency_plot-480.webp b/assets/img/2023-11-09-universal-features/frequency_plot-480.webp new file mode 100644 index 00000000..0a1065e5 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/frequency_plot-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/frequency_plot-800.webp b/assets/img/2023-11-09-universal-features/frequency_plot-800.webp new file mode 100644 index 00000000..2b59bb75 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/frequency_plot-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-1400.webp b/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-1400.webp new file mode 100644 index 00000000..96640f67 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-480.webp b/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-480.webp new file mode 100644 index 00000000..71d0bff1 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-800.webp b/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-800.webp new file mode 100644 index 00000000..96640f67 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/frequency_plots_by_layer-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/image (2)-1400.webp b/assets/img/2023-11-09-universal-features/image (2)-1400.webp new file mode 100644 index 00000000..a0128f22 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/image (2)-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/image (2)-480.webp b/assets/img/2023-11-09-universal-features/image (2)-480.webp new file mode 100644 index 00000000..88abfc12 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/image (2)-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/image (2)-800.webp b/assets/img/2023-11-09-universal-features/image (2)-800.webp new file mode 100644 index 00000000..a0128f22 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/image (2)-800.webp differ diff --git a/assets/img/2023-11-09-universal-features/image (3)-1400.webp b/assets/img/2023-11-09-universal-features/image (3)-1400.webp new file mode 100644 index 00000000..26f0c2c7 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/image (3)-1400.webp differ diff --git a/assets/img/2023-11-09-universal-features/image (3)-480.webp b/assets/img/2023-11-09-universal-features/image (3)-480.webp new file mode 100644 index 00000000..5b27a023 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/image (3)-480.webp differ diff --git a/assets/img/2023-11-09-universal-features/image (3)-800.webp b/assets/img/2023-11-09-universal-features/image (3)-800.webp new file mode 100644 index 00000000..26f0c2c7 Binary files /dev/null and b/assets/img/2023-11-09-universal-features/image (3)-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/attn-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/attn-1400.webp new file mode 100644 index 00000000..aba1e201 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/attn-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/attn-480.webp b/assets/img/2023-11-10-CNN-activation-patching/attn-480.webp new file mode 100644 index 00000000..9966a9bb Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/attn-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/attn-800.webp b/assets/img/2023-11-10-CNN-activation-patching/attn-800.webp new file mode 100644 index 00000000..aba1e201 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/attn-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/car-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/car-1400.webp new file mode 100644 index 00000000..737ed1ef Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/car-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/car-480.webp b/assets/img/2023-11-10-CNN-activation-patching/car-480.webp new file mode 100644 index 00000000..93930194 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/car-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/car-800.webp b/assets/img/2023-11-10-CNN-activation-patching/car-800.webp new file mode 100644 index 00000000..737ed1ef Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/car-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/deer-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/deer-1400.webp new file mode 100644 index 00000000..10b28c14 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/deer-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/deer-480.webp b/assets/img/2023-11-10-CNN-activation-patching/deer-480.webp new file mode 100644 index 00000000..2d482c84 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/deer-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/deer-800.webp b/assets/img/2023-11-10-CNN-activation-patching/deer-800.webp new file mode 100644 index 00000000..10b28c14 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/deer-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/eqn-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/eqn-1400.webp new file mode 100644 index 00000000..25c2402d Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/eqn-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/eqn-480.webp b/assets/img/2023-11-10-CNN-activation-patching/eqn-480.webp new file mode 100644 index 00000000..151ce902 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/eqn-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/eqn-800.webp b/assets/img/2023-11-10-CNN-activation-patching/eqn-800.webp new file mode 100644 index 00000000..25c2402d Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/eqn-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/gray-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/gray-1400.webp new file mode 100644 index 00000000..04a4c78d Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/gray-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/gray-480.webp b/assets/img/2023-11-10-CNN-activation-patching/gray-480.webp new file mode 100644 index 00000000..3dd71cb0 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/gray-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/gray-800.webp b/assets/img/2023-11-10-CNN-activation-patching/gray-800.webp new file mode 100644 index 00000000..04a4c78d Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/gray-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/image-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/image-1400.webp new file mode 100644 index 00000000..912d47cb Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/image-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/image-480.webp b/assets/img/2023-11-10-CNN-activation-patching/image-480.webp new file mode 100644 index 00000000..656a1e94 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/image-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/image-800.webp b/assets/img/2023-11-10-CNN-activation-patching/image-800.webp new file mode 100644 index 00000000..912d47cb Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/image-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/patch-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/patch-1400.webp new file mode 100644 index 00000000..09c084a4 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/patch-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/patch-480.webp b/assets/img/2023-11-10-CNN-activation-patching/patch-480.webp new file mode 100644 index 00000000..b3522c3a Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/patch-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/patch-800.webp b/assets/img/2023-11-10-CNN-activation-patching/patch-800.webp new file mode 100644 index 00000000..09c084a4 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/patch-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/plane-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/plane-1400.webp new file mode 100644 index 00000000..0aa4a74d Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/plane-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/plane-480.webp b/assets/img/2023-11-10-CNN-activation-patching/plane-480.webp new file mode 100644 index 00000000..3dd8176f Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/plane-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/plane-800.webp b/assets/img/2023-11-10-CNN-activation-patching/plane-800.webp new file mode 100644 index 00000000..0aa4a74d Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/plane-800.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/single-1400.webp b/assets/img/2023-11-10-CNN-activation-patching/single-1400.webp new file mode 100644 index 00000000..323cf6af Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/single-1400.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/single-480.webp b/assets/img/2023-11-10-CNN-activation-patching/single-480.webp new file mode 100644 index 00000000..b97e6c48 Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/single-480.webp differ diff --git a/assets/img/2023-11-10-CNN-activation-patching/single-800.webp b/assets/img/2023-11-10-CNN-activation-patching/single-800.webp new file mode 100644 index 00000000..323cf6af Binary files /dev/null and b/assets/img/2023-11-10-CNN-activation-patching/single-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-1400.webp new file mode 100644 index 00000000..7d2c12c0 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-480.webp new file mode 100644 index 00000000..6196e841 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-800.webp new file mode 100644 index 00000000..7d2c12c0 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/bases-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-1400.webp new file mode 100644 index 00000000..e6dcecd8 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-480.webp new file mode 100644 index 00000000..7d4bec79 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-800.webp new file mode 100644 index 00000000..e6dcecd8 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-1400.webp new file mode 100644 index 00000000..ee50dbf0 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-480.webp new file mode 100644 index 00000000..2bebd209 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-800.webp new file mode 100644 index 00000000..ee50dbf0 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dc3_errors-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-1400.webp new file mode 100644 index 00000000..251f2026 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-480.webp new file mode 100644 index 00000000..5afa05b3 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-800.webp new file mode 100644 index 00000000..251f2026 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/dnn_timing-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-1400.webp new file mode 100644 index 00000000..fbc1fbe7 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-480.webp new file mode 100644 index 00000000..28dd62b4 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-800.webp new file mode 100644 index 00000000..fbc1fbe7 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/e2erl-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-1400.webp new file mode 100644 index 00000000..1fec3473 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-480.webp new file mode 100644 index 00000000..06bc8cc9 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-800.webp new file mode 100644 index 00000000..1fec3473 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/errors_bars-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-1400.webp new file mode 100644 index 00000000..8639f360 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-480.webp new file mode 100644 index 00000000..2e90b4fa Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-800.webp new file mode 100644 index 00000000..8639f360 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/flowchart-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-1400.webp new file mode 100644 index 00000000..92678c13 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-480.webp new file mode 100644 index 00000000..6e476b98 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-800.webp new file mode 100644 index 00000000..92678c13 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/gauge-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-1400.webp new file mode 100644 index 00000000..9414e177 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-480.webp new file mode 100644 index 00000000..10d57f1b Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-800.webp new file mode 100644 index 00000000..9414e177 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n10m5-800.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-1400.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-1400.webp new file mode 100644 index 00000000..d425e273 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-480.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-480.webp new file mode 100644 index 00000000..72f9f67c Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-480.webp differ diff --git a/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-800.webp b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-800.webp new file mode 100644 index 00000000..d425e273 Binary files /dev/null and b/assets/img/2023-11-10-Physics-Informed-Primal-Dual-Learning/n4m2_perfect-800.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-1400.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-1400.webp new file mode 100644 index 00000000..c5cc152c Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-480.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-480.webp new file mode 100644 index 00000000..fb96f3b1 Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-480.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-800.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-800.webp new file mode 100644 index 00000000..c5cc152c Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_100-800.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-1400.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-1400.webp new file mode 100644 index 00000000..c02debdc Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-480.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-480.webp new file mode 100644 index 00000000..5b68e586 Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-480.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-800.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-800.webp new file mode 100644 index 00000000..c02debdc Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Gelu_1000-800.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-1400.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-1400.webp new file mode 100644 index 00000000..cc0ad043 Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-1400.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-480.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-480.webp new file mode 100644 index 00000000..6b53a271 Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-480.webp differ diff --git a/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-800.webp b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-800.webp new file mode 100644 index 00000000..cc0ad043 Binary files /dev/null and b/assets/img/2023-11-10-Physics-informed-learning-chaotic-dynamics/Lorenz63-800.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig1-1400.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig1-1400.webp new file mode 100644 index 00000000..6b59f86a Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig1-1400.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig1-480.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig1-480.webp new file mode 100644 index 00000000..01cc7a47 Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig1-480.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig1-800.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig1-800.webp new file mode 100644 index 00000000..6b59f86a Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig1-800.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig2-1400.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig2-1400.webp new file mode 100644 index 00000000..83073bc2 Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig2-1400.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig2-480.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig2-480.webp new file mode 100644 index 00000000..07fa4d0e Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig2-480.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig2-800.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig2-800.webp new file mode 100644 index 00000000..83073bc2 Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig2-800.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig3-1400.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig3-1400.webp new file mode 100644 index 00000000..57ceed56 Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig3-1400.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig3-480.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig3-480.webp new file mode 100644 index 00000000..2c3b135f Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig3-480.webp differ diff --git a/assets/img/2023-11-10-intuitive-physics-cvae/fig3-800.webp b/assets/img/2023-11-10-intuitive-physics-cvae/fig3-800.webp new file mode 100644 index 00000000..57ceed56 Binary files /dev/null and b/assets/img/2023-11-10-intuitive-physics-cvae/fig3-800.webp differ diff --git a/assets/img/2023-11-10-proposal_JingpengHong/multitask-1400.webp b/assets/img/2023-11-10-proposal_JingpengHong/multitask-1400.webp new file mode 100644 index 00000000..0c0e524e Binary files /dev/null and b/assets/img/2023-11-10-proposal_JingpengHong/multitask-1400.webp differ diff --git a/assets/img/2023-11-10-proposal_JingpengHong/multitask-480.webp b/assets/img/2023-11-10-proposal_JingpengHong/multitask-480.webp new file mode 100644 index 00000000..e949a06a Binary files /dev/null and b/assets/img/2023-11-10-proposal_JingpengHong/multitask-480.webp differ diff --git a/assets/img/2023-11-10-proposal_JingpengHong/multitask-800.webp b/assets/img/2023-11-10-proposal_JingpengHong/multitask-800.webp new file mode 100644 index 00000000..0c0e524e Binary files /dev/null and b/assets/img/2023-11-10-proposal_JingpengHong/multitask-800.webp differ diff --git a/assets/img/2023-11-10-solvent-encoding/ICLR-logo-1400.webp b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-1400.webp differ diff --git a/assets/img/2023-11-10-solvent-encoding/ICLR-logo-480.webp b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-480.webp differ diff --git a/assets/img/2023-11-10-solvent-encoding/ICLR-logo-800.webp b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-800.webp differ diff --git a/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-1400.webp b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-1400.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-1400.webp differ diff --git a/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-480.webp b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-480.webp new file mode 100644 index 00000000..7f0830c1 Binary files /dev/null and b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-480.webp differ diff --git a/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-800.webp b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-800.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/2023-11-10-solvent-encoding/ICLR-logo-dark-800.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-1400.webp b/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-1400.webp new file mode 100644 index 00000000..529f8691 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-1400.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-480.webp b/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-480.webp new file mode 100644 index 00000000..eb28f3ed Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-480.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-800.webp b/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-800.webp new file mode 100644 index 00000000..529f8691 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/CLIP_Negative-800.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-1400.webp b/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-1400.webp new file mode 100644 index 00000000..584a2bf0 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-1400.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-480.webp b/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-480.webp new file mode 100644 index 00000000..e8773e88 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-480.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-800.webp b/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-800.webp new file mode 100644 index 00000000..584a2bf0 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/GA0Hn7zaIAAbp84-800.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-1400.webp b/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-1400.webp new file mode 100644 index 00000000..63e95a46 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-1400.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-480.webp b/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-480.webp new file mode 100644 index 00000000..a54315a7 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-480.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-800.webp b/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-800.webp new file mode 100644 index 00000000..63e95a46 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/GPT-word-order-800.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-1400.webp b/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-1400.webp new file mode 100644 index 00000000..310bd561 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-1400.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-480.webp b/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-480.webp new file mode 100644 index 00000000..b3df0806 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-480.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-800.webp b/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-800.webp new file mode 100644 index 00000000..310bd561 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/Winoground_Lightbulb-800.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/winoground_example-1400.webp b/assets/img/2023-11-10-spacial-CLIP/winoground_example-1400.webp new file mode 100644 index 00000000..a138a8af Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/winoground_example-1400.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/winoground_example-480.webp b/assets/img/2023-11-10-spacial-CLIP/winoground_example-480.webp new file mode 100644 index 00000000..3bec7a23 Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/winoground_example-480.webp differ diff --git a/assets/img/2023-11-10-spacial-CLIP/winoground_example-800.webp b/assets/img/2023-11-10-spacial-CLIP/winoground_example-800.webp new file mode 100644 index 00000000..a138a8af Binary files /dev/null and b/assets/img/2023-11-10-spacial-CLIP/winoground_example-800.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-1400.webp b/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-1400.webp new file mode 100644 index 00000000..04c6efb0 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-1400.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-480.webp b/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-480.webp new file mode 100644 index 00000000..a5df6d13 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-480.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-800.webp b/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-800.webp new file mode 100644 index 00000000..04c6efb0 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/accuracy-by-epoch-800.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/background-noise-1400.webp b/assets/img/2023-11-10-speech-recognition-proposal/background-noise-1400.webp new file mode 100644 index 00000000..cd523da7 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/background-noise-1400.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/background-noise-480.webp b/assets/img/2023-11-10-speech-recognition-proposal/background-noise-480.webp new file mode 100644 index 00000000..dda906cd Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/background-noise-480.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/background-noise-800.webp b/assets/img/2023-11-10-speech-recognition-proposal/background-noise-800.webp new file mode 100644 index 00000000..cd523da7 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/background-noise-800.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-1400.webp b/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-1400.webp new file mode 100644 index 00000000..bd5a5998 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-1400.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-480.webp b/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-480.webp new file mode 100644 index 00000000..3af9d0ef Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-480.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-800.webp b/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-800.webp new file mode 100644 index 00000000..bd5a5998 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/block-architectures-800.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/clean-1400.webp b/assets/img/2023-11-10-speech-recognition-proposal/clean-1400.webp new file mode 100644 index 00000000..fc11bdb1 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/clean-1400.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/clean-480.webp b/assets/img/2023-11-10-speech-recognition-proposal/clean-480.webp new file mode 100644 index 00000000..ccd7b0e2 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/clean-480.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/clean-800.webp b/assets/img/2023-11-10-speech-recognition-proposal/clean-800.webp new file mode 100644 index 00000000..fc11bdb1 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/clean-800.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-1400.webp b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-1400.webp new file mode 100644 index 00000000..4959a5c5 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-1400.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-480.webp b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-480.webp new file mode 100644 index 00000000..d9a06b03 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-480.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-800.webp b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-800.webp new file mode 100644 index 00000000..4959a5c5 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-1-800.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-1400.webp b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-1400.webp new file mode 100644 index 00000000..1e5d445d Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-1400.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-480.webp b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-480.webp new file mode 100644 index 00000000..d53f102d Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-480.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-800.webp b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-800.webp new file mode 100644 index 00000000..1e5d445d Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/manipulations-2-800.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-1400.webp b/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-1400.webp new file mode 100644 index 00000000..48fdfaeb Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-1400.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-480.webp b/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-480.webp new file mode 100644 index 00000000..e21556b2 Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-480.webp differ diff --git a/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-800.webp b/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-800.webp new file mode 100644 index 00000000..48fdfaeb Binary files /dev/null and b/assets/img/2023-11-10-speech-recognition-proposal/network-architectures-800.webp differ diff --git a/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-1400.webp b/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-1400.webp new file mode 100644 index 00000000..fb19979b Binary files /dev/null and b/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-1400.webp differ diff --git a/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-480.webp b/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-480.webp new file mode 100644 index 00000000..b975b3b2 Binary files /dev/null and b/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-480.webp differ diff --git a/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-800.webp b/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-800.webp new file mode 100644 index 00000000..fb19979b Binary files /dev/null and b/assets/img/2023-11-10-stable-diffusion-for-obs/many_to_one-800.webp differ diff --git a/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-1400.webp b/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-1400.webp new file mode 100644 index 00000000..2c1294c2 Binary files /dev/null and b/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-1400.webp differ diff --git a/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-480.webp b/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-480.webp new file mode 100644 index 00000000..e6556327 Binary files /dev/null and b/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-480.webp differ diff --git a/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-800.webp b/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-800.webp new file mode 100644 index 00000000..2c1294c2 Binary files /dev/null and b/assets/img/2023-11-10-stable-diffusion-for-obs/obs_example-800.webp differ diff --git a/assets/img/2023-11-10-superposition/Autoencoder-1400.webp b/assets/img/2023-11-10-superposition/Autoencoder-1400.webp new file mode 100644 index 00000000..8e662ecb Binary files /dev/null and b/assets/img/2023-11-10-superposition/Autoencoder-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/Autoencoder-480.webp b/assets/img/2023-11-10-superposition/Autoencoder-480.webp new file mode 100644 index 00000000..48ccf35c Binary files /dev/null and b/assets/img/2023-11-10-superposition/Autoencoder-480.webp differ diff --git a/assets/img/2023-11-10-superposition/Autoencoder-800.webp b/assets/img/2023-11-10-superposition/Autoencoder-800.webp new file mode 100644 index 00000000..8e662ecb Binary files /dev/null and b/assets/img/2023-11-10-superposition/Autoencoder-800.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_gelu-1400.webp b/assets/img/2023-11-10-superposition/Sparsity_super_gelu-1400.webp new file mode 100644 index 00000000..4cbdfdfc Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_gelu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_gelu-480.webp b/assets/img/2023-11-10-superposition/Sparsity_super_gelu-480.webp new file mode 100644 index 00000000..5278afef Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_gelu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_gelu-800.webp b/assets/img/2023-11-10-superposition/Sparsity_super_gelu-800.webp new file mode 100644 index 00000000..4cbdfdfc Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_gelu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_relu-1400.webp b/assets/img/2023-11-10-superposition/Sparsity_super_relu-1400.webp new file mode 100644 index 00000000..0747a89e Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_relu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_relu-480.webp b/assets/img/2023-11-10-superposition/Sparsity_super_relu-480.webp new file mode 100644 index 00000000..e253f013 Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_relu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_relu-800.webp b/assets/img/2023-11-10-superposition/Sparsity_super_relu-800.webp new file mode 100644 index 00000000..0747a89e Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_relu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-1400.webp b/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-1400.webp new file mode 100644 index 00000000..b838f04a Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-480.webp b/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-480.webp new file mode 100644 index 00000000..1f576ebe Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-480.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-800.webp b/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-800.webp new file mode 100644 index 00000000..b838f04a Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_sigmoid-800.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_silu-1400.webp b/assets/img/2023-11-10-superposition/Sparsity_super_silu-1400.webp new file mode 100644 index 00000000..edabe807 Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_silu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_silu-480.webp b/assets/img/2023-11-10-superposition/Sparsity_super_silu-480.webp new file mode 100644 index 00000000..51b0bdcf Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_silu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_silu-800.webp b/assets/img/2023-11-10-superposition/Sparsity_super_silu-800.webp new file mode 100644 index 00000000..edabe807 Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_silu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_solu-1400.webp b/assets/img/2023-11-10-superposition/Sparsity_super_solu-1400.webp new file mode 100644 index 00000000..b35d067b Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_solu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_solu-480.webp b/assets/img/2023-11-10-superposition/Sparsity_super_solu-480.webp new file mode 100644 index 00000000..ab36f056 Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_solu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_solu-800.webp b/assets/img/2023-11-10-superposition/Sparsity_super_solu-800.webp new file mode 100644 index 00000000..b35d067b Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_solu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_tanh-1400.webp b/assets/img/2023-11-10-superposition/Sparsity_super_tanh-1400.webp new file mode 100644 index 00000000..808c5a62 Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_tanh-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_tanh-480.webp b/assets/img/2023-11-10-superposition/Sparsity_super_tanh-480.webp new file mode 100644 index 00000000..d71ffc80 Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_tanh-480.webp differ diff --git a/assets/img/2023-11-10-superposition/Sparsity_super_tanh-800.webp b/assets/img/2023-11-10-superposition/Sparsity_super_tanh-800.webp new file mode 100644 index 00000000..808c5a62 Binary files /dev/null and b/assets/img/2023-11-10-superposition/Sparsity_super_tanh-800.webp differ diff --git a/assets/img/2023-11-10-superposition/feature_visual-1400.webp b/assets/img/2023-11-10-superposition/feature_visual-1400.webp new file mode 100644 index 00000000..bac8e826 Binary files /dev/null and b/assets/img/2023-11-10-superposition/feature_visual-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/feature_visual-480.webp b/assets/img/2023-11-10-superposition/feature_visual-480.webp new file mode 100644 index 00000000..2dee938a Binary files /dev/null and b/assets/img/2023-11-10-superposition/feature_visual-480.webp differ diff --git a/assets/img/2023-11-10-superposition/feature_visual-800.webp b/assets/img/2023-11-10-superposition/feature_visual-800.webp new file mode 100644 index 00000000..bac8e826 Binary files /dev/null and b/assets/img/2023-11-10-superposition/feature_visual-800.webp differ diff --git a/assets/img/2023-11-10-superposition/features_hidden-1400.webp b/assets/img/2023-11-10-superposition/features_hidden-1400.webp new file mode 100644 index 00000000..ee5e9b18 Binary files /dev/null and b/assets/img/2023-11-10-superposition/features_hidden-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/features_hidden-480.webp b/assets/img/2023-11-10-superposition/features_hidden-480.webp new file mode 100644 index 00000000..56933ddd Binary files /dev/null and b/assets/img/2023-11-10-superposition/features_hidden-480.webp differ diff --git a/assets/img/2023-11-10-superposition/features_hidden-800.webp b/assets/img/2023-11-10-superposition/features_hidden-800.webp new file mode 100644 index 00000000..ee5e9b18 Binary files /dev/null and b/assets/img/2023-11-10-superposition/features_hidden-800.webp differ diff --git a/assets/img/2023-11-10-superposition/grid_plot-1400.webp b/assets/img/2023-11-10-superposition/grid_plot-1400.webp new file mode 100644 index 00000000..d86e8005 Binary files /dev/null and b/assets/img/2023-11-10-superposition/grid_plot-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/grid_plot-480.webp b/assets/img/2023-11-10-superposition/grid_plot-480.webp new file mode 100644 index 00000000..93b95959 Binary files /dev/null and b/assets/img/2023-11-10-superposition/grid_plot-480.webp differ diff --git a/assets/img/2023-11-10-superposition/grid_plot-800.webp b/assets/img/2023-11-10-superposition/grid_plot-800.webp new file mode 100644 index 00000000..d86e8005 Binary files /dev/null and b/assets/img/2023-11-10-superposition/grid_plot-800.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batch_50-1400.webp b/assets/img/2023-11-10-superposition/input_batch_50-1400.webp new file mode 100644 index 00000000..756b30ba Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batch_50-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batch_50-480.webp b/assets/img/2023-11-10-superposition/input_batch_50-480.webp new file mode 100644 index 00000000..342a928e Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batch_50-480.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batch_50-800.webp b/assets/img/2023-11-10-superposition/input_batch_50-800.webp new file mode 100644 index 00000000..756b30ba Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batch_50-800.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batch_99-1400.webp b/assets/img/2023-11-10-superposition/input_batch_99-1400.webp new file mode 100644 index 00000000..3789b598 Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batch_99-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batch_99-480.webp b/assets/img/2023-11-10-superposition/input_batch_99-480.webp new file mode 100644 index 00000000..c199310f Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batch_99-480.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batch_99-800.webp b/assets/img/2023-11-10-superposition/input_batch_99-800.webp new file mode 100644 index 00000000..3789b598 Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batch_99-800.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batches-1400.webp b/assets/img/2023-11-10-superposition/input_batches-1400.webp new file mode 100644 index 00000000..f58efbdd Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batches-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batches-480.webp b/assets/img/2023-11-10-superposition/input_batches-480.webp new file mode 100644 index 00000000..2cc418a2 Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batches-480.webp differ diff --git a/assets/img/2023-11-10-superposition/input_batches-800.webp b/assets/img/2023-11-10-superposition/input_batches-800.webp new file mode 100644 index 00000000..f58efbdd Binary files /dev/null and b/assets/img/2023-11-10-superposition/input_batches-800.webp differ diff --git a/assets/img/2023-11-10-superposition/legend-1400.webp b/assets/img/2023-11-10-superposition/legend-1400.webp new file mode 100644 index 00000000..16501667 Binary files /dev/null and b/assets/img/2023-11-10-superposition/legend-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/legend-480.webp b/assets/img/2023-11-10-superposition/legend-480.webp new file mode 100644 index 00000000..04b9daf6 Binary files /dev/null and b/assets/img/2023-11-10-superposition/legend-480.webp differ diff --git a/assets/img/2023-11-10-superposition/legend-800.webp b/assets/img/2023-11-10-superposition/legend-800.webp new file mode 100644 index 00000000..16501667 Binary files /dev/null and b/assets/img/2023-11-10-superposition/legend-800.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_gelu-1400.webp b/assets/img/2023-11-10-superposition/phase_51_gelu-1400.webp new file mode 100644 index 00000000..f7771af2 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_gelu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_gelu-480.webp b/assets/img/2023-11-10-superposition/phase_51_gelu-480.webp new file mode 100644 index 00000000..07ba7420 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_gelu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_gelu-800.webp b/assets/img/2023-11-10-superposition/phase_51_gelu-800.webp new file mode 100644 index 00000000..f7771af2 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_gelu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_relu-1400.webp b/assets/img/2023-11-10-superposition/phase_51_relu-1400.webp new file mode 100644 index 00000000..3a531191 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_relu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_relu-480.webp b/assets/img/2023-11-10-superposition/phase_51_relu-480.webp new file mode 100644 index 00000000..3de0c327 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_relu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_relu-800.webp b/assets/img/2023-11-10-superposition/phase_51_relu-800.webp new file mode 100644 index 00000000..3a531191 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_relu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_sigmoid-1400.webp b/assets/img/2023-11-10-superposition/phase_51_sigmoid-1400.webp new file mode 100644 index 00000000..854b77c2 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_sigmoid-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_sigmoid-480.webp b/assets/img/2023-11-10-superposition/phase_51_sigmoid-480.webp new file mode 100644 index 00000000..15efe977 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_sigmoid-480.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_sigmoid-800.webp b/assets/img/2023-11-10-superposition/phase_51_sigmoid-800.webp new file mode 100644 index 00000000..854b77c2 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_sigmoid-800.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_silu-1400.webp b/assets/img/2023-11-10-superposition/phase_51_silu-1400.webp new file mode 100644 index 00000000..6e51a34a Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_silu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_silu-480.webp b/assets/img/2023-11-10-superposition/phase_51_silu-480.webp new file mode 100644 index 00000000..15ce5dfc Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_silu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_silu-800.webp b/assets/img/2023-11-10-superposition/phase_51_silu-800.webp new file mode 100644 index 00000000..6e51a34a Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_silu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_solu-1400.webp b/assets/img/2023-11-10-superposition/phase_51_solu-1400.webp new file mode 100644 index 00000000..af423b58 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_solu-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_solu-480.webp b/assets/img/2023-11-10-superposition/phase_51_solu-480.webp new file mode 100644 index 00000000..3fad700a Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_solu-480.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_solu-800.webp b/assets/img/2023-11-10-superposition/phase_51_solu-800.webp new file mode 100644 index 00000000..af423b58 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_solu-800.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_tanh-1400.webp b/assets/img/2023-11-10-superposition/phase_51_tanh-1400.webp new file mode 100644 index 00000000..5702681a Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_tanh-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_tanh-480.webp b/assets/img/2023-11-10-superposition/phase_51_tanh-480.webp new file mode 100644 index 00000000..2e6afd7e Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_tanh-480.webp differ diff --git a/assets/img/2023-11-10-superposition/phase_51_tanh-800.webp b/assets/img/2023-11-10-superposition/phase_51_tanh-800.webp new file mode 100644 index 00000000..5702681a Binary files /dev/null and b/assets/img/2023-11-10-superposition/phase_51_tanh-800.webp differ diff --git a/assets/img/2023-11-10-superposition/phaseplots-1400.webp b/assets/img/2023-11-10-superposition/phaseplots-1400.webp new file mode 100644 index 00000000..3945d389 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phaseplots-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/phaseplots-480.webp b/assets/img/2023-11-10-superposition/phaseplots-480.webp new file mode 100644 index 00000000..9cd106ef Binary files /dev/null and b/assets/img/2023-11-10-superposition/phaseplots-480.webp differ diff --git a/assets/img/2023-11-10-superposition/phaseplots-800.webp b/assets/img/2023-11-10-superposition/phaseplots-800.webp new file mode 100644 index 00000000..3945d389 Binary files /dev/null and b/assets/img/2023-11-10-superposition/phaseplots-800.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix-1400.webp b/assets/img/2023-11-10-superposition/random_matrix-1400.webp new file mode 100644 index 00000000..87ccd75e Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix-480.webp b/assets/img/2023-11-10-superposition/random_matrix-480.webp new file mode 100644 index 00000000..344b434e Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix-480.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix-800.webp b/assets/img/2023-11-10-superposition/random_matrix-800.webp new file mode 100644 index 00000000..87ccd75e Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix-800.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix_equation-1400.webp b/assets/img/2023-11-10-superposition/random_matrix_equation-1400.webp new file mode 100644 index 00000000..365ec451 Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix_equation-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix_equation-480.webp b/assets/img/2023-11-10-superposition/random_matrix_equation-480.webp new file mode 100644 index 00000000..0dd7b62d Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix_equation-480.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix_equation-800.webp b/assets/img/2023-11-10-superposition/random_matrix_equation-800.webp new file mode 100644 index 00000000..365ec451 Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix_equation-800.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix_latex-1400.webp b/assets/img/2023-11-10-superposition/random_matrix_latex-1400.webp new file mode 100644 index 00000000..5f54f70c Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix_latex-1400.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix_latex-480.webp b/assets/img/2023-11-10-superposition/random_matrix_latex-480.webp new file mode 100644 index 00000000..dbd83156 Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix_latex-480.webp differ diff --git a/assets/img/2023-11-10-superposition/random_matrix_latex-800.webp b/assets/img/2023-11-10-superposition/random_matrix_latex-800.webp new file mode 100644 index 00000000..5f54f70c Binary files /dev/null and b/assets/img/2023-11-10-superposition/random_matrix_latex-800.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-1400.webp b/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-1400.webp new file mode 100644 index 00000000..3070899e Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-1400.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-480.webp b/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-480.webp new file mode 100644 index 00000000..67e20e6d Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-480.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-800.webp b/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-800.webp new file mode 100644 index 00000000..3070899e Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/emojidict-triplefit-800.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-1400.webp b/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-1400.webp new file mode 100644 index 00000000..61a6ece1 Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-1400.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-480.webp b/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-480.webp new file mode 100644 index 00000000..1b1441a6 Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-480.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-800.webp b/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-800.webp new file mode 100644 index 00000000..61a6ece1 Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/emojitweets-transfer-40e-800.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/project-vis-1400.webp b/assets/img/2023-11-10-transformer-elo-prediction/project-vis-1400.webp new file mode 100644 index 00000000..71588bf3 Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/project-vis-1400.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/project-vis-480.webp b/assets/img/2023-11-10-transformer-elo-prediction/project-vis-480.webp new file mode 100644 index 00000000..155d4c5c Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/project-vis-480.webp differ diff --git a/assets/img/2023-11-10-transformer-elo-prediction/project-vis-800.webp b/assets/img/2023-11-10-transformer-elo-prediction/project-vis-800.webp new file mode 100644 index 00000000..71588bf3 Binary files /dev/null and b/assets/img/2023-11-10-transformer-elo-prediction/project-vis-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-1400.webp new file mode 100644 index 00000000..4f1cb10e Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-480.webp new file mode 100644 index 00000000..5790a0fa Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-800.webp new file mode 100644 index 00000000..4f1cb10e Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/best_result-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-1400.webp new file mode 100644 index 00000000..1a7320ec Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-480.webp new file mode 100644 index 00000000..dba2fece Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-800.webp new file mode 100644 index 00000000..1a7320ec Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/beta_output-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-1400.webp new file mode 100644 index 00000000..2abdf156 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-480.webp new file mode 100644 index 00000000..978314c8 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-800.webp new file mode 100644 index 00000000..2abdf156 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controlbright-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-1400.webp new file mode 100644 index 00000000..6f0cabf6 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-480.webp new file mode 100644 index 00000000..c8d04312 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-800.webp new file mode 100644 index 00000000..6f0cabf6 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/controldim-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-1400.webp new file mode 100644 index 00000000..985deb70 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-480.webp new file mode 100644 index 00000000..a34eed18 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-800.webp new file mode 100644 index 00000000..985deb70 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/diffmodeloverview-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-1400.webp new file mode 100644 index 00000000..8fd0e5b5 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-480.webp new file mode 100644 index 00000000..50b22545 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-800.webp new file mode 100644 index 00000000..8fd0e5b5 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/dlmodelarch-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-1400.webp new file mode 100644 index 00000000..45e43778 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-480.webp new file mode 100644 index 00000000..23386fc8 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-800.webp new file mode 100644 index 00000000..45e43778 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/mseexample-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-1400.webp new file mode 100644 index 00000000..1ad7b4d3 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-480.webp new file mode 100644 index 00000000..29537f4f Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-800.webp new file mode 100644 index 00000000..1ad7b4d3 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/new-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-1400.webp new file mode 100644 index 00000000..63a1de07 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-480.webp new file mode 100644 index 00000000..d4987b30 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-800.webp new file mode 100644 index 00000000..63a1de07 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/orig-800.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-1400.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-1400.webp new file mode 100644 index 00000000..b9c4c7c7 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-1400.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-480.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-480.webp new file mode 100644 index 00000000..959c1d4d Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-480.webp differ diff --git a/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-800.webp b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-800.webp new file mode 100644 index 00000000..b9c4c7c7 Binary files /dev/null and b/assets/img/2023-11-11-Tracking-Multiple-Objects.md/var_result-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-1400.webp b/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-1400.webp new file mode 100644 index 00000000..4a3aef1f Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-480.webp b/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-480.webp new file mode 100644 index 00000000..91cccf1c Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-800.webp b/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-800.webp new file mode 100644 index 00000000..4a3aef1f Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAEAugmentedLC-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-1400.webp b/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-1400.webp new file mode 100644 index 00000000..02bb902d Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-480.webp b/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-480.webp new file mode 100644 index 00000000..9f8d76b4 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-800.webp b/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-800.webp new file mode 100644 index 00000000..02bb902d Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAE_LatentSpace-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-1400.webp b/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-1400.webp new file mode 100644 index 00000000..c513b52c Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-480.webp b/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-480.webp new file mode 100644 index 00000000..559f2f13 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-800.webp b/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-800.webp new file mode 100644 index 00000000..c513b52c Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/DVAE_data_augmentation-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-1400.webp b/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-1400.webp new file mode 100644 index 00000000..e7ff6e35 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-480.webp b/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-480.webp new file mode 100644 index 00000000..e1e281aa Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-800.webp b/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-800.webp new file mode 100644 index 00000000..e7ff6e35 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/LimitedDatasetLC-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-1400.webp b/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-1400.webp new file mode 100644 index 00000000..4b7059d3 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-480.webp b/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-480.webp new file mode 100644 index 00000000..6f033f0a Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-800.webp b/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-800.webp new file mode 100644 index 00000000..4b7059d3 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/TrainingLossOriginal-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-1400.webp b/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-1400.webp new file mode 100644 index 00000000..ee4c4b1c Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-480.webp b/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-480.webp new file mode 100644 index 00000000..c898e328 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-800.webp b/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-800.webp new file mode 100644 index 00000000..ee4c4b1c Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAEAugmentedLC-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-1400.webp b/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-1400.webp new file mode 100644 index 00000000..0ef6b257 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-480.webp b/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-480.webp new file mode 100644 index 00000000..68195c63 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-800.webp b/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-800.webp new file mode 100644 index 00000000..0ef6b257 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAE_LatentSpace-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-1400.webp b/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-1400.webp new file mode 100644 index 00000000..e5ebdc29 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-480.webp b/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-480.webp new file mode 100644 index 00000000..14a8a0aa Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-800.webp b/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-800.webp new file mode 100644 index 00000000..e5ebdc29 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/VAE_data_augmentation-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-1400.webp b/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-1400.webp new file mode 100644 index 00000000..05f7021c Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-480.webp b/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-480.webp new file mode 100644 index 00000000..0dcf1124 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-800.webp b/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-800.webp new file mode 100644 index 00000000..05f7021c Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/fashionMNISTSamples-800.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-1400.webp b/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-1400.webp new file mode 100644 index 00000000..aaf07584 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-1400.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-480.webp b/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-480.webp new file mode 100644 index 00000000..a38cd70d Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-480.webp differ diff --git a/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-800.webp b/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-800.webp new file mode 100644 index 00000000..aaf07584 Binary files /dev/null and b/assets/img/2023-11-11-denoisingVAE/noisyFashionMNISTSamples-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig1-1400.webp b/assets/img/2023-11-11-physics-loss/fig1-1400.webp new file mode 100644 index 00000000..806ed852 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig1-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig1-480.webp b/assets/img/2023-11-11-physics-loss/fig1-480.webp new file mode 100644 index 00000000..bc1e8591 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig1-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig1-800.webp b/assets/img/2023-11-11-physics-loss/fig1-800.webp new file mode 100644 index 00000000..806ed852 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig1-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig2-1400.webp b/assets/img/2023-11-11-physics-loss/fig2-1400.webp new file mode 100644 index 00000000..f97e888b Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig2-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig2-480.webp b/assets/img/2023-11-11-physics-loss/fig2-480.webp new file mode 100644 index 00000000..85c05b29 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig2-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig2-800.webp b/assets/img/2023-11-11-physics-loss/fig2-800.webp new file mode 100644 index 00000000..f97e888b Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig2-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig3-1400.webp b/assets/img/2023-11-11-physics-loss/fig3-1400.webp new file mode 100644 index 00000000..ede7a422 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig3-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig3-480.webp b/assets/img/2023-11-11-physics-loss/fig3-480.webp new file mode 100644 index 00000000..1e90f90d Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig3-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig3-800.webp b/assets/img/2023-11-11-physics-loss/fig3-800.webp new file mode 100644 index 00000000..ede7a422 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig3-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig4-1400.webp b/assets/img/2023-11-11-physics-loss/fig4-1400.webp new file mode 100644 index 00000000..2c318976 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig4-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig4-480.webp b/assets/img/2023-11-11-physics-loss/fig4-480.webp new file mode 100644 index 00000000..0b2bec79 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig4-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig4-800.webp b/assets/img/2023-11-11-physics-loss/fig4-800.webp new file mode 100644 index 00000000..2c318976 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig4-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig4b-1400.webp b/assets/img/2023-11-11-physics-loss/fig4b-1400.webp new file mode 100644 index 00000000..6eecdc9a Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig4b-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig4b-480.webp b/assets/img/2023-11-11-physics-loss/fig4b-480.webp new file mode 100644 index 00000000..e069b412 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig4b-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig4b-800.webp b/assets/img/2023-11-11-physics-loss/fig4b-800.webp new file mode 100644 index 00000000..6eecdc9a Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig4b-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig5a-1400.webp b/assets/img/2023-11-11-physics-loss/fig5a-1400.webp new file mode 100644 index 00000000..bf5944ed Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig5a-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig5a-480.webp b/assets/img/2023-11-11-physics-loss/fig5a-480.webp new file mode 100644 index 00000000..660f591e Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig5a-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig5a-800.webp b/assets/img/2023-11-11-physics-loss/fig5a-800.webp new file mode 100644 index 00000000..bf5944ed Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig5a-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig5b-1400.webp b/assets/img/2023-11-11-physics-loss/fig5b-1400.webp new file mode 100644 index 00000000..cb669227 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig5b-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig5b-480.webp b/assets/img/2023-11-11-physics-loss/fig5b-480.webp new file mode 100644 index 00000000..93ea5b23 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig5b-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig5b-800.webp b/assets/img/2023-11-11-physics-loss/fig5b-800.webp new file mode 100644 index 00000000..cb669227 Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig5b-800.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig6-1400.webp b/assets/img/2023-11-11-physics-loss/fig6-1400.webp new file mode 100644 index 00000000..e4a9a44c Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig6-1400.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig6-480.webp b/assets/img/2023-11-11-physics-loss/fig6-480.webp new file mode 100644 index 00000000..7cf9268c Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig6-480.webp differ diff --git a/assets/img/2023-11-11-physics-loss/fig6-800.webp b/assets/img/2023-11-11-physics-loss/fig6-800.webp new file mode 100644 index 00000000..e4a9a44c Binary files /dev/null and b/assets/img/2023-11-11-physics-loss/fig6-800.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-1400.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-1400.webp new file mode 100644 index 00000000..f1cb9f35 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-1400.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-480.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-480.webp new file mode 100644 index 00000000..efe2df36 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-480.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-800.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-800.webp new file mode 100644 index 00000000..f1cb9f35 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated-800.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-1400.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-1400.webp new file mode 100644 index 00000000..8738a20d Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-1400.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-480.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-480.webp new file mode 100644 index 00000000..28406c06 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-480.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-800.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-800.webp new file mode 100644 index 00000000..8738a20d Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/associated_encoder-800.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-1400.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-1400.webp new file mode 100644 index 00000000..0c3e0101 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-1400.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-480.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-480.webp new file mode 100644 index 00000000..e21dae73 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-480.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-800.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-800.webp new file mode 100644 index 00000000..0c3e0101 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct-800.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-1400.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-1400.webp new file mode 100644 index 00000000..750b5bc9 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-1400.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-480.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-480.webp new file mode 100644 index 00000000..28a8bdc0 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-480.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-800.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-800.webp new file mode 100644 index 00000000..750b5bc9 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/correct_encoder-800.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-1400.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-1400.webp new file mode 100644 index 00000000..9f9c377e Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-1400.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-480.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-480.webp new file mode 100644 index 00000000..3a9761ec Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-480.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-800.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-800.webp new file mode 100644 index 00000000..9f9c377e Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/errors-800.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-1400.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-1400.webp new file mode 100644 index 00000000..e3c5ccb9 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-1400.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-480.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-480.webp new file mode 100644 index 00000000..eada8ab2 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-480.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-800.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-800.webp new file mode 100644 index 00000000..e3c5ccb9 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/flant5errors-800.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-1400.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-1400.webp new file mode 100644 index 00000000..025d0980 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-1400.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-480.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-480.webp new file mode 100644 index 00000000..f7fc78b6 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-480.webp differ diff --git a/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-800.webp b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-800.webp new file mode 100644 index 00000000..025d0980 Binary files /dev/null and b/assets/img/2023-11-11-unraveling-social-reasoning-in-llms/socialiqaerrors-800.webp differ diff --git a/assets/img/2023-11-16-speculative-decoding/Algorithm1-1400.webp b/assets/img/2023-11-16-speculative-decoding/Algorithm1-1400.webp new file mode 100644 index 00000000..ea644e9f Binary files /dev/null and b/assets/img/2023-11-16-speculative-decoding/Algorithm1-1400.webp differ diff --git a/assets/img/2023-11-16-speculative-decoding/Algorithm1-480.webp b/assets/img/2023-11-16-speculative-decoding/Algorithm1-480.webp new file mode 100644 index 00000000..1c032e20 Binary files /dev/null and b/assets/img/2023-11-16-speculative-decoding/Algorithm1-480.webp differ diff --git a/assets/img/2023-11-16-speculative-decoding/Algorithm1-800.webp b/assets/img/2023-11-16-speculative-decoding/Algorithm1-800.webp new file mode 100644 index 00000000..ea644e9f Binary files /dev/null and b/assets/img/2023-11-16-speculative-decoding/Algorithm1-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-1400.webp new file mode 100644 index 00000000..0ec55fa5 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-480.webp new file mode 100644 index 00000000..4b52abb7 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-800.webp new file mode 100644 index 00000000..0ec55fa5 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_feature_viz-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-1400.webp new file mode 100644 index 00000000..49999501 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-480.webp new file mode 100644 index 00000000..942a53d2 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-800.webp new file mode 100644 index 00000000..49999501 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_raw-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-1400.webp new file mode 100644 index 00000000..5c58c5b3 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-480.webp new file mode 100644 index 00000000..080057a6 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-800.webp new file mode 100644 index 00000000..5c58c5b3 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/jar_saliency-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-1400.webp new file mode 100644 index 00000000..0e024310 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-480.webp new file mode 100644 index 00000000..c728ea51 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-800.webp new file mode 100644 index 00000000..0e024310 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_raw-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-1400.webp new file mode 100644 index 00000000..29eea45a Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-480.webp new file mode 100644 index 00000000..bf2901ef Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-800.webp new file mode 100644 index 00000000..29eea45a Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/mug_saliency-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-1400.webp new file mode 100644 index 00000000..e31f08a0 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-480.webp new file mode 100644 index 00000000..59148abb Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-800.webp new file mode 100644 index 00000000..e31f08a0 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table1-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-1400.webp new file mode 100644 index 00000000..d273542e Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-480.webp new file mode 100644 index 00000000..d74b241c Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-800.webp new file mode 100644 index 00000000..d273542e Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table2-800.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-1400.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-1400.webp new file mode 100644 index 00000000..6fc44c92 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-1400.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-480.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-480.webp new file mode 100644 index 00000000..5b326c80 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-480.webp differ diff --git a/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-800.webp b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-800.webp new file mode 100644 index 00000000..6fc44c92 Binary files /dev/null and b/assets/img/2023-11-9-alleviating-catastrophic-forgetting in-classification-tasks-through-strategic-filter-dropout/table3-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-1400.webp new file mode 100644 index 00000000..a9e9050a Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-480.webp new file mode 100644 index 00000000..ba031eba Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-800.webp new file mode 100644 index 00000000..a9e9050a Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/encoder-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-1400.webp new file mode 100644 index 00000000..7c0c6e57 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-480.webp new file mode 100644 index 00000000..2d475881 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-800.webp new file mode 100644 index 00000000..7c0c6e57 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-clusters-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-1400.webp new file mode 100644 index 00000000..6797d5ed Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-480.webp new file mode 100644 index 00000000..8bf79b9b Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-800.webp new file mode 100644 index 00000000..6797d5ed Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s1-top-movies-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-1400.webp new file mode 100644 index 00000000..817528be Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-480.webp new file mode 100644 index 00000000..7fb18552 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-800.webp new file mode 100644 index 00000000..817528be Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-clusters-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-1400.webp new file mode 100644 index 00000000..eb256c72 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-480.webp new file mode 100644 index 00000000..8451e2c1 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-800.webp new file mode 100644 index 00000000..eb256c72 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s2-top-movies-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-1400.webp new file mode 100644 index 00000000..bf2d4bcc Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-480.webp new file mode 100644 index 00000000..4cc7cfe3 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-800.webp new file mode 100644 index 00000000..bf2d4bcc Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-clusters-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-1400.webp new file mode 100644 index 00000000..de88ca49 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-480.webp new file mode 100644 index 00000000..617d0dbd Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-800.webp new file mode 100644 index 00000000..de88ca49 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s3-top-movies-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-1400.webp new file mode 100644 index 00000000..7aac1c89 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-480.webp new file mode 100644 index 00000000..bddf13e6 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-800.webp new file mode 100644 index 00000000..7aac1c89 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-clusters-800.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-1400.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-1400.webp new file mode 100644 index 00000000..8afbea5a Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-1400.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-480.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-480.webp new file mode 100644 index 00000000..8bbf6833 Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-480.webp differ diff --git a/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-800.webp b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-800.webp new file mode 100644 index 00000000..8afbea5a Binary files /dev/null and b/assets/img/2023-12-01-rep-learning-for-rec-systems/s4-top-movies-800.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-1400.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-1400.webp new file mode 100644 index 00000000..b5cca9f8 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-1400.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-480.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-480.webp new file mode 100644 index 00000000..391cb62d Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-480.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-800.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-800.webp new file mode 100644 index 00000000..b5cca9f8 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/2dvs3d-800.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-1400.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-1400.webp new file mode 100644 index 00000000..f68e4499 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-1400.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-480.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-480.webp new file mode 100644 index 00000000..d3b65f4d Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-480.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-800.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-800.webp new file mode 100644 index 00000000..f68e4499 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Interpolation-800.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-1400.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-1400.webp new file mode 100644 index 00000000..95fcc6b7 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-1400.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-480.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-480.webp new file mode 100644 index 00000000..befc7645 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-480.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-800.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-800.webp new file mode 100644 index 00000000..95fcc6b7 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/Post-curing-800.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-1400.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-1400.webp new file mode 100644 index 00000000..f9c7661d Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-1400.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-480.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-480.webp new file mode 100644 index 00000000..344e6e09 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-480.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-800.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-800.webp new file mode 100644 index 00000000..f9c7661d Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/PrbabilisticModel-800.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-1400.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-1400.webp new file mode 100644 index 00000000..65e7ab11 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-1400.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-480.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-480.webp new file mode 100644 index 00000000..86f2d0f5 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-480.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-800.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-800.webp new file mode 100644 index 00000000..65e7ab11 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/SIREN_DECODER-800.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-1400.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-1400.webp new file mode 100644 index 00000000..96b0ef27 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-1400.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-480.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-480.webp new file mode 100644 index 00000000..d41e3578 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-480.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-800.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-800.webp new file mode 100644 index 00000000..96b0ef27 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/TEMPERATURE-800.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-1400.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-1400.webp new file mode 100644 index 00000000..ebae4c71 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-1400.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-480.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-480.webp new file mode 100644 index 00000000..bfad1bb0 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-480.webp differ diff --git a/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-800.webp b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-800.webp new file mode 100644 index 00000000..ebae4c71 Binary files /dev/null and b/assets/img/2023-12-09-Alive Scene Enchanting images with Semantic Embedding/pipeline-800.webp differ diff --git a/assets/img/2023-12-12-Autoencoder-1400.webp b/assets/img/2023-12-12-Autoencoder-1400.webp new file mode 100644 index 00000000..0edb09be Binary files /dev/null and b/assets/img/2023-12-12-Autoencoder-1400.webp differ diff --git a/assets/img/2023-12-12-Autoencoder-480.webp b/assets/img/2023-12-12-Autoencoder-480.webp new file mode 100644 index 00000000..a3fd5089 Binary files /dev/null and b/assets/img/2023-12-12-Autoencoder-480.webp differ diff --git a/assets/img/2023-12-12-Autoencoder-800.webp b/assets/img/2023-12-12-Autoencoder-800.webp new file mode 100644 index 00000000..0edb09be Binary files /dev/null and b/assets/img/2023-12-12-Autoencoder-800.webp differ diff --git a/assets/img/2023-12-12-Comparison-1400.webp b/assets/img/2023-12-12-Comparison-1400.webp new file mode 100644 index 00000000..03e32a4a Binary files /dev/null and b/assets/img/2023-12-12-Comparison-1400.webp differ diff --git a/assets/img/2023-12-12-Comparison-480.webp b/assets/img/2023-12-12-Comparison-480.webp new file mode 100644 index 00000000..a0f4da08 Binary files /dev/null and b/assets/img/2023-12-12-Comparison-480.webp differ diff --git a/assets/img/2023-12-12-Comparison-800.webp b/assets/img/2023-12-12-Comparison-800.webp new file mode 100644 index 00000000..03e32a4a Binary files /dev/null and b/assets/img/2023-12-12-Comparison-800.webp differ diff --git a/assets/img/2023-12-12-FinalArch-1400.webp b/assets/img/2023-12-12-FinalArch-1400.webp new file mode 100644 index 00000000..fb4743b8 Binary files /dev/null and b/assets/img/2023-12-12-FinalArch-1400.webp differ diff --git a/assets/img/2023-12-12-FinalArch-480.webp b/assets/img/2023-12-12-FinalArch-480.webp new file mode 100644 index 00000000..6593a35d Binary files /dev/null and b/assets/img/2023-12-12-FinalArch-480.webp differ diff --git a/assets/img/2023-12-12-FinalArch-800.webp b/assets/img/2023-12-12-FinalArch-800.webp new file mode 100644 index 00000000..fb4743b8 Binary files /dev/null and b/assets/img/2023-12-12-FinalArch-800.webp differ diff --git a/assets/img/2023-12-12-HMN-1400.webp b/assets/img/2023-12-12-HMN-1400.webp new file mode 100644 index 00000000..7551c564 Binary files /dev/null and b/assets/img/2023-12-12-HMN-1400.webp differ diff --git a/assets/img/2023-12-12-HMN-480.webp b/assets/img/2023-12-12-HMN-480.webp new file mode 100644 index 00000000..817237ef Binary files /dev/null and b/assets/img/2023-12-12-HMN-480.webp differ diff --git a/assets/img/2023-12-12-HMN-800.webp b/assets/img/2023-12-12-HMN-800.webp new file mode 100644 index 00000000..7551c564 Binary files /dev/null and b/assets/img/2023-12-12-HMN-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae-1400.webp new file mode 100644 index 00000000..678fbe85 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae-480.webp new file mode 100644 index 00000000..fc484c92 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae-800.webp new file mode 100644 index 00000000..678fbe85 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-1400.webp new file mode 100644 index 00000000..5621b999 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-480.webp new file mode 100644 index 00000000..77f46b34 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-800.webp new file mode 100644 index 00000000..5621b999 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_test-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-1400.webp new file mode 100644 index 00000000..52176fb6 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-480.webp new file mode 100644 index 00000000..3f227814 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-800.webp new file mode 100644 index 00000000..52176fb6 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_digits_train-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-1400.webp new file mode 100644 index 00000000..dec6ab8a Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-480.webp new file mode 100644 index 00000000..0de1b181 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-800.webp new file mode 100644 index 00000000..dec6ab8a Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/ae_10k_logloss-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/representation-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/representation-1400.webp new file mode 100644 index 00000000..2cc0aeb2 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/representation-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/representation-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/representation-480.webp new file mode 100644 index 00000000..77b94837 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/representation-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/representation-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/representation-800.webp new file mode 100644 index 00000000..2cc0aeb2 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/representation-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae-1400.webp new file mode 100644 index 00000000..2717d912 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae-480.webp new file mode 100644 index 00000000..1ce973f6 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae-800.webp new file mode 100644 index 00000000..2717d912 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-1400.webp new file mode 100644 index 00000000..095735bd Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-480.webp new file mode 100644 index 00000000..dfe9ba65 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-800.webp new file mode 100644 index 00000000..095735bd Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_digits-800.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-1400.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-1400.webp new file mode 100644 index 00000000..3ab33ad8 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-1400.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-480.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-480.webp new file mode 100644 index 00000000..8ae419d8 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-480.webp differ diff --git a/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-800.webp b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-800.webp new file mode 100644 index 00000000..3ab33ad8 Binary files /dev/null and b/assets/img/2023-12-12-Iterated-Representation-Learning/vae_10k_logloss-800.webp differ diff --git a/assets/img/2023-12-12-LinearMode/LMC-1400.webp b/assets/img/2023-12-12-LinearMode/LMC-1400.webp new file mode 100644 index 00000000..82efc042 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/LMC-1400.webp differ diff --git a/assets/img/2023-12-12-LinearMode/LMC-480.webp b/assets/img/2023-12-12-LinearMode/LMC-480.webp new file mode 100644 index 00000000..13e99a33 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/LMC-480.webp differ diff --git a/assets/img/2023-12-12-LinearMode/LMC-800.webp b/assets/img/2023-12-12-LinearMode/LMC-800.webp new file mode 100644 index 00000000..82efc042 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/LMC-800.webp differ diff --git a/assets/img/2023-12-12-LinearMode/instability-1400.webp b/assets/img/2023-12-12-LinearMode/instability-1400.webp new file mode 100644 index 00000000..b2ec5532 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/instability-1400.webp differ diff --git a/assets/img/2023-12-12-LinearMode/instability-480.webp b/assets/img/2023-12-12-LinearMode/instability-480.webp new file mode 100644 index 00000000..c0c11cc3 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/instability-480.webp differ diff --git a/assets/img/2023-12-12-LinearMode/instability-800.webp b/assets/img/2023-12-12-LinearMode/instability-800.webp new file mode 100644 index 00000000..b2ec5532 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/instability-800.webp differ diff --git a/assets/img/2023-12-12-LinearMode/interpolation_loss-1400.webp b/assets/img/2023-12-12-LinearMode/interpolation_loss-1400.webp new file mode 100644 index 00000000..f44a76c1 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/interpolation_loss-1400.webp differ diff --git a/assets/img/2023-12-12-LinearMode/interpolation_loss-480.webp b/assets/img/2023-12-12-LinearMode/interpolation_loss-480.webp new file mode 100644 index 00000000..c4d53f6a Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/interpolation_loss-480.webp differ diff --git a/assets/img/2023-12-12-LinearMode/interpolation_loss-800.webp b/assets/img/2023-12-12-LinearMode/interpolation_loss-800.webp new file mode 100644 index 00000000..f44a76c1 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/interpolation_loss-800.webp differ diff --git a/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-1400.webp b/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-1400.webp new file mode 100644 index 00000000..5a242e55 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-1400.webp differ diff --git a/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-480.webp b/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-480.webp new file mode 100644 index 00000000..568e1609 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-480.webp differ diff --git a/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-800.webp b/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-800.webp new file mode 100644 index 00000000..5a242e55 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/pruned_weights_as_mask-800.webp differ diff --git a/assets/img/2023-12-12-LinearMode/sparsity20percent-1400.webp b/assets/img/2023-12-12-LinearMode/sparsity20percent-1400.webp new file mode 100644 index 00000000..623db246 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/sparsity20percent-1400.webp differ diff --git a/assets/img/2023-12-12-LinearMode/sparsity20percent-480.webp b/assets/img/2023-12-12-LinearMode/sparsity20percent-480.webp new file mode 100644 index 00000000..610134e3 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/sparsity20percent-480.webp differ diff --git a/assets/img/2023-12-12-LinearMode/sparsity20percent-800.webp b/assets/img/2023-12-12-LinearMode/sparsity20percent-800.webp new file mode 100644 index 00000000..623db246 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/sparsity20percent-800.webp differ diff --git a/assets/img/2023-12-12-LinearMode/sparsity5percent-1400.webp b/assets/img/2023-12-12-LinearMode/sparsity5percent-1400.webp new file mode 100644 index 00000000..08398267 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/sparsity5percent-1400.webp differ diff --git a/assets/img/2023-12-12-LinearMode/sparsity5percent-480.webp b/assets/img/2023-12-12-LinearMode/sparsity5percent-480.webp new file mode 100644 index 00000000..06dc62ce Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/sparsity5percent-480.webp differ diff --git a/assets/img/2023-12-12-LinearMode/sparsity5percent-800.webp b/assets/img/2023-12-12-LinearMode/sparsity5percent-800.webp new file mode 100644 index 00000000..08398267 Binary files /dev/null and b/assets/img/2023-12-12-LinearMode/sparsity5percent-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-1400.webp new file mode 100644 index 00000000..4a1d5eb2 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-480.webp new file mode 100644 index 00000000..3ca821f5 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-800.webp new file mode 100644 index 00000000..4a1d5eb2 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/Linear Projection Training Curve-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-1400.webp new file mode 100644 index 00000000..37023810 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-480.webp new file mode 100644 index 00000000..8073c07a Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-800.webp new file mode 100644 index 00000000..37023810 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE generating on test set-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-1400.webp new file mode 100644 index 00000000..0f72b6a5 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-480.webp new file mode 100644 index 00000000..012b559e Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-800.webp new file mode 100644 index 00000000..0f72b6a5 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/MSE projection head-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-1400.webp new file mode 100644 index 00000000..31ff4c0c Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-480.webp new file mode 100644 index 00000000..216cbee0 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-800.webp new file mode 100644 index 00000000..31ff4c0c Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/approximate MI-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-1400.webp new file mode 100644 index 00000000..0326d129 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-480.webp new file mode 100644 index 00000000..fc0f9d04 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-800.webp new file mode 100644 index 00000000..0326d129 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 1-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-1400.webp new file mode 100644 index 00000000..67e11fb5 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-480.webp new file mode 100644 index 00000000..76a5f4ae Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-800.webp new file mode 100644 index 00000000..67e11fb5 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 10-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-1400.webp new file mode 100644 index 00000000..bc539fe0 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-480.webp new file mode 100644 index 00000000..aca05810 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-800.webp new file mode 100644 index 00000000..bc539fe0 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta = 5-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-1400.webp new file mode 100644 index 00000000..da5792e9 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-480.webp new file mode 100644 index 00000000..50730554 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-800.webp new file mode 100644 index 00000000..da5792e9 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1 mu=[0,2] train curves-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-1400.webp new file mode 100644 index 00000000..ba8bb057 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-480.webp new file mode 100644 index 00000000..06e92338 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-800.webp new file mode 100644 index 00000000..ba8bb057 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/beta=1, mu=[2] training curves-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-1400.webp new file mode 100644 index 00000000..eccd571a Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-480.webp new file mode 100644 index 00000000..06cf5c0a Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-800.webp new file mode 100644 index 00000000..eccd571a Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example test images-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-1400.webp new file mode 100644 index 00000000..68f33762 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-480.webp new file mode 100644 index 00000000..5cdc0481 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-800.webp new file mode 100644 index 00000000..68f33762 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training noised-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-1400.webp new file mode 100644 index 00000000..7afecb48 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-480.webp new file mode 100644 index 00000000..dee35af7 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-800.webp new file mode 100644 index 00000000..7afecb48 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/example training-800.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-1400.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-1400.webp new file mode 100644 index 00000000..181f0e77 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-1400.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-480.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-480.webp new file mode 100644 index 00000000..8e83258f Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-480.webp differ diff --git a/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-800.webp b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-800.webp new file mode 100644 index 00000000..181f0e77 Binary files /dev/null and b/assets/img/2023-12-12-Recovering Latent Variables with VAEs despite Training Bias/mu=[0] training curves-800.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-1400.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-1400.webp new file mode 100644 index 00000000..529c427f Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-1400.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-480.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-480.webp new file mode 100644 index 00000000..f2449b87 Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-480.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-800.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-800.webp new file mode 100644 index 00000000..529c427f Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/female_ex-800.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-1400.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-1400.webp new file mode 100644 index 00000000..525addad Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-1400.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-480.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-480.webp new file mode 100644 index 00000000..62bbc43b Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-480.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-800.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-800.webp new file mode 100644 index 00000000..525addad Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/gradient-flows-800.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-1400.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-1400.webp new file mode 100644 index 00000000..358e390f Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-1400.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-480.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-480.webp new file mode 100644 index 00000000..d430b7c6 Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-480.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-800.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-800.webp new file mode 100644 index 00000000..358e390f Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/male_ex-800.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-1400.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-1400.webp new file mode 100644 index 00000000..5041d018 Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-1400.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-480.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-480.webp new file mode 100644 index 00000000..eda42a15 Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-480.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-800.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-800.webp new file mode 100644 index 00000000..5041d018 Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_adapt-800.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-1400.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-1400.webp new file mode 100644 index 00000000..6fc3195b Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-1400.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-480.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-480.webp new file mode 100644 index 00000000..ce68402c Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-480.webp differ diff --git a/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-800.webp b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-800.webp new file mode 100644 index 00000000..6fc3195b Binary files /dev/null and b/assets/img/2023-12-12-Semi-Supervised-Domain-Adaptation/train_base-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Enc_dec-1400.webp b/assets/img/2023-12-12-VIVFormer/Enc_dec-1400.webp new file mode 100644 index 00000000..07b2ab85 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Enc_dec-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Enc_dec-480.webp b/assets/img/2023-12-12-VIVFormer/Enc_dec-480.webp new file mode 100644 index 00000000..ffa1ffd0 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Enc_dec-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Enc_dec-800.webp b/assets/img/2023-12-12-VIVFormer/Enc_dec-800.webp new file mode 100644 index 00000000..07b2ab85 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Enc_dec-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Forecasting_real-1400.webp b/assets/img/2023-12-12-VIVFormer/Forecasting_real-1400.webp new file mode 100644 index 00000000..d848d88e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Forecasting_real-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Forecasting_real-480.webp b/assets/img/2023-12-12-VIVFormer/Forecasting_real-480.webp new file mode 100644 index 00000000..47d5baf8 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Forecasting_real-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Forecasting_real-800.webp b/assets/img/2023-12-12-VIVFormer/Forecasting_real-800.webp new file mode 100644 index 00000000..d848d88e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Forecasting_real-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-1400.webp b/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-1400.webp new file mode 100644 index 00000000..f873f0ff Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-480.webp b/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-480.webp new file mode 100644 index 00000000..561b72ea Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-800.webp b/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-800.webp new file mode 100644 index 00000000..f873f0ff Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Forecasting_synthetic-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/GOPR0050_1-1400.webp b/assets/img/2023-12-12-VIVFormer/GOPR0050_1-1400.webp new file mode 100644 index 00000000..9b57f71e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/GOPR0050_1-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/GOPR0050_1-480.webp b/assets/img/2023-12-12-VIVFormer/GOPR0050_1-480.webp new file mode 100644 index 00000000..c394e9aa Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/GOPR0050_1-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/GOPR0050_1-800.webp b/assets/img/2023-12-12-VIVFormer/GOPR0050_1-800.webp new file mode 100644 index 00000000..9b57f71e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/GOPR0050_1-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Image_Processing-1400.webp b/assets/img/2023-12-12-VIVFormer/Image_Processing-1400.webp new file mode 100644 index 00000000..d1739f94 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Image_Processing-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Image_Processing-480.webp b/assets/img/2023-12-12-VIVFormer/Image_Processing-480.webp new file mode 100644 index 00000000..f734799f Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Image_Processing-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Image_Processing-800.webp b/assets/img/2023-12-12-VIVFormer/Image_Processing-800.webp new file mode 100644 index 00000000..d1739f94 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Image_Processing-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Intro-1400.webp b/assets/img/2023-12-12-VIVFormer/Intro-1400.webp new file mode 100644 index 00000000..75f37f95 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Intro-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Intro-480.webp b/assets/img/2023-12-12-VIVFormer/Intro-480.webp new file mode 100644 index 00000000..8b5ede68 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Intro-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Intro-800.webp b/assets/img/2023-12-12-VIVFormer/Intro-800.webp new file mode 100644 index 00000000..75f37f95 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Intro-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Intro2-1400.webp b/assets/img/2023-12-12-VIVFormer/Intro2-1400.webp new file mode 100644 index 00000000..dbd5f932 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Intro2-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Intro2-480.webp b/assets/img/2023-12-12-VIVFormer/Intro2-480.webp new file mode 100644 index 00000000..39103ac5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Intro2-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Intro2-800.webp b/assets/img/2023-12-12-VIVFormer/Intro2-800.webp new file mode 100644 index 00000000..dbd5f932 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Intro2-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/RMS_real-1400.webp b/assets/img/2023-12-12-VIVFormer/RMS_real-1400.webp new file mode 100644 index 00000000..78bb5a2a Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/RMS_real-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/RMS_real-480.webp b/assets/img/2023-12-12-VIVFormer/RMS_real-480.webp new file mode 100644 index 00000000..ee25e1fb Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/RMS_real-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/RMS_real-800.webp b/assets/img/2023-12-12-VIVFormer/RMS_real-800.webp new file mode 100644 index 00000000..78bb5a2a Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/RMS_real-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/RMS_synthetic-1400.webp b/assets/img/2023-12-12-VIVFormer/RMS_synthetic-1400.webp new file mode 100644 index 00000000..eff25156 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/RMS_synthetic-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/RMS_synthetic-480.webp b/assets/img/2023-12-12-VIVFormer/RMS_synthetic-480.webp new file mode 100644 index 00000000..e4648a02 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/RMS_synthetic-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/RMS_synthetic-800.webp b/assets/img/2023-12-12-VIVFormer/RMS_synthetic-800.webp new file mode 100644 index 00000000..eff25156 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/RMS_synthetic-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Transformer_architecture-1400.webp b/assets/img/2023-12-12-VIVFormer/Transformer_architecture-1400.webp new file mode 100644 index 00000000..a3102ef4 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Transformer_architecture-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Transformer_architecture-480.webp b/assets/img/2023-12-12-VIVFormer/Transformer_architecture-480.webp new file mode 100644 index 00000000..cf30061a Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Transformer_architecture-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/Transformer_architecture-800.webp b/assets/img/2023-12-12-VIVFormer/Transformer_architecture-800.webp new file mode 100644 index 00000000..a3102ef4 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/Transformer_architecture-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/VAE-1400.webp b/assets/img/2023-12-12-VIVFormer/VAE-1400.webp new file mode 100644 index 00000000..fab067dc Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/VAE-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/VAE-480.webp b/assets/img/2023-12-12-VIVFormer/VAE-480.webp new file mode 100644 index 00000000..a177115b Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/VAE-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/VAE-800.webp b/assets/img/2023-12-12-VIVFormer/VAE-800.webp new file mode 100644 index 00000000..fab067dc Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/VAE-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/VAE_loss-1400.webp b/assets/img/2023-12-12-VIVFormer/VAE_loss-1400.webp new file mode 100644 index 00000000..ebb0b025 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/VAE_loss-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/VAE_loss-480.webp b/assets/img/2023-12-12-VIVFormer/VAE_loss-480.webp new file mode 100644 index 00000000..1e51a9a3 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/VAE_loss-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/VAE_loss-800.webp b/assets/img/2023-12-12-VIVFormer/VAE_loss-800.webp new file mode 100644 index 00000000..ebb0b025 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/VAE_loss-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-1400.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-1400.webp new file mode 100644 index 00000000..bb97ec9a Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-480.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-480.webp new file mode 100644 index 00000000..1b504556 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-800.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-800.webp new file mode 100644 index 00000000..bb97ec9a Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_difference_real-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-1400.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-1400.webp new file mode 100644 index 00000000..00305039 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-480.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-480.webp new file mode 100644 index 00000000..421ce06f Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-800.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-800.webp new file mode 100644 index 00000000..00305039 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_forecasting_real-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-1400.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-1400.webp new file mode 100644 index 00000000..c40d7bf0 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-480.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-480.webp new file mode 100644 index 00000000..f7a2a942 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-800.webp b/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-800.webp new file mode 100644 index 00000000..c40d7bf0 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/auto_regression_targets_real-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/difference_real-1400.webp b/assets/img/2023-12-12-VIVFormer/difference_real-1400.webp new file mode 100644 index 00000000..4c0c4539 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/difference_real-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/difference_real-480.webp b/assets/img/2023-12-12-VIVFormer/difference_real-480.webp new file mode 100644 index 00000000..28de8bf5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/difference_real-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/difference_real-800.webp b/assets/img/2023-12-12-VIVFormer/difference_real-800.webp new file mode 100644 index 00000000..4c0c4539 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/difference_real-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/difference_synthetic-1400.webp b/assets/img/2023-12-12-VIVFormer/difference_synthetic-1400.webp new file mode 100644 index 00000000..93be03b0 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/difference_synthetic-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/difference_synthetic-480.webp b/assets/img/2023-12-12-VIVFormer/difference_synthetic-480.webp new file mode 100644 index 00000000..8dc7085f Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/difference_synthetic-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/difference_synthetic-800.webp b/assets/img/2023-12-12-VIVFormer/difference_synthetic-800.webp new file mode 100644 index 00000000..93be03b0 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/difference_synthetic-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/enc-1400.webp b/assets/img/2023-12-12-VIVFormer/enc-1400.webp new file mode 100644 index 00000000..7ede1fb6 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/enc-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/enc-480.webp b/assets/img/2023-12-12-VIVFormer/enc-480.webp new file mode 100644 index 00000000..83be1f9c Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/enc-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/enc-800.webp b/assets/img/2023-12-12-VIVFormer/enc-800.webp new file mode 100644 index 00000000..7ede1fb6 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/enc-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/ffn_module-1400.webp b/assets/img/2023-12-12-VIVFormer/ffn_module-1400.webp new file mode 100644 index 00000000..aee12260 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/ffn_module-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/ffn_module-480.webp b/assets/img/2023-12-12-VIVFormer/ffn_module-480.webp new file mode 100644 index 00000000..16e1c398 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/ffn_module-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/ffn_module-800.webp b/assets/img/2023-12-12-VIVFormer/ffn_module-800.webp new file mode 100644 index 00000000..aee12260 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/ffn_module-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/full_schema_experiment-1400.webp b/assets/img/2023-12-12-VIVFormer/full_schema_experiment-1400.webp new file mode 100644 index 00000000..bfeee6b5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/full_schema_experiment-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/full_schema_experiment-480.webp b/assets/img/2023-12-12-VIVFormer/full_schema_experiment-480.webp new file mode 100644 index 00000000..b030cfbf Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/full_schema_experiment-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/full_schema_experiment-800.webp b/assets/img/2023-12-12-VIVFormer/full_schema_experiment-800.webp new file mode 100644 index 00000000..bfeee6b5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/full_schema_experiment-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_1-1400.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_1-1400.webp new file mode 100644 index 00000000..6026603d Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_1-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_1-480.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_1-480.webp new file mode 100644 index 00000000..f5de1459 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_1-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_1-800.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_1-800.webp new file mode 100644 index 00000000..6026603d Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_1-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_2-1400.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_2-1400.webp new file mode 100644 index 00000000..1d15b414 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_2-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_2-480.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_2-480.webp new file mode 100644 index 00000000..3c3df6e4 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_2-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_2-800.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_2-800.webp new file mode 100644 index 00000000..1d15b414 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_2-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_3-1400.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_3-1400.webp new file mode 100644 index 00000000..916ea2d5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_3-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_3-480.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_3-480.webp new file mode 100644 index 00000000..9ed2f24f Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_3-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_3-800.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_3-800.webp new file mode 100644 index 00000000..916ea2d5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_3-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_4-1400.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_4-1400.webp new file mode 100644 index 00000000..26242d0d Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_4-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_4-480.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_4-480.webp new file mode 100644 index 00000000..6825397e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_4-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/generated_VAE_4-800.webp b/assets/img/2023-12-12-VIVFormer/generated_VAE_4-800.webp new file mode 100644 index 00000000..26242d0d Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/generated_VAE_4-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/interpolated_viv-1400.webp b/assets/img/2023-12-12-VIVFormer/interpolated_viv-1400.webp new file mode 100644 index 00000000..39473f63 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/interpolated_viv-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/interpolated_viv-480.webp b/assets/img/2023-12-12-VIVFormer/interpolated_viv-480.webp new file mode 100644 index 00000000..c5e17b35 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/interpolated_viv-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/interpolated_viv-800.webp b/assets/img/2023-12-12-VIVFormer/interpolated_viv-800.webp new file mode 100644 index 00000000..39473f63 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/interpolated_viv-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/mh_attn_module-1400.webp b/assets/img/2023-12-12-VIVFormer/mh_attn_module-1400.webp new file mode 100644 index 00000000..76afe179 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/mh_attn_module-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/mh_attn_module-480.webp b/assets/img/2023-12-12-VIVFormer/mh_attn_module-480.webp new file mode 100644 index 00000000..f252e582 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/mh_attn_module-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/mh_attn_module-800.webp b/assets/img/2023-12-12-VIVFormer/mh_attn_module-800.webp new file mode 100644 index 00000000..76afe179 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/mh_attn_module-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/pixelated_viv-1400.webp b/assets/img/2023-12-12-VIVFormer/pixelated_viv-1400.webp new file mode 100644 index 00000000..88fa3cd0 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/pixelated_viv-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/pixelated_viv-480.webp b/assets/img/2023-12-12-VIVFormer/pixelated_viv-480.webp new file mode 100644 index 00000000..56241720 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/pixelated_viv-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/pixelated_viv-800.webp b/assets/img/2023-12-12-VIVFormer/pixelated_viv-800.webp new file mode 100644 index 00000000..88fa3cd0 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/pixelated_viv-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-1400.webp b/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-1400.webp new file mode 100644 index 00000000..b5fe591e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-480.webp b/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-480.webp new file mode 100644 index 00000000..1e23bbc4 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-800.webp b/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-800.webp new file mode 100644 index 00000000..b5fe591e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_data_VIVformer_loss-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_1-1400.webp b/assets/img/2023-12-12-VIVFormer/real_viv_1-1400.webp new file mode 100644 index 00000000..bf91ef50 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_1-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_1-480.webp b/assets/img/2023-12-12-VIVFormer/real_viv_1-480.webp new file mode 100644 index 00000000..7ff4fc35 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_1-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_1-800.webp b/assets/img/2023-12-12-VIVFormer/real_viv_1-800.webp new file mode 100644 index 00000000..bf91ef50 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_1-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_2-1400.webp b/assets/img/2023-12-12-VIVFormer/real_viv_2-1400.webp new file mode 100644 index 00000000..eafa24eb Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_2-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_2-480.webp b/assets/img/2023-12-12-VIVFormer/real_viv_2-480.webp new file mode 100644 index 00000000..0a1e000e Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_2-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_2-800.webp b/assets/img/2023-12-12-VIVFormer/real_viv_2-800.webp new file mode 100644 index 00000000..eafa24eb Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_2-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_3-1400.webp b/assets/img/2023-12-12-VIVFormer/real_viv_3-1400.webp new file mode 100644 index 00000000..7f27b603 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_3-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_3-480.webp b/assets/img/2023-12-12-VIVFormer/real_viv_3-480.webp new file mode 100644 index 00000000..d4817bab Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_3-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/real_viv_3-800.webp b/assets/img/2023-12-12-VIVFormer/real_viv_3-800.webp new file mode 100644 index 00000000..7f27b603 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/real_viv_3-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/res_attn_module-1400.webp b/assets/img/2023-12-12-VIVFormer/res_attn_module-1400.webp new file mode 100644 index 00000000..7b1e18f9 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/res_attn_module-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/res_attn_module-480.webp b/assets/img/2023-12-12-VIVFormer/res_attn_module-480.webp new file mode 100644 index 00000000..c6ffc293 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/res_attn_module-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/res_attn_module-800.webp b/assets/img/2023-12-12-VIVFormer/res_attn_module-800.webp new file mode 100644 index 00000000..7b1e18f9 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/res_attn_module-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-1400.webp b/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-1400.webp new file mode 100644 index 00000000..cf493fa5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-480.webp b/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-480.webp new file mode 100644 index 00000000..6b212c44 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-800.webp b/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-800.webp new file mode 100644 index 00000000..cf493fa5 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/synthetic_VIVformer_loss-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/targets_real-1400.webp b/assets/img/2023-12-12-VIVFormer/targets_real-1400.webp new file mode 100644 index 00000000..8660ffd3 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/targets_real-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/targets_real-480.webp b/assets/img/2023-12-12-VIVFormer/targets_real-480.webp new file mode 100644 index 00000000..cea09bef Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/targets_real-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/targets_real-800.webp b/assets/img/2023-12-12-VIVFormer/targets_real-800.webp new file mode 100644 index 00000000..8660ffd3 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/targets_real-800.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/targets_synthetic-1400.webp b/assets/img/2023-12-12-VIVFormer/targets_synthetic-1400.webp new file mode 100644 index 00000000..5e3081b8 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/targets_synthetic-1400.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/targets_synthetic-480.webp b/assets/img/2023-12-12-VIVFormer/targets_synthetic-480.webp new file mode 100644 index 00000000..6ad6ce09 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/targets_synthetic-480.webp differ diff --git a/assets/img/2023-12-12-VIVFormer/targets_synthetic-800.webp b/assets/img/2023-12-12-VIVFormer/targets_synthetic-800.webp new file mode 100644 index 00000000..5e3081b8 Binary files /dev/null and b/assets/img/2023-12-12-VIVFormer/targets_synthetic-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-1400.webp new file mode 100644 index 00000000..7a631d49 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-480.webp new file mode 100644 index 00000000..db2c84f9 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-800.webp new file mode 100644 index 00000000..7a631d49 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_bl_norms-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-1400.webp new file mode 100644 index 00000000..dcbfeb6c Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-480.webp new file mode 100644 index 00000000..fab2a48c Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-800.webp new file mode 100644 index 00000000..dcbfeb6c Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_frob_norms-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-1400.webp new file mode 100644 index 00000000..91caa111 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-480.webp new file mode 100644 index 00000000..1c9cf492 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-800.webp new file mode 100644 index 00000000..91caa111 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP2k_spec_norms-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-1400.webp new file mode 100644 index 00000000..1e9c5738 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-480.webp new file mode 100644 index 00000000..32716ddf Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-800.webp new file mode 100644 index 00000000..1e9c5738 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_acc-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-1400.webp new file mode 100644 index 00000000..f5b13112 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-480.webp new file mode 100644 index 00000000..226a40d8 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-800.webp new file mode 100644 index 00000000..f5b13112 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_bl_loss-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-1400.webp new file mode 100644 index 00000000..4ab2e308 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-480.webp new file mode 100644 index 00000000..5154af93 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-800.webp new file mode 100644 index 00000000..4ab2e308 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_acc-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-1400.webp new file mode 100644 index 00000000..fc7e4513 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-480.webp new file mode 100644 index 00000000..6fdf33fd Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-800.webp new file mode 100644 index 00000000..fc7e4513 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_frob_loss-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-1400.webp new file mode 100644 index 00000000..55f46bac Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-480.webp new file mode 100644 index 00000000..ae76098e Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-800.webp new file mode 100644 index 00000000..55f46bac Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_acc-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-1400.webp new file mode 100644 index 00000000..05a76918 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-480.webp new file mode 100644 index 00000000..6275a59f Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-800.webp new file mode 100644 index 00000000..05a76918 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP4k_spec_loss-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-1400.webp new file mode 100644 index 00000000..bdd11ecd Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-480.webp new file mode 100644 index 00000000..c8aba405 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-800.webp new file mode 100644 index 00000000..bdd11ecd Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_acc_sum-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-1400.webp new file mode 100644 index 00000000..6dd73e7c Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-480.webp new file mode 100644 index 00000000..5f545a26 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-800.webp new file mode 100644 index 00000000..6dd73e7c Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Test_loss_sum-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-1400.webp new file mode 100644 index 00000000..fceaa7db Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-480.webp new file mode 100644 index 00000000..d6ec4d6c Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-800.webp new file mode 100644 index 00000000..fceaa7db Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_acc_sum-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-1400.webp new file mode 100644 index 00000000..172b00ef Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-480.webp new file mode 100644 index 00000000..9a1fc825 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-800.webp new file mode 100644 index 00000000..172b00ef Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/MLP_Train_loss_sum-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-1400.webp new file mode 100644 index 00000000..e22aa792 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-480.webp new file mode 100644 index 00000000..e23dfb02 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-800.webp new file mode 100644 index 00000000..e22aa792 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_bl_norms-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-1400.webp new file mode 100644 index 00000000..f981b55e Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-480.webp new file mode 100644 index 00000000..8a5cd0ee Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-800.webp new file mode 100644 index 00000000..f981b55e Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_frob_norms-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-1400.webp new file mode 100644 index 00000000..bc2de4c5 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-480.webp new file mode 100644 index 00000000..3ba6b9d6 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-800.webp new file mode 100644 index 00000000..bc2de4c5 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res34_spec_norms-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-1400.webp new file mode 100644 index 00000000..fb3b75b2 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-480.webp new file mode 100644 index 00000000..32ea090f Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-800.webp new file mode 100644 index 00000000..fb3b75b2 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_acc-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-1400.webp new file mode 100644 index 00000000..2592a50b Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-480.webp new file mode 100644 index 00000000..1e923f65 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-800.webp new file mode 100644 index 00000000..2592a50b Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_bl_loss-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-1400.webp new file mode 100644 index 00000000..f1f53a66 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-480.webp new file mode 100644 index 00000000..81c0575c Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-800.webp new file mode 100644 index 00000000..f1f53a66 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_acc-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-1400.webp new file mode 100644 index 00000000..709871a1 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-480.webp new file mode 100644 index 00000000..9af70e9f Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-800.webp new file mode 100644 index 00000000..709871a1 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_frob_loss-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-1400.webp new file mode 100644 index 00000000..26fa3535 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-480.webp new file mode 100644 index 00000000..eb331b53 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-800.webp new file mode 100644 index 00000000..26fa3535 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_acc-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-1400.webp new file mode 100644 index 00000000..8713adbc Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-480.webp new file mode 100644 index 00000000..f0ba9b80 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-800.webp new file mode 100644 index 00000000..8713adbc Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res50_spec_loss-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-1400.webp new file mode 100644 index 00000000..1fba421f Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-480.webp new file mode 100644 index 00000000..d357fcf8 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-800.webp new file mode 100644 index 00000000..1fba421f Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_acc_sum-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-1400.webp new file mode 100644 index 00000000..bb9cac12 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-480.webp new file mode 100644 index 00000000..f2b02c42 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-800.webp new file mode 100644 index 00000000..bb9cac12 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Test_loss_sum-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-1400.webp new file mode 100644 index 00000000..b400848e Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-480.webp new file mode 100644 index 00000000..76f98247 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-800.webp new file mode 100644 index 00000000..b400848e Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_acc_sum-800.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-1400.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-1400.webp new file mode 100644 index 00000000..58d9e200 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-1400.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-480.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-480.webp new file mode 100644 index 00000000..a5d38fab Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-480.webp differ diff --git a/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-800.webp b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-800.webp new file mode 100644 index 00000000..58d9e200 Binary files /dev/null and b/assets/img/2023-12-12-WeightDecaySpecNormEffects/Res_Train_loss_sum-800.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-1400.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-1400.webp new file mode 100644 index 00000000..e780ae22 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-1400.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-480.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-480.webp new file mode 100644 index 00000000..772e6f1a Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-480.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-800.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-800.webp new file mode 100644 index 00000000..e780ae22 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/approach-800.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-1400.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-1400.webp new file mode 100644 index 00000000..155eb667 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-1400.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-480.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-480.webp new file mode 100644 index 00000000..17423029 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-480.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-800.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-800.webp new file mode 100644 index 00000000..155eb667 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic3-800.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-1400.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-1400.webp new file mode 100644 index 00000000..b1009463 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-1400.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-480.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-480.webp new file mode 100644 index 00000000..d1eaa078 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-480.webp differ diff --git a/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-800.webp b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-800.webp new file mode 100644 index 00000000..b1009463 Binary files /dev/null and b/assets/img/2023-12-12-combining-modalities-for-better-representation-learning/dl_pic4-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-1400.webp new file mode 100644 index 00000000..d823ef0d Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-480.webp new file mode 100644 index 00000000..02551a2d Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-800.webp new file mode 100644 index 00000000..d823ef0d Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (2)-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-1400.webp new file mode 100644 index 00000000..7ec61df0 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-480.webp new file mode 100644 index 00000000..32474629 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-800.webp new file mode 100644 index 00000000..7ec61df0 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (3)-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-1400.webp new file mode 100644 index 00000000..19622303 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-480.webp new file mode 100644 index 00000000..4c847af7 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-800.webp new file mode 100644 index 00000000..19622303 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image (4)-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image-1400.webp new file mode 100644 index 00000000..f7bcffc1 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image-480.webp new file mode 100644 index 00000000..302389b0 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/Image-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/Image-800.webp new file mode 100644 index 00000000..f7bcffc1 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/Image-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-1400.webp new file mode 100644 index 00000000..1b1213d0 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-480.webp new file mode 100644 index 00000000..bdfccc66 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-800.webp new file mode 100644 index 00000000..1b1213d0 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/P2P_data-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-1400.webp new file mode 100644 index 00000000..60acffa5 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-480.webp new file mode 100644 index 00000000..8da9fbd5 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-800.webp new file mode 100644 index 00000000..60acffa5 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/contrastiveshapes-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-1400.webp new file mode 100644 index 00000000..df5b1b59 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-480.webp new file mode 100644 index 00000000..3bd5b280 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-800.webp new file mode 100644 index 00000000..df5b1b59 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_images-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-1400.webp new file mode 100644 index 00000000..b80f6f5c Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-480.webp new file mode 100644 index 00000000..c2982866 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-800.webp new file mode 100644 index 00000000..b80f6f5c Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/sample_videos-800.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-1400.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-1400.webp new file mode 100644 index 00000000..45ed78e0 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-1400.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-480.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-480.webp new file mode 100644 index 00000000..cbe9ee67 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-480.webp differ diff --git a/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-800.webp b/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-800.webp new file mode 100644 index 00000000..45ed78e0 Binary files /dev/null and b/assets/img/2023-12-12-contrastivediffusion-image2video/webvid_processed-800.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 1-1400.webp b/assets/img/2023-12-12-elephantfish-model/figure 1-1400.webp new file mode 100644 index 00000000..e8e32794 Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 1-1400.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 1-480.webp b/assets/img/2023-12-12-elephantfish-model/figure 1-480.webp new file mode 100644 index 00000000..516fad87 Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 1-480.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 1-800.webp b/assets/img/2023-12-12-elephantfish-model/figure 1-800.webp new file mode 100644 index 00000000..e8e32794 Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 1-800.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-1400.webp b/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-1400.webp new file mode 100644 index 00000000..899a4eca Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-1400.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-480.webp b/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-480.webp new file mode 100644 index 00000000..7f7f6e5f Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-480.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-800.webp b/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-800.webp new file mode 100644 index 00000000..899a4eca Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 2 -- comparison epoch 10-800.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-1400.webp b/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-1400.webp new file mode 100644 index 00000000..5a329300 Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-1400.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-480.webp b/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-480.webp new file mode 100644 index 00000000..b3710301 Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-480.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-800.webp b/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-800.webp new file mode 100644 index 00000000..5a329300 Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 3 feature distributions-800.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-1400.webp b/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-1400.webp new file mode 100644 index 00000000..197f6bed Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-1400.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-480.webp b/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-480.webp new file mode 100644 index 00000000..eeb7ea2f Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-480.webp differ diff --git a/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-800.webp b/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-800.webp new file mode 100644 index 00000000..197f6bed Binary files /dev/null and b/assets/img/2023-12-12-elephantfish-model/figure 4 feature conclusions heatmap-800.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot1-1400.webp b/assets/img/2023-12-12-forbidden-facts/plot1-1400.webp new file mode 100644 index 00000000..6eed2378 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot1-1400.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot1-480.webp b/assets/img/2023-12-12-forbidden-facts/plot1-480.webp new file mode 100644 index 00000000..e61d5fee Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot1-480.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot1-800.webp b/assets/img/2023-12-12-forbidden-facts/plot1-800.webp new file mode 100644 index 00000000..6eed2378 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot1-800.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot2-1400.webp b/assets/img/2023-12-12-forbidden-facts/plot2-1400.webp new file mode 100644 index 00000000..84073879 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot2-1400.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot2-480.webp b/assets/img/2023-12-12-forbidden-facts/plot2-480.webp new file mode 100644 index 00000000..c0692ba3 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot2-480.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot2-800.webp b/assets/img/2023-12-12-forbidden-facts/plot2-800.webp new file mode 100644 index 00000000..84073879 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot2-800.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot3-1400.webp b/assets/img/2023-12-12-forbidden-facts/plot3-1400.webp new file mode 100644 index 00000000..7c2ba4ab Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot3-1400.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot3-480.webp b/assets/img/2023-12-12-forbidden-facts/plot3-480.webp new file mode 100644 index 00000000..4775680c Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot3-480.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot3-800.webp b/assets/img/2023-12-12-forbidden-facts/plot3-800.webp new file mode 100644 index 00000000..7c2ba4ab Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot3-800.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot4-1400.webp b/assets/img/2023-12-12-forbidden-facts/plot4-1400.webp new file mode 100644 index 00000000..dd31d293 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot4-1400.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot4-480.webp b/assets/img/2023-12-12-forbidden-facts/plot4-480.webp new file mode 100644 index 00000000..9d130c0f Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot4-480.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot4-800.webp b/assets/img/2023-12-12-forbidden-facts/plot4-800.webp new file mode 100644 index 00000000..dd31d293 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot4-800.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot5-1400.webp b/assets/img/2023-12-12-forbidden-facts/plot5-1400.webp new file mode 100644 index 00000000..22a19c0b Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot5-1400.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot5-480.webp b/assets/img/2023-12-12-forbidden-facts/plot5-480.webp new file mode 100644 index 00000000..ec6a342f Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot5-480.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot5-800.webp b/assets/img/2023-12-12-forbidden-facts/plot5-800.webp new file mode 100644 index 00000000..22a19c0b Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot5-800.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot6-1400.webp b/assets/img/2023-12-12-forbidden-facts/plot6-1400.webp new file mode 100644 index 00000000..ec401d93 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot6-1400.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot6-480.webp b/assets/img/2023-12-12-forbidden-facts/plot6-480.webp new file mode 100644 index 00000000..9d66c9b5 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot6-480.webp differ diff --git a/assets/img/2023-12-12-forbidden-facts/plot6-800.webp b/assets/img/2023-12-12-forbidden-facts/plot6-800.webp new file mode 100644 index 00000000..ec401d93 Binary files /dev/null and b/assets/img/2023-12-12-forbidden-facts/plot6-800.webp differ diff --git a/assets/img/2023-12-12-geneformer-project/rough_structure-1400.webp b/assets/img/2023-12-12-geneformer-project/rough_structure-1400.webp new file mode 100644 index 00000000..bf5dbec3 Binary files /dev/null and b/assets/img/2023-12-12-geneformer-project/rough_structure-1400.webp differ diff --git a/assets/img/2023-12-12-geneformer-project/rough_structure-480.webp b/assets/img/2023-12-12-geneformer-project/rough_structure-480.webp new file mode 100644 index 00000000..7b5cc55d Binary files /dev/null and b/assets/img/2023-12-12-geneformer-project/rough_structure-480.webp differ diff --git a/assets/img/2023-12-12-geneformer-project/rough_structure-800.webp b/assets/img/2023-12-12-geneformer-project/rough_structure-800.webp new file mode 100644 index 00000000..bf5dbec3 Binary files /dev/null and b/assets/img/2023-12-12-geneformer-project/rough_structure-800.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig1-1400.webp b/assets/img/2023-12-12-overparameterization/Fig1-1400.webp new file mode 100644 index 00000000..9ee0f324 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig1-1400.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig1-480.webp b/assets/img/2023-12-12-overparameterization/Fig1-480.webp new file mode 100644 index 00000000..6994a978 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig1-480.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig1-800.webp b/assets/img/2023-12-12-overparameterization/Fig1-800.webp new file mode 100644 index 00000000..9ee0f324 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig1-800.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig2-1400.webp b/assets/img/2023-12-12-overparameterization/Fig2-1400.webp new file mode 100644 index 00000000..6ff5fe71 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig2-1400.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig2-480.webp b/assets/img/2023-12-12-overparameterization/Fig2-480.webp new file mode 100644 index 00000000..59feda07 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig2-480.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig2-800.webp b/assets/img/2023-12-12-overparameterization/Fig2-800.webp new file mode 100644 index 00000000..6ff5fe71 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig2-800.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig3-1400.webp b/assets/img/2023-12-12-overparameterization/Fig3-1400.webp new file mode 100644 index 00000000..4e21de43 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig3-1400.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig3-480.webp b/assets/img/2023-12-12-overparameterization/Fig3-480.webp new file mode 100644 index 00000000..5909baca Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig3-480.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig3-800.webp b/assets/img/2023-12-12-overparameterization/Fig3-800.webp new file mode 100644 index 00000000..4e21de43 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig3-800.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig4-1400.webp b/assets/img/2023-12-12-overparameterization/Fig4-1400.webp new file mode 100644 index 00000000..a0b5b8e6 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig4-1400.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig4-480.webp b/assets/img/2023-12-12-overparameterization/Fig4-480.webp new file mode 100644 index 00000000..34f3f6e5 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig4-480.webp differ diff --git a/assets/img/2023-12-12-overparameterization/Fig4-800.webp b/assets/img/2023-12-12-overparameterization/Fig4-800.webp new file mode 100644 index 00000000..a0b5b8e6 Binary files /dev/null and b/assets/img/2023-12-12-overparameterization/Fig4-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig1-1400.webp b/assets/img/2023-12-12-physics_loss/fig1-1400.webp new file mode 100644 index 00000000..806ed852 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig1-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig1-480.webp b/assets/img/2023-12-12-physics_loss/fig1-480.webp new file mode 100644 index 00000000..bc1e8591 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig1-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig1-800.webp b/assets/img/2023-12-12-physics_loss/fig1-800.webp new file mode 100644 index 00000000..806ed852 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig1-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig2-1400.webp b/assets/img/2023-12-12-physics_loss/fig2-1400.webp new file mode 100644 index 00000000..f97e888b Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig2-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig2-480.webp b/assets/img/2023-12-12-physics_loss/fig2-480.webp new file mode 100644 index 00000000..85c05b29 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig2-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig2-800.webp b/assets/img/2023-12-12-physics_loss/fig2-800.webp new file mode 100644 index 00000000..f97e888b Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig2-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig3-1400.webp b/assets/img/2023-12-12-physics_loss/fig3-1400.webp new file mode 100644 index 00000000..ede7a422 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig3-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig3-480.webp b/assets/img/2023-12-12-physics_loss/fig3-480.webp new file mode 100644 index 00000000..1e90f90d Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig3-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig3-800.webp b/assets/img/2023-12-12-physics_loss/fig3-800.webp new file mode 100644 index 00000000..ede7a422 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig3-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig4-1400.webp b/assets/img/2023-12-12-physics_loss/fig4-1400.webp new file mode 100644 index 00000000..2c318976 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig4-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig4-480.webp b/assets/img/2023-12-12-physics_loss/fig4-480.webp new file mode 100644 index 00000000..0b2bec79 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig4-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig4-800.webp b/assets/img/2023-12-12-physics_loss/fig4-800.webp new file mode 100644 index 00000000..2c318976 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig4-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig4b-1400.webp b/assets/img/2023-12-12-physics_loss/fig4b-1400.webp new file mode 100644 index 00000000..6eecdc9a Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig4b-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig4b-480.webp b/assets/img/2023-12-12-physics_loss/fig4b-480.webp new file mode 100644 index 00000000..e069b412 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig4b-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig4b-800.webp b/assets/img/2023-12-12-physics_loss/fig4b-800.webp new file mode 100644 index 00000000..6eecdc9a Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig4b-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig5a-1400.webp b/assets/img/2023-12-12-physics_loss/fig5a-1400.webp new file mode 100644 index 00000000..bf5944ed Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig5a-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig5a-480.webp b/assets/img/2023-12-12-physics_loss/fig5a-480.webp new file mode 100644 index 00000000..660f591e Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig5a-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig5a-800.webp b/assets/img/2023-12-12-physics_loss/fig5a-800.webp new file mode 100644 index 00000000..bf5944ed Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig5a-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig5b-1400.webp b/assets/img/2023-12-12-physics_loss/fig5b-1400.webp new file mode 100644 index 00000000..cb669227 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig5b-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig5b-480.webp b/assets/img/2023-12-12-physics_loss/fig5b-480.webp new file mode 100644 index 00000000..93ea5b23 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig5b-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig5b-800.webp b/assets/img/2023-12-12-physics_loss/fig5b-800.webp new file mode 100644 index 00000000..cb669227 Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig5b-800.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig6-1400.webp b/assets/img/2023-12-12-physics_loss/fig6-1400.webp new file mode 100644 index 00000000..e4a9a44c Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig6-1400.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig6-480.webp b/assets/img/2023-12-12-physics_loss/fig6-480.webp new file mode 100644 index 00000000..7cf9268c Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig6-480.webp differ diff --git a/assets/img/2023-12-12-physics_loss/fig6-800.webp b/assets/img/2023-12-12-physics_loss/fig6-800.webp new file mode 100644 index 00000000..e4a9a44c Binary files /dev/null and b/assets/img/2023-12-12-physics_loss/fig6-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/block-1400.webp b/assets/img/2023-12-12-projected-fff-networks/block-1400.webp new file mode 100644 index 00000000..359b55b6 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/block-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/block-480.webp b/assets/img/2023-12-12-projected-fff-networks/block-480.webp new file mode 100644 index 00000000..a424af4c Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/block-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/block-800.webp b/assets/img/2023-12-12-projected-fff-networks/block-800.webp new file mode 100644 index 00000000..359b55b6 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/block-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/distil-1400.webp b/assets/img/2023-12-12-projected-fff-networks/distil-1400.webp new file mode 100644 index 00000000..48ca4e1e Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/distil-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/distil-480.webp b/assets/img/2023-12-12-projected-fff-networks/distil-480.webp new file mode 100644 index 00000000..8c60493b Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/distil-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/distil-800.webp b/assets/img/2023-12-12-projected-fff-networks/distil-800.webp new file mode 100644 index 00000000..48ca4e1e Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/distil-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/gauss-1400.webp b/assets/img/2023-12-12-projected-fff-networks/gauss-1400.webp new file mode 100644 index 00000000..abf4bdd7 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/gauss-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/gauss-480.webp b/assets/img/2023-12-12-projected-fff-networks/gauss-480.webp new file mode 100644 index 00000000..57759fc0 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/gauss-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/gauss-800.webp b/assets/img/2023-12-12-projected-fff-networks/gauss-800.webp new file mode 100644 index 00000000..abf4bdd7 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/gauss-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/la_100-1400.webp b/assets/img/2023-12-12-projected-fff-networks/la_100-1400.webp new file mode 100644 index 00000000..3fe0320f Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/la_100-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/la_100-480.webp b/assets/img/2023-12-12-projected-fff-networks/la_100-480.webp new file mode 100644 index 00000000..c15bf2c8 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/la_100-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/la_100-800.webp b/assets/img/2023-12-12-projected-fff-networks/la_100-800.webp new file mode 100644 index 00000000..3fe0320f Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/la_100-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/la_100_bad-1400.webp b/assets/img/2023-12-12-projected-fff-networks/la_100_bad-1400.webp new file mode 100644 index 00000000..6f72df24 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/la_100_bad-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/la_100_bad-480.webp b/assets/img/2023-12-12-projected-fff-networks/la_100_bad-480.webp new file mode 100644 index 00000000..c8de12ac Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/la_100_bad-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/la_100_bad-800.webp b/assets/img/2023-12-12-projected-fff-networks/la_100_bad-800.webp new file mode 100644 index 00000000..6f72df24 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/la_100_bad-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/mnist-1400.webp b/assets/img/2023-12-12-projected-fff-networks/mnist-1400.webp new file mode 100644 index 00000000..7071285c Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/mnist-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/mnist-480.webp b/assets/img/2023-12-12-projected-fff-networks/mnist-480.webp new file mode 100644 index 00000000..c91239af Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/mnist-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/mnist-800.webp b/assets/img/2023-12-12-projected-fff-networks/mnist-800.webp new file mode 100644 index 00000000..7071285c Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/mnist-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non-distil-1400.webp b/assets/img/2023-12-12-projected-fff-networks/non-distil-1400.webp new file mode 100644 index 00000000..2f9dd99c Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non-distil-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non-distil-480.webp b/assets/img/2023-12-12-projected-fff-networks/non-distil-480.webp new file mode 100644 index 00000000..7f33b81a Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non-distil-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non-distil-800.webp b/assets/img/2023-12-12-projected-fff-networks/non-distil-800.webp new file mode 100644 index 00000000..2f9dd99c Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non-distil-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non_block-1400.webp b/assets/img/2023-12-12-projected-fff-networks/non_block-1400.webp new file mode 100644 index 00000000..31816cd5 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non_block-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non_block-480.webp b/assets/img/2023-12-12-projected-fff-networks/non_block-480.webp new file mode 100644 index 00000000..e401a540 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non_block-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non_block-800.webp b/assets/img/2023-12-12-projected-fff-networks/non_block-800.webp new file mode 100644 index 00000000..31816cd5 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non_block-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non_random-1400.webp b/assets/img/2023-12-12-projected-fff-networks/non_random-1400.webp new file mode 100644 index 00000000..8185c164 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non_random-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non_random-480.webp b/assets/img/2023-12-12-projected-fff-networks/non_random-480.webp new file mode 100644 index 00000000..016081fc Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non_random-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/non_random-800.webp b/assets/img/2023-12-12-projected-fff-networks/non_random-800.webp new file mode 100644 index 00000000..8185c164 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/non_random-800.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/random-1400.webp b/assets/img/2023-12-12-projected-fff-networks/random-1400.webp new file mode 100644 index 00000000..969a6493 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/random-1400.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/random-480.webp b/assets/img/2023-12-12-projected-fff-networks/random-480.webp new file mode 100644 index 00000000..387a28f8 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/random-480.webp differ diff --git a/assets/img/2023-12-12-projected-fff-networks/random-800.webp b/assets/img/2023-12-12-projected-fff-networks/random-800.webp new file mode 100644 index 00000000..969a6493 Binary files /dev/null and b/assets/img/2023-12-12-projected-fff-networks/random-800.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/degree-1400.webp b/assets/img/2023-12-12-scRNA-GNNS/degree-1400.webp new file mode 100644 index 00000000..5223ae15 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/degree-1400.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/degree-480.webp b/assets/img/2023-12-12-scRNA-GNNS/degree-480.webp new file mode 100644 index 00000000..d04684b5 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/degree-480.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/degree-800.webp b/assets/img/2023-12-12-scRNA-GNNS/degree-800.webp new file mode 100644 index 00000000..5223ae15 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/degree-800.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/embedding24-1400.webp b/assets/img/2023-12-12-scRNA-GNNS/embedding24-1400.webp new file mode 100644 index 00000000..e8b387e0 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/embedding24-1400.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/embedding24-480.webp b/assets/img/2023-12-12-scRNA-GNNS/embedding24-480.webp new file mode 100644 index 00000000..f789d0dd Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/embedding24-480.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/embedding24-800.webp b/assets/img/2023-12-12-scRNA-GNNS/embedding24-800.webp new file mode 100644 index 00000000..e8b387e0 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/embedding24-800.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/embedding5-1400.webp b/assets/img/2023-12-12-scRNA-GNNS/embedding5-1400.webp new file mode 100644 index 00000000..c9cfd426 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/embedding5-1400.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/embedding5-480.webp b/assets/img/2023-12-12-scRNA-GNNS/embedding5-480.webp new file mode 100644 index 00000000..fff69698 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/embedding5-480.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/embedding5-800.webp b/assets/img/2023-12-12-scRNA-GNNS/embedding5-800.webp new file mode 100644 index 00000000..c9cfd426 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/embedding5-800.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-1400.webp b/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-1400.webp new file mode 100644 index 00000000..66e8ff96 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-1400.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-480.webp b/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-480.webp new file mode 100644 index 00000000..e04a9445 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-480.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-800.webp b/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-800.webp new file mode 100644 index 00000000..66e8ff96 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/pca_louvainclusters-800.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-1400.webp b/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-1400.webp new file mode 100644 index 00000000..0e6a6ee5 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-1400.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-480.webp b/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-480.webp new file mode 100644 index 00000000..68abb453 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-480.webp differ diff --git a/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-800.webp b/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-800.webp new file mode 100644 index 00000000..0e6a6ee5 Binary files /dev/null and b/assets/img/2023-12-12-scRNA-GNNS/scGNNclusters-800.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/.DS_Store b/assets/img/2023-12-12-solvent-encoding/.DS_Store deleted file mode 100644 index 7414b106..00000000 Binary files a/assets/img/2023-12-12-solvent-encoding/.DS_Store and /dev/null differ diff --git a/assets/img/2023-12-12-solvent-encoding/PharmHGT-1400.webp b/assets/img/2023-12-12-solvent-encoding/PharmHGT-1400.webp new file mode 100644 index 00000000..2a79b8c7 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/PharmHGT-1400.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/PharmHGT-480.webp b/assets/img/2023-12-12-solvent-encoding/PharmHGT-480.webp new file mode 100644 index 00000000..030c4671 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/PharmHGT-480.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/PharmHGT-800.webp b/assets/img/2023-12-12-solvent-encoding/PharmHGT-800.webp new file mode 100644 index 00000000..2a79b8c7 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/PharmHGT-800.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/chemprop-1400.webp b/assets/img/2023-12-12-solvent-encoding/chemprop-1400.webp new file mode 100644 index 00000000..8981e25e Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/chemprop-1400.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/chemprop-480.webp b/assets/img/2023-12-12-solvent-encoding/chemprop-480.webp new file mode 100644 index 00000000..e81b8dda Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/chemprop-480.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/chemprop-800.webp b/assets/img/2023-12-12-solvent-encoding/chemprop-800.webp new file mode 100644 index 00000000..8981e25e Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/chemprop-800.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/graph-1400.webp b/assets/img/2023-12-12-solvent-encoding/graph-1400.webp new file mode 100644 index 00000000..7309c0e0 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/graph-1400.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/graph-480.webp b/assets/img/2023-12-12-solvent-encoding/graph-480.webp new file mode 100644 index 00000000..6168ddbb Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/graph-480.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/graph-800.webp b/assets/img/2023-12-12-solvent-encoding/graph-800.webp new file mode 100644 index 00000000..7309c0e0 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/graph-800.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-1400.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-1400.webp new file mode 100644 index 00000000..565d305b Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-1400.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-480.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-480.webp new file mode 100644 index 00000000..f3f7ff8f Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-480.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-800.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-800.webp new file mode 100644 index 00000000..565d305b Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_MAE-800.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-1400.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-1400.webp new file mode 100644 index 00000000..27abbb48 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-1400.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-480.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-480.webp new file mode 100644 index 00000000..0efa3c57 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-480.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-800.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-800.webp new file mode 100644 index 00000000..27abbb48 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_PharmHGT_train-800.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-1400.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-1400.webp new file mode 100644 index 00000000..ecf0983e Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-1400.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-480.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-480.webp new file mode 100644 index 00000000..b39dc65d Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-480.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-800.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-800.webp new file mode 100644 index 00000000..ecf0983e Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_R2-800.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-1400.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-1400.webp new file mode 100644 index 00000000..32e93586 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-1400.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-480.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-480.webp new file mode 100644 index 00000000..9a397c3b Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-480.webp differ diff --git a/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-800.webp b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-800.webp new file mode 100644 index 00000000..32e93586 Binary files /dev/null and b/assets/img/2023-12-12-solvent-encoding/solvent_encoding_RMSE-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-1400.webp new file mode 100644 index 00000000..8673a329 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-480.webp new file mode 100644 index 00000000..7b6eecad Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-800.webp new file mode 100644 index 00000000..8673a329 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/dataset_size_research_fig-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-1400.webp new file mode 100644 index 00000000..fbfe2d1e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-480.webp new file mode 100644 index 00000000..88605d08 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-800.webp new file mode 100644 index 00000000..fbfe2d1e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/energy_dataset_split-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-1400.webp new file mode 100644 index 00000000..ecc21f26 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-480.webp new file mode 100644 index 00000000..62f0817e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-800.webp new file mode 100644 index 00000000..ecc21f26 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_0001-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-1400.webp new file mode 100644 index 00000000..41aefc55 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-480.webp new file mode 100644 index 00000000..b66b43aa Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-800.webp new file mode 100644 index 00000000..41aefc55 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_002-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-1400.webp new file mode 100644 index 00000000..ff272e98 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-480.webp new file mode 100644 index 00000000..d092ab1b Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-800.webp new file mode 100644 index 00000000..ff272e98 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_005-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-1400.webp new file mode 100644 index 00000000..a6c6bd65 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-480.webp new file mode 100644 index 00000000..0780e2f3 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-800.webp new file mode 100644 index 00000000..a6c6bd65 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_noisy_01-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-1400.webp new file mode 100644 index 00000000..ff4410a0 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-480.webp new file mode 100644 index 00000000..da3222eb Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-800.webp new file mode 100644 index 00000000..ff4410a0 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_10-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-1400.webp new file mode 100644 index 00000000..f25ab3b9 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-480.webp new file mode 100644 index 00000000..9d5a46a8 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-800.webp new file mode 100644 index 00000000..f25ab3b9 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_100-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-1400.webp new file mode 100644 index 00000000..179e2afa Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-480.webp new file mode 100644 index 00000000..6a5969d0 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-800.webp new file mode 100644 index 00000000..179e2afa Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_20-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-1400.webp new file mode 100644 index 00000000..456eadba Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-480.webp new file mode 100644 index 00000000..50156283 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-800.webp new file mode 100644 index 00000000..456eadba Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_50-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-1400.webp new file mode 100644 index 00000000..4be8c465 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-480.webp new file mode 100644 index 00000000..ac14c3d9 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-800.webp new file mode 100644 index 00000000..4be8c465 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_pred_80-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-1400.webp new file mode 100644 index 00000000..42878fcc Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-480.webp new file mode 100644 index 00000000..771f191f Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-800.webp new file mode 100644 index 00000000..42878fcc Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/lstm_trans_dataset_size_res-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-1400.webp new file mode 100644 index 00000000..185e917e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-480.webp new file mode 100644 index 00000000..4f0c1bb1 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-800.webp new file mode 100644 index 00000000..185e917e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_0001-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-1400.webp new file mode 100644 index 00000000..21cb151a Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-480.webp new file mode 100644 index 00000000..7b1d2b52 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-800.webp new file mode 100644 index 00000000..21cb151a Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_001-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-1400.webp new file mode 100644 index 00000000..095dda99 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-480.webp new file mode 100644 index 00000000..0da0a4d9 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-800.webp new file mode 100644 index 00000000..095dda99 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_003-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-1400.webp new file mode 100644 index 00000000..6584738e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-480.webp new file mode 100644 index 00000000..73c9c1f5 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-800.webp new file mode 100644 index 00000000..6584738e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noise_variance_008-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-1400.webp new file mode 100644 index 00000000..f5c02d99 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-480.webp new file mode 100644 index 00000000..04be55c8 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-800.webp new file mode 100644 index 00000000..f5c02d99 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/noisy_loss-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-1400.webp new file mode 100644 index 00000000..50976702 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-480.webp new file mode 100644 index 00000000..557d3671 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-800.webp new file mode 100644 index 00000000..50976702 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/prediction_size_loss-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-1400.webp new file mode 100644 index 00000000..7ecee8ed Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-480.webp new file mode 100644 index 00000000..e168ed64 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-800.webp new file mode 100644 index 00000000..7ecee8ed Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/rnn-lstm-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-1400.webp new file mode 100644 index 00000000..5f24b3c1 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-480.webp new file mode 100644 index 00000000..e4f01f3e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-800.webp new file mode 100644 index 00000000..5f24b3c1 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/test_set_pred_40-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-1400.webp new file mode 100644 index 00000000..42475fc2 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-480.webp new file mode 100644 index 00000000..6037793d Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-800.webp new file mode 100644 index 00000000..42475fc2 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_arch-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-1400.webp new file mode 100644 index 00000000..b3741aba Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-480.webp new file mode 100644 index 00000000..b075c25e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-800.webp new file mode 100644 index 00000000..b3741aba Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_0001-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-1400.webp new file mode 100644 index 00000000..81c95fa4 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-480.webp new file mode 100644 index 00000000..de5ef6d2 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-800.webp new file mode 100644 index 00000000..81c95fa4 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_002-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-1400.webp new file mode 100644 index 00000000..1a562a9e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-480.webp new file mode 100644 index 00000000..b50a2cf6 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-800.webp new file mode 100644 index 00000000..1a562a9e Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_005-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-1400.webp new file mode 100644 index 00000000..ed2633b7 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-480.webp new file mode 100644 index 00000000..ff118f3c Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-800.webp new file mode 100644 index 00000000..ed2633b7 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_noisy_01-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-1400.webp new file mode 100644 index 00000000..e95ace77 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-480.webp new file mode 100644 index 00000000..d50cb7fe Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-800.webp new file mode 100644 index 00000000..e95ace77 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_10-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-1400.webp new file mode 100644 index 00000000..3326752f Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-480.webp new file mode 100644 index 00000000..07110130 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-800.webp new file mode 100644 index 00000000..3326752f Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_100-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-1400.webp new file mode 100644 index 00000000..32627f3c Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-480.webp new file mode 100644 index 00000000..1bf7c03b Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-800.webp new file mode 100644 index 00000000..32627f3c Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_20-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-1400.webp new file mode 100644 index 00000000..be9b64bb Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-480.webp new file mode 100644 index 00000000..0f6587fc Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-800.webp new file mode 100644 index 00000000..be9b64bb Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_50-800.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-1400.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-1400.webp new file mode 100644 index 00000000..953e77b0 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-1400.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-480.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-480.webp new file mode 100644 index 00000000..c600a68f Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-480.webp differ diff --git a/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-800.webp b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-800.webp new file mode 100644 index 00000000..953e77b0 Binary files /dev/null and b/assets/img/2023-12-12-time-series-lstm-transformer/transformer_pred_80-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-1400.webp new file mode 100644 index 00000000..1f211a44 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-480.webp new file mode 100644 index 00000000..4882cff1 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-800.webp new file mode 100644 index 00000000..1f211a44 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_mc-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-1400.webp new file mode 100644 index 00000000..49740a2e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-480.webp new file mode 100644 index 00000000..3159e56e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-800.webp new file mode 100644 index 00000000..49740a2e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_correlation_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-1400.webp new file mode 100644 index 00000000..db4d0944 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-480.webp new file mode 100644 index 00000000..62e4ae0d Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-800.webp new file mode 100644 index 00000000..db4d0944 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_full_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-1400.webp new file mode 100644 index 00000000..93d0a319 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-480.webp new file mode 100644 index 00000000..d6cc004b Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-800.webp new file mode 100644 index 00000000..93d0a319 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_id_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-1400.webp new file mode 100644 index 00000000..616553dc Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-480.webp new file mode 100644 index 00000000..1a9d9570 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-800.webp new file mode 100644 index 00000000..616553dc Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_ood_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-1400.webp new file mode 100644 index 00000000..b6c77c23 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-480.webp new file mode 100644 index 00000000..5dac883b Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-800.webp new file mode 100644 index 00000000..b6c77c23 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_easy_scwag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-1400.webp new file mode 100644 index 00000000..9b4596a6 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-480.webp new file mode 100644 index 00000000..e6512944 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-800.webp new file mode 100644 index 00000000..9b4596a6 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_full_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-1400.webp new file mode 100644 index 00000000..4e3f3266 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-480.webp new file mode 100644 index 00000000..74a2f922 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-800.webp new file mode 100644 index 00000000..4e3f3266 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_id_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-1400.webp new file mode 100644 index 00000000..1a1786c9 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-480.webp new file mode 100644 index 00000000..acafde50 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-800.webp new file mode 100644 index 00000000..1a1786c9 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_ood_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-1400.webp new file mode 100644 index 00000000..8a21a513 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-480.webp new file mode 100644 index 00000000..4d3688ab Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-800.webp new file mode 100644 index 00000000..8a21a513 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_hard_scwag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-1400.webp new file mode 100644 index 00000000..023b9d6c Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-480.webp new file mode 100644 index 00000000..9befcecc Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-800.webp new file mode 100644 index 00000000..023b9d6c Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/cifar_scwag_correlations-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-1400.webp new file mode 100644 index 00000000..69680552 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-480.webp new file mode 100644 index 00000000..c34042be Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-800.webp new file mode 100644 index 00000000..69680552 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/kl_cifar_violin-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-1400.webp new file mode 100644 index 00000000..9f92ada5 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-480.webp new file mode 100644 index 00000000..571feff4 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-800.webp new file mode 100644 index 00000000..9f92ada5 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/kl_mnist_violin-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-1400.webp new file mode 100644 index 00000000..0273a387 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-480.webp new file mode 100644 index 00000000..7cee6059 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-800.webp new file mode 100644 index 00000000..0273a387 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_mc-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-1400.webp new file mode 100644 index 00000000..7ab617dc Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-480.webp new file mode 100644 index 00000000..c540b7a9 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-800.webp new file mode 100644 index 00000000..7ab617dc Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_correlation_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-1400.webp new file mode 100644 index 00000000..6bba2eac Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-480.webp new file mode 100644 index 00000000..d9752fe9 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-800.webp new file mode 100644 index 00000000..6bba2eac Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_full_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-1400.webp new file mode 100644 index 00000000..7264a2d2 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-480.webp new file mode 100644 index 00000000..7d3098e1 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-800.webp new file mode 100644 index 00000000..7264a2d2 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_id_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-1400.webp new file mode 100644 index 00000000..7108ba54 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-480.webp new file mode 100644 index 00000000..452020f9 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-800.webp new file mode 100644 index 00000000..7108ba54 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_ood_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-1400.webp new file mode 100644 index 00000000..49f81f26 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-480.webp new file mode 100644 index 00000000..3e310d41 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-800.webp new file mode 100644 index 00000000..49f81f26 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_easy_scwag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-1400.webp new file mode 100644 index 00000000..54338628 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-480.webp new file mode 100644 index 00000000..c56a6df9 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-800.webp new file mode 100644 index 00000000..54338628 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_full_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-1400.webp new file mode 100644 index 00000000..2e897259 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-480.webp new file mode 100644 index 00000000..639902ec Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-800.webp new file mode 100644 index 00000000..2e897259 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_id_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-1400.webp new file mode 100644 index 00000000..7a27a54f Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-480.webp new file mode 100644 index 00000000..8430e287 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-800.webp new file mode 100644 index 00000000..7a27a54f Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_ood_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-1400.webp new file mode 100644 index 00000000..8705571e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-480.webp new file mode 100644 index 00000000..073e2028 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-800.webp new file mode 100644 index 00000000..8705571e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_hard_scwag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-1400.webp new file mode 100644 index 00000000..03eca81e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-480.webp new file mode 100644 index 00000000..58b7dd4f Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-800.webp new file mode 100644 index 00000000..03eca81e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/mnist_scwag_correlations-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-1400.webp new file mode 100644 index 00000000..9de6f05e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-480.webp new file mode 100644 index 00000000..f3f8b7ec Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-800.webp new file mode 100644 index 00000000..9de6f05e Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_algo-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-1400.webp new file mode 100644 index 00000000..b97d25be Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-480.webp new file mode 100644 index 00000000..ae9f9654 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-800.webp new file mode 100644 index 00000000..b97d25be Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_cifar_violin-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-1400.webp new file mode 100644 index 00000000..622f64e7 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-480.webp new file mode 100644 index 00000000..cf2698b3 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-800.webp new file mode 100644 index 00000000..622f64e7 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_correlations-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-1400.webp new file mode 100644 index 00000000..7349d1a0 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-480.webp new file mode 100644 index 00000000..e78a50f0 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-800.webp new file mode 100644 index 00000000..7349d1a0 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scod_mnist_violin-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-1400.webp new file mode 100644 index 00000000..9cad271b Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-480.webp new file mode 100644 index 00000000..77df330c Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-800.webp new file mode 100644 index 00000000..9cad271b Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_cifar_violin-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-1400.webp new file mode 100644 index 00000000..0f46d46d Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-480.webp new file mode 100644 index 00000000..44d00dd3 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-800.webp new file mode 100644 index 00000000..0f46d46d Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/scodv2_mnist_violin-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-1400.webp new file mode 100644 index 00000000..c4abc6c8 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-480.webp new file mode 100644 index 00000000..f6743162 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-800.webp new file mode 100644 index 00000000..c4abc6c8 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/violin_cifar_swag-800.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-1400.webp b/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-1400.webp new file mode 100644 index 00000000..52163d74 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-1400.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-480.webp b/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-480.webp new file mode 100644 index 00000000..ecb45d51 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-480.webp differ diff --git a/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-800.webp b/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-800.webp new file mode 100644 index 00000000..52163d74 Binary files /dev/null and b/assets/img/2023-12-12-uncertainty-detection-project/violin_mnist_swag-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/bios-1400.webp b/assets/img/2023-12-12-watermarked-llms/bios-1400.webp new file mode 100644 index 00000000..d6183198 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/bios-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/bios-480.webp b/assets/img/2023-12-12-watermarked-llms/bios-480.webp new file mode 100644 index 00000000..176f3b63 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/bios-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/bios-800.webp b/assets/img/2023-12-12-watermarked-llms/bios-800.webp new file mode 100644 index 00000000..d6183198 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/bios-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-1400.webp b/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-1400.webp new file mode 100644 index 00000000..991dcd3b Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-480.webp b/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-480.webp new file mode 100644 index 00000000..eaf6a5de Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-800.webp b/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-800.webp new file mode 100644 index 00000000..991dcd3b Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/evaluation-prompt-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/gamma-delta-1400.webp b/assets/img/2023-12-12-watermarked-llms/gamma-delta-1400.webp new file mode 100644 index 00000000..128651ef Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/gamma-delta-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/gamma-delta-480.webp b/assets/img/2023-12-12-watermarked-llms/gamma-delta-480.webp new file mode 100644 index 00000000..5252ce9b Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/gamma-delta-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/gamma-delta-800.webp b/assets/img/2023-12-12-watermarked-llms/gamma-delta-800.webp new file mode 100644 index 00000000..128651ef Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/gamma-delta-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/generation-prompt-1400.webp b/assets/img/2023-12-12-watermarked-llms/generation-prompt-1400.webp new file mode 100644 index 00000000..17884e6f Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/generation-prompt-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/generation-prompt-480.webp b/assets/img/2023-12-12-watermarked-llms/generation-prompt-480.webp new file mode 100644 index 00000000..95767d75 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/generation-prompt-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/generation-prompt-800.webp b/assets/img/2023-12-12-watermarked-llms/generation-prompt-800.webp new file mode 100644 index 00000000..17884e6f Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/generation-prompt-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/nelson-mandela-1400.webp b/assets/img/2023-12-12-watermarked-llms/nelson-mandela-1400.webp new file mode 100644 index 00000000..2a1bef25 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/nelson-mandela-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/nelson-mandela-480.webp b/assets/img/2023-12-12-watermarked-llms/nelson-mandela-480.webp new file mode 100644 index 00000000..b453741e Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/nelson-mandela-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/nelson-mandela-800.webp b/assets/img/2023-12-12-watermarked-llms/nelson-mandela-800.webp new file mode 100644 index 00000000..2a1bef25 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/nelson-mandela-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/reddit-comment-1400.webp b/assets/img/2023-12-12-watermarked-llms/reddit-comment-1400.webp new file mode 100644 index 00000000..0537983f Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/reddit-comment-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/reddit-comment-480.webp b/assets/img/2023-12-12-watermarked-llms/reddit-comment-480.webp new file mode 100644 index 00000000..39f3b856 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/reddit-comment-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/reddit-comment-800.webp b/assets/img/2023-12-12-watermarked-llms/reddit-comment-800.webp new file mode 100644 index 00000000..0537983f Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/reddit-comment-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/reddit-post-1400.webp b/assets/img/2023-12-12-watermarked-llms/reddit-post-1400.webp new file mode 100644 index 00000000..2528df22 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/reddit-post-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/reddit-post-480.webp b/assets/img/2023-12-12-watermarked-llms/reddit-post-480.webp new file mode 100644 index 00000000..13448b52 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/reddit-post-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/reddit-post-800.webp b/assets/img/2023-12-12-watermarked-llms/reddit-post-800.webp new file mode 100644 index 00000000..2528df22 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/reddit-post-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/repetitions-1400.webp b/assets/img/2023-12-12-watermarked-llms/repetitions-1400.webp new file mode 100644 index 00000000..556282fd Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/repetitions-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/repetitions-480.webp b/assets/img/2023-12-12-watermarked-llms/repetitions-480.webp new file mode 100644 index 00000000..2720e264 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/repetitions-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/repetitions-800.webp b/assets/img/2023-12-12-watermarked-llms/repetitions-800.webp new file mode 100644 index 00000000..556282fd Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/repetitions-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/stats-1400.webp b/assets/img/2023-12-12-watermarked-llms/stats-1400.webp new file mode 100644 index 00000000..0238c882 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/stats-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/stats-480.webp b/assets/img/2023-12-12-watermarked-llms/stats-480.webp new file mode 100644 index 00000000..bbd02005 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/stats-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/stats-800.webp b/assets/img/2023-12-12-watermarked-llms/stats-800.webp new file mode 100644 index 00000000..0238c882 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/stats-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/watermark-scheme-1400.webp b/assets/img/2023-12-12-watermarked-llms/watermark-scheme-1400.webp new file mode 100644 index 00000000..2267a0be Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/watermark-scheme-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/watermark-scheme-480.webp b/assets/img/2023-12-12-watermarked-llms/watermark-scheme-480.webp new file mode 100644 index 00000000..3b022a18 Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/watermark-scheme-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/watermark-scheme-800.webp b/assets/img/2023-12-12-watermarked-llms/watermark-scheme-800.webp new file mode 100644 index 00000000..2267a0be Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/watermark-scheme-800.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/word-sneak-1400.webp b/assets/img/2023-12-12-watermarked-llms/word-sneak-1400.webp new file mode 100644 index 00000000..2fa339cb Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/word-sneak-1400.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/word-sneak-480.webp b/assets/img/2023-12-12-watermarked-llms/word-sneak-480.webp new file mode 100644 index 00000000..7058fdcf Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/word-sneak-480.webp differ diff --git a/assets/img/2023-12-12-watermarked-llms/word-sneak-800.webp b/assets/img/2023-12-12-watermarked-llms/word-sneak-800.webp new file mode 100644 index 00000000..2fa339cb Binary files /dev/null and b/assets/img/2023-12-12-watermarked-llms/word-sneak-800.webp differ diff --git a/assets/img/Figure2-1400.webp b/assets/img/Figure2-1400.webp new file mode 100644 index 00000000..e2a34f4f Binary files /dev/null and b/assets/img/Figure2-1400.webp differ diff --git a/assets/img/Figure2-480.webp b/assets/img/Figure2-480.webp new file mode 100644 index 00000000..361771f9 Binary files /dev/null and b/assets/img/Figure2-480.webp differ diff --git a/assets/img/Figure2-800.webp b/assets/img/Figure2-800.webp new file mode 100644 index 00000000..e2a34f4f Binary files /dev/null and b/assets/img/Figure2-800.webp differ diff --git a/assets/img/ICLR-logo-1400.webp b/assets/img/ICLR-logo-1400.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/ICLR-logo-1400.webp differ diff --git a/assets/img/ICLR-logo-480.webp b/assets/img/ICLR-logo-480.webp new file mode 100644 index 00000000..c9d42d7e Binary files /dev/null and b/assets/img/ICLR-logo-480.webp differ diff --git a/assets/img/ICLR-logo-800.webp b/assets/img/ICLR-logo-800.webp new file mode 100644 index 00000000..d56968ba Binary files /dev/null and b/assets/img/ICLR-logo-800.webp differ diff --git a/assets/img/ICLR-logo-dark-1400.webp b/assets/img/ICLR-logo-dark-1400.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/ICLR-logo-dark-1400.webp differ diff --git a/assets/img/ICLR-logo-dark-480.webp b/assets/img/ICLR-logo-dark-480.webp new file mode 100644 index 00000000..7f0830c1 Binary files /dev/null and b/assets/img/ICLR-logo-dark-480.webp differ diff --git a/assets/img/ICLR-logo-dark-800.webp b/assets/img/ICLR-logo-dark-800.webp new file mode 100644 index 00000000..5ed49089 Binary files /dev/null and b/assets/img/ICLR-logo-dark-800.webp differ diff --git a/assets/img/PrimeKG-1400.webp b/assets/img/PrimeKG-1400.webp new file mode 100644 index 00000000..6fade774 Binary files /dev/null and b/assets/img/PrimeKG-1400.webp differ diff --git a/assets/img/PrimeKG-480.webp b/assets/img/PrimeKG-480.webp new file mode 100644 index 00000000..44127234 Binary files /dev/null and b/assets/img/PrimeKG-480.webp differ diff --git a/assets/img/PrimeKG-800.webp b/assets/img/PrimeKG-800.webp new file mode 100644 index 00000000..6fade774 Binary files /dev/null and b/assets/img/PrimeKG-800.webp differ diff --git a/assets/img/Testing_output_dim-1400.webp b/assets/img/Testing_output_dim-1400.webp new file mode 100644 index 00000000..febb5076 Binary files /dev/null and b/assets/img/Testing_output_dim-1400.webp differ diff --git a/assets/img/Testing_output_dim-480.webp b/assets/img/Testing_output_dim-480.webp new file mode 100644 index 00000000..734cd280 Binary files /dev/null and b/assets/img/Testing_output_dim-480.webp differ diff --git a/assets/img/Testing_output_dim-800.webp b/assets/img/Testing_output_dim-800.webp new file mode 100644 index 00000000..febb5076 Binary files /dev/null and b/assets/img/Testing_output_dim-800.webp differ diff --git a/assets/img/bar-chart-1400.webp b/assets/img/bar-chart-1400.webp new file mode 100644 index 00000000..bd929381 Binary files /dev/null and b/assets/img/bar-chart-1400.webp differ diff --git a/assets/img/bar-chart-480.webp b/assets/img/bar-chart-480.webp new file mode 100644 index 00000000..0f4a0bd0 Binary files /dev/null and b/assets/img/bar-chart-480.webp differ diff --git a/assets/img/bar-chart-800.webp b/assets/img/bar-chart-800.webp new file mode 100644 index 00000000..bd929381 Binary files /dev/null and b/assets/img/bar-chart-800.webp differ diff --git a/assets/img/cluster_esm-1400.webp b/assets/img/cluster_esm-1400.webp new file mode 100644 index 00000000..46f19be7 Binary files /dev/null and b/assets/img/cluster_esm-1400.webp differ diff --git a/assets/img/cluster_esm-480.webp b/assets/img/cluster_esm-480.webp new file mode 100644 index 00000000..2ff7fc9e Binary files /dev/null and b/assets/img/cluster_esm-480.webp differ diff --git a/assets/img/cluster_esm-800.webp b/assets/img/cluster_esm-800.webp new file mode 100644 index 00000000..46f19be7 Binary files /dev/null and b/assets/img/cluster_esm-800.webp differ diff --git a/assets/img/cluster_func-1400.webp b/assets/img/cluster_func-1400.webp new file mode 100644 index 00000000..a839ce55 Binary files /dev/null and b/assets/img/cluster_func-1400.webp differ diff --git a/assets/img/cluster_func-480.webp b/assets/img/cluster_func-480.webp new file mode 100644 index 00000000..e5c0fae8 Binary files /dev/null and b/assets/img/cluster_func-480.webp differ diff --git a/assets/img/cluster_func-800.webp b/assets/img/cluster_func-800.webp new file mode 100644 index 00000000..a839ce55 Binary files /dev/null and b/assets/img/cluster_func-800.webp differ diff --git a/assets/img/cluster_init-1400.webp b/assets/img/cluster_init-1400.webp new file mode 100644 index 00000000..040a91ff Binary files /dev/null and b/assets/img/cluster_init-1400.webp differ diff --git a/assets/img/cluster_init-480.webp b/assets/img/cluster_init-480.webp new file mode 100644 index 00000000..520cd18e Binary files /dev/null and b/assets/img/cluster_init-480.webp differ diff --git a/assets/img/cluster_init-800.webp b/assets/img/cluster_init-800.webp new file mode 100644 index 00000000..040a91ff Binary files /dev/null and b/assets/img/cluster_init-800.webp differ diff --git a/assets/img/cosine-similarities-1400.webp b/assets/img/cosine-similarities-1400.webp new file mode 100644 index 00000000..61b88a34 Binary files /dev/null and b/assets/img/cosine-similarities-1400.webp differ diff --git a/assets/img/cosine-similarities-480.webp b/assets/img/cosine-similarities-480.webp new file mode 100644 index 00000000..7ea63d18 Binary files /dev/null and b/assets/img/cosine-similarities-480.webp differ diff --git a/assets/img/cosine-similarities-800.webp b/assets/img/cosine-similarities-800.webp new file mode 100644 index 00000000..61b88a34 Binary files /dev/null and b/assets/img/cosine-similarities-800.webp differ diff --git a/assets/img/dimensions-1400.webp b/assets/img/dimensions-1400.webp new file mode 100644 index 00000000..d4b18b59 Binary files /dev/null and b/assets/img/dimensions-1400.webp differ diff --git a/assets/img/dimensions-480.webp b/assets/img/dimensions-480.webp new file mode 100644 index 00000000..e8f913e0 Binary files /dev/null and b/assets/img/dimensions-480.webp differ diff --git a/assets/img/dimensions-800.webp b/assets/img/dimensions-800.webp new file mode 100644 index 00000000..d4b18b59 Binary files /dev/null and b/assets/img/dimensions-800.webp differ diff --git a/assets/img/evaluation-1400.webp b/assets/img/evaluation-1400.webp new file mode 100644 index 00000000..fe90cfca Binary files /dev/null and b/assets/img/evaluation-1400.webp differ diff --git a/assets/img/evaluation-480.webp b/assets/img/evaluation-480.webp new file mode 100644 index 00000000..8390d363 Binary files /dev/null and b/assets/img/evaluation-480.webp differ diff --git a/assets/img/evaluation-800.webp b/assets/img/evaluation-800.webp new file mode 100644 index 00000000..fe90cfca Binary files /dev/null and b/assets/img/evaluation-800.webp differ diff --git a/assets/img/image-examples-1400.webp b/assets/img/image-examples-1400.webp new file mode 100644 index 00000000..7cd19607 Binary files /dev/null and b/assets/img/image-examples-1400.webp differ diff --git a/assets/img/image-examples-480.webp b/assets/img/image-examples-480.webp new file mode 100644 index 00000000..0ae09d49 Binary files /dev/null and b/assets/img/image-examples-480.webp differ diff --git a/assets/img/image-examples-800.webp b/assets/img/image-examples-800.webp new file mode 100644 index 00000000..7cd19607 Binary files /dev/null and b/assets/img/image-examples-800.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/1-1400.webp b/assets/img/img/2023-11-09-transformer_time/1-1400.webp new file mode 100644 index 00000000..4ee82bd3 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/1-1400.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/1-480.webp b/assets/img/img/2023-11-09-transformer_time/1-480.webp new file mode 100644 index 00000000..2e821cf0 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/1-480.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/1-800.webp b/assets/img/img/2023-11-09-transformer_time/1-800.webp new file mode 100644 index 00000000..4ee82bd3 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/1-800.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/GRIN-1400.webp b/assets/img/img/2023-11-09-transformer_time/GRIN-1400.webp new file mode 100644 index 00000000..6c58fd7f Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/GRIN-1400.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/GRIN-480.webp b/assets/img/img/2023-11-09-transformer_time/GRIN-480.webp new file mode 100644 index 00000000..0cf1b9f3 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/GRIN-480.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/GRIN-800.webp b/assets/img/img/2023-11-09-transformer_time/GRIN-800.webp new file mode 100644 index 00000000..6c58fd7f Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/GRIN-800.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/Informer-1400.webp b/assets/img/img/2023-11-09-transformer_time/Informer-1400.webp new file mode 100644 index 00000000..7f868c10 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/Informer-1400.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/Informer-480.webp b/assets/img/img/2023-11-09-transformer_time/Informer-480.webp new file mode 100644 index 00000000..15dfda53 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/Informer-480.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/Informer-800.webp b/assets/img/img/2023-11-09-transformer_time/Informer-800.webp new file mode 100644 index 00000000..7f868c10 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/Informer-800.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/PatchTST-1400.webp b/assets/img/img/2023-11-09-transformer_time/PatchTST-1400.webp new file mode 100644 index 00000000..75379231 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/PatchTST-1400.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/PatchTST-480.webp b/assets/img/img/2023-11-09-transformer_time/PatchTST-480.webp new file mode 100644 index 00000000..17b2ef3b Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/PatchTST-480.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/PatchTST-800.webp b/assets/img/img/2023-11-09-transformer_time/PatchTST-800.webp new file mode 100644 index 00000000..75379231 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/PatchTST-800.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/test1-1400.webp b/assets/img/img/2023-11-09-transformer_time/test1-1400.webp new file mode 100644 index 00000000..e0cba6f2 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/test1-1400.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/test1-480.webp b/assets/img/img/2023-11-09-transformer_time/test1-480.webp new file mode 100644 index 00000000..2e2d3d74 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/test1-480.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/test1-800.webp b/assets/img/img/2023-11-09-transformer_time/test1-800.webp new file mode 100644 index 00000000..e0cba6f2 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/test1-800.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/test2-1400.webp b/assets/img/img/2023-11-09-transformer_time/test2-1400.webp new file mode 100644 index 00000000..29002b8e Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/test2-1400.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/test2-480.webp b/assets/img/img/2023-11-09-transformer_time/test2-480.webp new file mode 100644 index 00000000..e92e4e32 Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/test2-480.webp differ diff --git a/assets/img/img/2023-11-09-transformer_time/test2-800.webp b/assets/img/img/2023-11-09-transformer_time/test2-800.webp new file mode 100644 index 00000000..29002b8e Binary files /dev/null and b/assets/img/img/2023-11-09-transformer_time/test2-800.webp differ diff --git a/assets/img/img1-1400.webp b/assets/img/img1-1400.webp new file mode 100644 index 00000000..b901d1a1 Binary files /dev/null and b/assets/img/img1-1400.webp differ diff --git a/assets/img/img1-480.webp b/assets/img/img1-480.webp new file mode 100644 index 00000000..01dc3ba9 Binary files /dev/null and b/assets/img/img1-480.webp differ diff --git a/assets/img/img1-800.webp b/assets/img/img1-800.webp new file mode 100644 index 00000000..b901d1a1 Binary files /dev/null and b/assets/img/img1-800.webp differ diff --git a/assets/img/img2-1400.webp b/assets/img/img2-1400.webp new file mode 100644 index 00000000..867df317 Binary files /dev/null and b/assets/img/img2-1400.webp differ diff --git a/assets/img/img2-480.webp b/assets/img/img2-480.webp new file mode 100644 index 00000000..0bff06d3 Binary files /dev/null and b/assets/img/img2-480.webp differ diff --git a/assets/img/img2-800.webp b/assets/img/img2-800.webp new file mode 100644 index 00000000..867df317 Binary files /dev/null and b/assets/img/img2-800.webp differ diff --git a/assets/img/img3-1400.webp b/assets/img/img3-1400.webp new file mode 100644 index 00000000..4f8721b6 Binary files /dev/null and b/assets/img/img3-1400.webp differ diff --git a/assets/img/img3-480.webp b/assets/img/img3-480.webp new file mode 100644 index 00000000..f67c3c97 Binary files /dev/null and b/assets/img/img3-480.webp differ diff --git a/assets/img/img3-800.webp b/assets/img/img3-800.webp new file mode 100644 index 00000000..4f8721b6 Binary files /dev/null and b/assets/img/img3-800.webp differ diff --git a/assets/img/img4-1400.webp b/assets/img/img4-1400.webp new file mode 100644 index 00000000..5a60ce56 Binary files /dev/null and b/assets/img/img4-1400.webp differ diff --git a/assets/img/img4-480.webp b/assets/img/img4-480.webp new file mode 100644 index 00000000..3ed7b4be Binary files /dev/null and b/assets/img/img4-480.webp differ diff --git a/assets/img/img4-800.webp b/assets/img/img4-800.webp new file mode 100644 index 00000000..5a60ce56 Binary files /dev/null and b/assets/img/img4-800.webp differ diff --git a/assets/img/img5-1400.webp b/assets/img/img5-1400.webp new file mode 100644 index 00000000..0e0f211d Binary files /dev/null and b/assets/img/img5-1400.webp differ diff --git a/assets/img/img5-480.webp b/assets/img/img5-480.webp new file mode 100644 index 00000000..faf0ddb1 Binary files /dev/null and b/assets/img/img5-480.webp differ diff --git a/assets/img/img5-800.webp b/assets/img/img5-800.webp new file mode 100644 index 00000000..0e0f211d Binary files /dev/null and b/assets/img/img5-800.webp differ diff --git a/assets/img/img6-1400.webp b/assets/img/img6-1400.webp new file mode 100644 index 00000000..a5a1b337 Binary files /dev/null and b/assets/img/img6-1400.webp differ diff --git a/assets/img/img6-480.webp b/assets/img/img6-480.webp new file mode 100644 index 00000000..112f2e1c Binary files /dev/null and b/assets/img/img6-480.webp differ diff --git a/assets/img/img6-800.webp b/assets/img/img6-800.webp new file mode 100644 index 00000000..a5a1b337 Binary files /dev/null and b/assets/img/img6-800.webp differ diff --git a/assets/img/init_cinit-1400.webp b/assets/img/init_cinit-1400.webp new file mode 100644 index 00000000..61c49092 Binary files /dev/null and b/assets/img/init_cinit-1400.webp differ diff --git a/assets/img/init_cinit-480.webp b/assets/img/init_cinit-480.webp new file mode 100644 index 00000000..8c2955c4 Binary files /dev/null and b/assets/img/init_cinit-480.webp differ diff --git a/assets/img/init_cinit-800.webp b/assets/img/init_cinit-800.webp new file mode 100644 index 00000000..61c49092 Binary files /dev/null and b/assets/img/init_cinit-800.webp differ diff --git a/assets/img/organizers/cg-1400.webp b/assets/img/organizers/cg-1400.webp new file mode 100644 index 00000000..7d4f4383 Binary files /dev/null and b/assets/img/organizers/cg-1400.webp differ diff --git a/assets/img/organizers/cg-480.webp b/assets/img/organizers/cg-480.webp new file mode 100644 index 00000000..c4497e86 Binary files /dev/null and b/assets/img/organizers/cg-480.webp differ diff --git a/assets/img/organizers/cg-800.webp b/assets/img/organizers/cg-800.webp new file mode 100644 index 00000000..7d4f4383 Binary files /dev/null and b/assets/img/organizers/cg-800.webp differ diff --git a/assets/img/organizers/cv-1400.webp b/assets/img/organizers/cv-1400.webp new file mode 100644 index 00000000..3967f400 Binary files /dev/null and b/assets/img/organizers/cv-1400.webp differ diff --git a/assets/img/organizers/cv-480.webp b/assets/img/organizers/cv-480.webp new file mode 100644 index 00000000..8e5721ba Binary files /dev/null and b/assets/img/organizers/cv-480.webp differ diff --git a/assets/img/organizers/cv-800.webp b/assets/img/organizers/cv-800.webp new file mode 100644 index 00000000..3967f400 Binary files /dev/null and b/assets/img/organizers/cv-800.webp differ diff --git a/assets/img/organizers/dd-1400.webp b/assets/img/organizers/dd-1400.webp new file mode 100644 index 00000000..b63f6c49 Binary files /dev/null and b/assets/img/organizers/dd-1400.webp differ diff --git a/assets/img/organizers/dd-480.webp b/assets/img/organizers/dd-480.webp new file mode 100644 index 00000000..57f80658 Binary files /dev/null and b/assets/img/organizers/dd-480.webp differ diff --git a/assets/img/organizers/dd-800.webp b/assets/img/organizers/dd-800.webp new file mode 100644 index 00000000..b63f6c49 Binary files /dev/null and b/assets/img/organizers/dd-800.webp differ diff --git a/assets/img/organizers/gg-1400.webp b/assets/img/organizers/gg-1400.webp new file mode 100644 index 00000000..4a8c5bd4 Binary files /dev/null and b/assets/img/organizers/gg-1400.webp differ diff --git a/assets/img/organizers/gg-480.webp b/assets/img/organizers/gg-480.webp new file mode 100644 index 00000000..ca12493c Binary files /dev/null and b/assets/img/organizers/gg-480.webp differ diff --git a/assets/img/organizers/gg-800.webp b/assets/img/organizers/gg-800.webp new file mode 100644 index 00000000..4a8c5bd4 Binary files /dev/null and b/assets/img/organizers/gg-800.webp differ diff --git a/assets/img/organizers/jb-1400.webp b/assets/img/organizers/jb-1400.webp new file mode 100644 index 00000000..805ff806 Binary files /dev/null and b/assets/img/organizers/jb-1400.webp differ diff --git a/assets/img/organizers/jb-480.webp b/assets/img/organizers/jb-480.webp new file mode 100644 index 00000000..61136b49 Binary files /dev/null and b/assets/img/organizers/jb-480.webp differ diff --git a/assets/img/organizers/jb-800.webp b/assets/img/organizers/jb-800.webp new file mode 100644 index 00000000..805ff806 Binary files /dev/null and b/assets/img/organizers/jb-800.webp differ diff --git a/assets/img/organizers/sb-1400.webp b/assets/img/organizers/sb-1400.webp new file mode 100644 index 00000000..a7f4c274 Binary files /dev/null and b/assets/img/organizers/sb-1400.webp differ diff --git a/assets/img/organizers/sb-480.webp b/assets/img/organizers/sb-480.webp new file mode 100644 index 00000000..f3f51102 Binary files /dev/null and b/assets/img/organizers/sb-480.webp differ diff --git a/assets/img/organizers/sb-800.webp b/assets/img/organizers/sb-800.webp new file mode 100644 index 00000000..a7f4c274 Binary files /dev/null and b/assets/img/organizers/sb-800.webp differ diff --git a/assets/img/pddl-explained-1400.webp b/assets/img/pddl-explained-1400.webp new file mode 100644 index 00000000..2a50a77e Binary files /dev/null and b/assets/img/pddl-explained-1400.webp differ diff --git a/assets/img/pddl-explained-480.webp b/assets/img/pddl-explained-480.webp new file mode 100644 index 00000000..816c6ac9 Binary files /dev/null and b/assets/img/pddl-explained-480.webp differ diff --git a/assets/img/pddl-explained-800.webp b/assets/img/pddl-explained-800.webp new file mode 100644 index 00000000..2a50a77e Binary files /dev/null and b/assets/img/pddl-explained-800.webp differ diff --git a/assets/img/predicate-example-1400.webp b/assets/img/predicate-example-1400.webp new file mode 100644 index 00000000..7d5a63b2 Binary files /dev/null and b/assets/img/predicate-example-1400.webp differ diff --git a/assets/img/predicate-example-480.webp b/assets/img/predicate-example-480.webp new file mode 100644 index 00000000..21639723 Binary files /dev/null and b/assets/img/predicate-example-480.webp differ diff --git a/assets/img/predicate-example-800.webp b/assets/img/predicate-example-800.webp new file mode 100644 index 00000000..7d5a63b2 Binary files /dev/null and b/assets/img/predicate-example-800.webp differ diff --git a/assets/js/common.js b/assets/js/common.js index fc2f8f56..521235d2 100644 --- a/assets/js/common.js +++ b/assets/js/common.js @@ -1,9 +1 @@ -$(document).ready(function() { - $('a.abstract').click(function() { - $(this).parent().parent().find(".abstract.hidden").toggleClass('open'); - }); - $('a.bibtex').click(function() { - $(this).parent().parent().find(".bibtex.hidden").toggleClass('open'); - }); - $('a').removeClass('waves-effect waves-light'); -}); +$(document).ready(function(){$("a.abstract").click(function(){$(this).parent().parent().find(".abstract.hidden").toggleClass("open")}),$("a.bibtex").click(function(){$(this).parent().parent().find(".bibtex.hidden").toggleClass("open")}),$("a").removeClass("waves-effect waves-light")}); \ No newline at end of file diff --git a/assets/js/dark_mode.js b/assets/js/dark_mode.js index 863b273f..26312e44 100644 --- a/assets/js/dark_mode.js +++ b/assets/js/dark_mode.js @@ -1,8 +1 @@ -document.addEventListener('DOMContentLoaded', function() { - const mode_toggle = document.getElementById("light-toggle"); - - mode_toggle.addEventListener("click", function() { - toggleTheme(localStorage.getItem("theme")); - }); -}); - +document.addEventListener("DOMContentLoaded",function(){document.getElementById("light-toggle").addEventListener("click",function(){toggleTheme(localStorage.getItem("theme"))})}); \ No newline at end of file diff --git a/assets/js/distillpub/overrides.js b/assets/js/distillpub/overrides.js index 65c636e0..066b8efa 100644 --- a/assets/js/distillpub/overrides.js +++ b/assets/js/distillpub/overrides.js @@ -1,24 +1 @@ -$(document).ready(function() { - // Override styles of the footnotes. - document.querySelectorAll("d-footnote").forEach(function(footnote) { - footnote.shadowRoot.querySelector("sup > span") - .setAttribute("style", "color: var(--global-theme-color);"); - footnote.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet - .insertRule(".panel {background-color: var(--global-bg-color) !important;}"); - footnote.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet - .insertRule(".panel {border-color: var(--global-divider-color) !important;}"); - }); - // Override styles of the citations. - document.querySelectorAll("d-cite").forEach(function(cite) { - cite.shadowRoot.querySelector("div > span") - .setAttribute("style", "color: var(--global-theme-color);"); - cite.shadowRoot.querySelector("style").sheet - .insertRule("ul li a {color: var(--global-text-color) !important; text-decoration: none;}"); - cite.shadowRoot.querySelector("style").sheet - .insertRule("ul li a:hover {color: var(--global-theme-color) !important;}"); - cite.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet - .insertRule(".panel {background-color: var(--global-bg-color) !important;}"); - cite.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet - .insertRule(".panel {border-color: var(--global-divider-color) !important;}"); - }); -}) \ No newline at end of file +$(document).ready(function(){document.querySelectorAll("d-footnote").forEach(function(o){o.shadowRoot.querySelector("sup > span").setAttribute("style","color: var(--global-theme-color);"),o.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet.insertRule(".panel {background-color: var(--global-bg-color) !important;}"),o.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet.insertRule(".panel {border-color: var(--global-divider-color) !important;}")}),document.querySelectorAll("d-cite").forEach(function(o){o.shadowRoot.querySelector("div > span").setAttribute("style","color: var(--global-theme-color);"),o.shadowRoot.querySelector("style").sheet.insertRule("ul li a {color: var(--global-text-color) !important; text-decoration: none;}"),o.shadowRoot.querySelector("style").sheet.insertRule("ul li a:hover {color: var(--global-theme-color) !important;}"),o.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet.insertRule(".panel {background-color: var(--global-bg-color) !important;}"),o.shadowRoot.querySelector("d-hover-box").shadowRoot.querySelector("style").sheet.insertRule(".panel {border-color: var(--global-divider-color) !important;}")})}); \ No newline at end of file diff --git a/assets/js/distillpub/template.v2.js b/assets/js/distillpub/template.v2.js index b0f94f0b..a05e82bb 100644 --- a/assets/js/distillpub/template.v2.js +++ b/assets/js/distillpub/template.v2.js @@ -1,9247 +1,67 @@ -(function (factory) { - typeof define === 'function' && define.amd ? define(factory) : - factory(); -}((function () { 'use strict'; - - // Copyright 2018 The Distill Template Authors - // - // Licensed under the Apache License, Version 2.0 (the "License"); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. - - const days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; - const months = ['Jan.', 'Feb.', 'March', 'April', 'May', 'June', 'July', 'Aug.', 'Sept.', 'Oct.', 'Nov.', 'Dec.']; - const zeroPad = n => n < 10 ? '0' + n : n; - - const RFC = function(date) { - const day = days[date.getDay()].substring(0, 3); - const paddedDate = zeroPad(date.getDate()); - const month = months[date.getMonth()].substring(0,3); - const year = date.getFullYear().toString(); - const hours = date.getUTCHours().toString(); - const minutes = date.getUTCMinutes().toString(); - const seconds = date.getUTCSeconds().toString(); - return `${day}, ${paddedDate} ${month} ${year} ${hours}:${minutes}:${seconds} Z`; - }; - - const objectFromMap = function(map) { - const object = Array.from(map).reduce((object, [key, value]) => ( - Object.assign(object, { [key]: value }) // Be careful! Maps can have non-String keys; object literals can't. - ), {}); - return object; - }; - - const mapFromObject = function(object) { - const map = new Map(); - for (var property in object) { - if (object.hasOwnProperty(property)) { - map.set(property, object[property]); - } - } - return map; - }; - - class Author { - - // constructor(name='', personalURL='', affiliation='', affiliationURL='') { - // this.name = name; // 'Chris Olah' - // this.personalURL = personalURL; // 'https://colah.github.io' - // this.affiliation = affiliation; // 'Google Brain' - // this.affiliationURL = affiliationURL; // 'https://g.co/brain' - // } - - constructor(object) { - this.name = object.author; // 'Chris Olah' - this.personalURL = object.authorURL; // 'https://colah.github.io' - this.affiliation = object.affiliation; // 'Google Brain' - this.affiliationURL = object.affiliationURL; // 'https://g.co/brain' - this.affiliations = object.affiliations || []; // new-style affiliations - } - - // 'Chris' - get firstName() { - const names = this.name.split(' '); - return names.slice(0, names.length - 1).join(' '); - } - - // 'Olah' - get lastName() { - const names = this.name.split(' '); - return names[names.length -1]; - } - } - - function mergeFromYMLFrontmatter(target, source) { - target.title = source.title; - if (source.published) { - if (source.published instanceof Date) { - target.publishedDate = source.published; - } else if (source.published.constructor === String) { - target.publishedDate = new Date(source.published); - } - } - if (source.publishedDate) { - if (source.publishedDate instanceof Date) { - target.publishedDate = source.publishedDate; - } else if (source.publishedDate.constructor === String) { - target.publishedDate = new Date(source.publishedDate); - } else { - console.error('Don\'t know what to do with published date: ' + source.publishedDate); - } - } - target.description = source.description; - target.authors = source.authors.map( (authorObject) => new Author(authorObject)); - target.katex = source.katex; - target.password = source.password; - if (source.doi) { - target.doi = source.doi; - } - } - - class FrontMatter { - constructor() { - this.title = 'unnamed article'; // 'Attention and Augmented Recurrent Neural Networks' - this.description = ''; // 'A visual overview of neural attention...' - this.authors = []; // Array of Author(s) - - this.bibliography = new Map(); - this.bibliographyParsed = false; - // { - // 'gregor2015draw': { - // 'title': 'DRAW: A recurrent neural network for image generation', - // 'author': 'Gregor, Karol and Danihelka, Ivo and Graves, Alex and Rezende, Danilo Jimenez and Wierstra, Daan', - // 'journal': 'arXiv preprint arXiv:1502.04623', - // 'year': '2015', - // 'url': 'https://arxiv.org/pdf/1502.04623.pdf', - // 'type': 'article' - // }, - // } - - // Citation keys should be listed in the order that they are appear in the document. - // Each key refers to a key in the bibliography dictionary. - this.citations = []; // [ 'gregor2015draw', 'mercier2011humans' ] - this.citationsCollected = false; - - // - // Assigned from posts.csv - // - - // publishedDate: 2016-09-08T07:00:00.000Z, - // tags: [ 'rnn' ], - // distillPath: '2016/augmented-rnns', - // githubPath: 'distillpub/post--augmented-rnns', - // doiSuffix: 1, - - // - // Assigned from journal - // - this.journal = {}; - // journal: { - // 'title': 'Distill', - // 'full_title': 'Distill', - // 'abbrev_title': 'Distill', - // 'url': 'http://distill.pub', - // 'doi': '10.23915/distill', - // 'publisherName': 'Distill Working Group', - // 'publisherEmail': 'admin@distill.pub', - // 'issn': '2476-0757', - // 'editors': [...], - // 'committee': [...] - // } - // volume: 1, - // issue: 9, - - this.katex = {}; - - // - // Assigned from publishing process - // - - // githubCompareUpdatesUrl: 'https://github.com/distillpub/post--augmented-rnns/compare/1596e094d8943d2dc0ea445d92071129c6419c59...3bd9209e0c24d020f87cf6152dcecc6017cbc193', - // updatedDate: 2017-03-21T07:13:16.000Z, - // doi: '10.23915/distill.00001', - this.doi = undefined; - this.publishedDate = undefined; - } - - // Example: - // title: Demo Title Attention and Augmented Recurrent Neural Networks - // published: Jan 10, 2017 - // authors: - // - Chris Olah: - // - Shan Carter: http://shancarter.com - // affiliations: - // - Google Brain: - // - Google Brain: http://g.co/brain - - // - // Computed Properties - // - - // 'http://distill.pub/2016/augmented-rnns', - set url(value) { - this._url = value; - } - get url() { - if (this._url) { - return this._url; - } else if (this.distillPath && this.journal.url) { - return this.journal.url + '/' + this.distillPath; - } else if (this.journal.url) { - return this.journal.url; - } - } - - // 'https://github.com/distillpub/post--augmented-rnns', - get githubUrl() { - if (this.githubPath) { - return 'https://github.com/' + this.githubPath; - } else { - return undefined; - } - } - - // TODO resolve differences in naming of URL/Url/url. - // 'http://distill.pub/2016/augmented-rnns/thumbnail.jpg', - set previewURL(value) { - this._previewURL = value; - } - get previewURL() { - return this._previewURL ? this._previewURL : this.url + '/thumbnail.jpg'; - } - - // 'Thu, 08 Sep 2016 00:00:00 -0700', - get publishedDateRFC() { - return RFC(this.publishedDate); - } - - // 'Thu, 08 Sep 2016 00:00:00 -0700', - get updatedDateRFC() { - return RFC(this.updatedDate); - } - - // 2016, - get publishedYear() { - return this.publishedDate.getFullYear(); - } - - // 'Sept', - get publishedMonth() { - return months[this.publishedDate.getMonth()]; - } - - // 8, - get publishedDay() { - return this.publishedDate.getDate(); - } - - // '09', - get publishedMonthPadded() { - return zeroPad(this.publishedDate.getMonth() + 1); - } - - // '08', - get publishedDayPadded() { - return zeroPad(this.publishedDate.getDate()); - } - - get publishedISODateOnly() { - return this.publishedDate.toISOString().split('T')[0]; - } - - get volume() { - const volume = this.publishedYear - 2015; - if (volume < 1) { - throw new Error('Invalid publish date detected during computing volume'); - } - return volume; - } - - get issue() { - return this.publishedDate.getMonth() + 1; - } - - // 'Olah & Carter', - get concatenatedAuthors() { - if (this.authors.length > 2) { - return this.authors[0].lastName + ', et al.'; - } else if (this.authors.length === 2) { - return this.authors[0].lastName + ' & ' + this.authors[1].lastName; - } else if (this.authors.length === 1) { - return this.authors[0].lastName; - } - } - - // 'Olah, Chris and Carter, Shan', - get bibtexAuthors() { - return this.authors.map(author => { - return author.lastName + ', ' + author.firstName; - }).join(' and '); - } - - // 'olah2016attention' - get slug() { - let slug = ''; - if (this.authors.length) { - slug += this.authors[0].lastName.toLowerCase(); - slug += this.publishedYear; - slug += this.title.split(' ')[0].toLowerCase(); - } - return slug || 'Untitled'; - } - - get bibliographyEntries() { - return new Map(this.citations.map( citationKey => { - const entry = this.bibliography.get(citationKey); - return [citationKey, entry]; - })); - } - - set bibliography(bibliography) { - if (bibliography instanceof Map) { - this._bibliography = bibliography; - } else if (typeof bibliography === 'object') { - this._bibliography = mapFromObject(bibliography); - } - } - - get bibliography() { - return this._bibliography; - } - - static fromObject(source) { - const frontMatter = new FrontMatter(); - Object.assign(frontMatter, source); - return frontMatter; - } - - assignToObject(target) { - Object.assign(target, this); - target.bibliography = objectFromMap(this.bibliographyEntries); - target.url = this.url; - target.doi = this.doi; - target.githubUrl = this.githubUrl; - target.previewURL = this.previewURL; - if (this.publishedDate) { - target.volume = this.volume; - target.issue = this.issue; - target.publishedDateRFC = this.publishedDateRFC; - target.publishedYear = this.publishedYear; - target.publishedMonth = this.publishedMonth; - target.publishedDay = this.publishedDay; - target.publishedMonthPadded = this.publishedMonthPadded; - target.publishedDayPadded = this.publishedDayPadded; - } - if (this.updatedDate) { - target.updatedDateRFC = this.updatedDateRFC; - } - target.concatenatedAuthors = this.concatenatedAuthors; - target.bibtexAuthors = this.bibtexAuthors; - target.slug = this.slug; - } - - } - - // Copyright 2018 The Distill Template Authors - // - // Licensed under the Apache License, Version 2.0 (the "License"); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. - - const Mutating = (superclass) => { - return class extends superclass { - - constructor() { - super(); - - // set up mutation observer - const options = {childList: true, characterData: true, subtree: true}; - const observer = new MutationObserver( () => { - observer.disconnect(); - this.renderIfPossible(); - observer.observe(this, options); - }); - - // ...and listen for changes - observer.observe(this, options); - } - - connectedCallback() { - super.connectedCallback(); - - this.renderIfPossible(); - } - - // potential TODO: check if this is enough for all our usecases - // maybe provide a custom function to tell if we have enough information to render - renderIfPossible() { - if (this.textContent && this.root) { - this.renderContent(); - } - } - - renderContent() { - console.error(`Your class ${this.constructor.name} must provide a custom renderContent() method!` ); - } - - }; // end class - }; // end mixin function - - // Copyright 2018 The Distill Template Authors - // - // Licensed under the Apache License, Version 2.0 (the "License"); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. - - /*global ShadyCSS*/ - - const Template = (name, templateString, useShadow = true) => { - - return (superclass) => { - - const template = document.createElement('template'); - template.innerHTML = templateString; - - if (useShadow && 'ShadyCSS' in window) { - ShadyCSS.prepareTemplate(template, name); - } - - return class extends superclass { - - static get is() { return name; } - - constructor() { - super(); - - this.clone = document.importNode(template.content, true); - if (useShadow) { - this.attachShadow({mode: 'open'}); - this.shadowRoot.appendChild(this.clone); - } - } - - connectedCallback() { - if (this.hasAttribute('distill-prerendered')) { - return; - } - if (useShadow) { - if ('ShadyCSS' in window) { - ShadyCSS.styleElement(this); - } - } else { - this.insertBefore(this.clone, this.firstChild); - } - } - - get root() { - if (useShadow) { - return this.shadowRoot; - } else { - return this; - } - } - - /* TODO: Are we using these? Should we even? */ - $(query) { - return this.root.querySelector(query); - } - - $$(query) { - return this.root.querySelectorAll(query); - } - }; - }; - }; - - var math = "/*\n * Copyright 2018 The Distill Template Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nspan.katex-display {\n text-align: left;\n padding: 8px 0 8px 0;\n margin: 0.5em 0 0.5em 1em;\n}\n\nspan.katex {\n -webkit-font-smoothing: antialiased;\n color: rgba(0, 0, 0, 0.8);\n font-size: 1.18em;\n}\n"; - - // Copyright 2018 The Distill Template Authors - // - // Licensed under the Apache License, Version 2.0 (the "License"); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. - - // This is a straight concatenation of code from KaTeX's contrib folder, - // but we aren't using some of their helpers that don't work well outside a browser environment. - - /*global katex */ - - const findEndOfMath = function(delimiter, text, startIndex) { - // Adapted from - // https://github.com/Khan/perseus/blob/master/src/perseus-markdown.jsx - let index = startIndex; - let braceLevel = 0; - - const delimLength = delimiter.length; - - while (index < text.length) { - const character = text[index]; - - if ( - braceLevel <= 0 && - text.slice(index, index + delimLength) === delimiter - ) { - return index; - } else if (character === "\\") { - index++; - } else if (character === "{") { - braceLevel++; - } else if (character === "}") { - braceLevel--; - } - - index++; - } - - return -1; - }; - - const splitAtDelimiters = function(startData, leftDelim, rightDelim, display) { - const finalData = []; - - for (let i = 0; i < startData.length; i++) { - if (startData[i].type === "text") { - const text = startData[i].data; - - let lookingForLeft = true; - let currIndex = 0; - let nextIndex; - - nextIndex = text.indexOf(leftDelim); - if (nextIndex !== -1) { - currIndex = nextIndex; - finalData.push({ - type: "text", - data: text.slice(0, currIndex) - }); - lookingForLeft = false; - } - - while (true) { - // eslint-disable-line no-constant-condition - if (lookingForLeft) { - nextIndex = text.indexOf(leftDelim, currIndex); - if (nextIndex === -1) { - break; - } - - finalData.push({ - type: "text", - data: text.slice(currIndex, nextIndex) - }); - - currIndex = nextIndex; - } else { - nextIndex = findEndOfMath( - rightDelim, - text, - currIndex + leftDelim.length - ); - if (nextIndex === -1) { - break; - } - - finalData.push({ - type: "math", - data: text.slice(currIndex + leftDelim.length, nextIndex), - rawData: text.slice(currIndex, nextIndex + rightDelim.length), - display: display - }); - - currIndex = nextIndex + rightDelim.length; - } - - lookingForLeft = !lookingForLeft; - } - - finalData.push({ - type: "text", - data: text.slice(currIndex) - }); - } else { - finalData.push(startData[i]); - } - } - - return finalData; - }; - - const splitWithDelimiters = function(text, delimiters) { - let data = [{ type: "text", data: text }]; - for (let i = 0; i < delimiters.length; i++) { - const delimiter = delimiters[i]; - data = splitAtDelimiters( - data, - delimiter.left, - delimiter.right, - delimiter.display || false - ); - } - return data; - }; - - /* Note: optionsCopy is mutated by this method. If it is ever exposed in the - * API, we should copy it before mutating. - */ - const renderMathInText = function(text, optionsCopy) { - const data = splitWithDelimiters(text, optionsCopy.delimiters); - const fragment = document.createDocumentFragment(); - - for (let i = 0; i < data.length; i++) { - if (data[i].type === "text") { - fragment.appendChild(document.createTextNode(data[i].data)); - } else { - const tag = document.createElement("d-math"); - const math = data[i].data; - // Override any display mode defined in the settings with that - // defined by the text itself - optionsCopy.displayMode = data[i].display; - try { - tag.textContent = math; - if (optionsCopy.displayMode) { - tag.setAttribute("block", ""); - } - } catch (e) { - if (!(e instanceof katex.ParseError)) { - throw e; - } - optionsCopy.errorCallback( - "KaTeX auto-render: Failed to parse `" + data[i].data + "` with ", - e - ); - fragment.appendChild(document.createTextNode(data[i].rawData)); - continue; - } - fragment.appendChild(tag); - } - } - - return fragment; - }; - - const renderElem = function(elem, optionsCopy) { - for (let i = 0; i < elem.childNodes.length; i++) { - const childNode = elem.childNodes[i]; - if (childNode.nodeType === 3) { - // Text node - const text = childNode.textContent; - if (optionsCopy.mightHaveMath(text)) { - const frag = renderMathInText(text, optionsCopy); - i += frag.childNodes.length - 1; - elem.replaceChild(frag, childNode); - } - } else if (childNode.nodeType === 1) { - // Element node - const shouldRender = - optionsCopy.ignoredTags.indexOf(childNode.nodeName.toLowerCase()) === - -1; - - if (shouldRender) { - renderElem(childNode, optionsCopy); - } - } - // Otherwise, it's something else, and ignore it. - } - }; - - const defaultAutoRenderOptions = { - delimiters: [ - { left: "$$", right: "$$", display: true }, - { left: "\\[", right: "\\]", display: true }, - { left: "\\(", right: "\\)", display: false } - // LaTeX uses this, but it ruins the display of normal `$` in text: - // {left: '$', right: '$', display: false}, - ], - - ignoredTags: [ - "script", - "noscript", - "style", - "textarea", - "pre", - "code", - "svg" - ], - - errorCallback: function(msg, err) { - console.error(msg, err); - } - }; - - const renderMathInElement = function(elem, options) { - if (!elem) { - throw new Error("No element provided to render"); - } - - const optionsCopy = Object.assign({}, defaultAutoRenderOptions, options); - const delimiterStrings = optionsCopy.delimiters.flatMap(d => [ - d.left, - d.right - ]); - const mightHaveMath = text => - delimiterStrings.some(d => text.indexOf(d) !== -1); - optionsCopy.mightHaveMath = mightHaveMath; - renderElem(elem, optionsCopy); - }; - - // Copyright 2018 The Distill Template Authors - - const katexJSURL = 'https://distill.pub/third-party/katex/katex.min.js'; - const katexCSSTag = ''; - - const T = Template('d-math', ` -${katexCSSTag} - - -`); - - // DMath, not Math, because that would conflict with the JS built-in - class DMath extends Mutating(T(HTMLElement)) { - - static set katexOptions(options) { - DMath._katexOptions = options; - if (DMath.katexOptions.delimiters) { - if (!DMath.katexAdded) { - DMath.addKatex(); - } else { - DMath.katexLoadedCallback(); - } - } - } - - static get katexOptions() { - if (!DMath._katexOptions) { - DMath._katexOptions = { - delimiters: [ { 'left':'$$', 'right':'$$', 'display': false } ] - }; - } - return DMath._katexOptions; - } - - static katexLoadedCallback() { - // render all d-math tags - const mathTags = document.querySelectorAll('d-math'); - for (const mathTag of mathTags) { - mathTag.renderContent(); - } - // transform inline delimited math to d-math tags - if (DMath.katexOptions.delimiters) { - renderMathInElement(document.body, DMath.katexOptions); - } - } - - static addKatex() { - // css tag can use this convenience function - document.head.insertAdjacentHTML('beforeend', katexCSSTag); - // script tag has to be created to work properly - const scriptTag = document.createElement('script'); - scriptTag.src = katexJSURL; - scriptTag.async = true; - scriptTag.onload = DMath.katexLoadedCallback; - scriptTag.crossorigin = 'anonymous'; - document.head.appendChild(scriptTag); - - DMath.katexAdded = true; - } - - get options() { - const localOptions = { displayMode: this.hasAttribute('block') }; - return Object.assign(localOptions, DMath.katexOptions); - } - - connectedCallback() { - super.connectedCallback(); - if (!DMath.katexAdded) { - DMath.addKatex(); - } - } - - renderContent() { - if (typeof katex !== 'undefined') { - const container = this.root.querySelector('#katex-container'); - katex.render(this.textContent, container, this.options); - } - } - - } - - DMath.katexAdded = false; - DMath.inlineMathRendered = false; - window.DMath = DMath; // TODO: check if this can be removed, or if we should expose a distill global - - // Copyright 2018 The Distill Template Authors - // - // Licensed under the Apache License, Version 2.0 (the "License"); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. - - function collect_citations(dom = document) { - const citations = new Set(); - const citeTags = dom.querySelectorAll("d-cite"); - for (const tag of citeTags) { - const keyString = tag.getAttribute("key") || tag.getAttribute("bibtex-key"); - const keys = keyString.split(",").map(k => k.trim()); - for (const key of keys) { - citations.add(key); - } - } - return [...citations]; - } - - function author_string(ent, template, sep, finalSep) { - if (ent.author == null) { - return ""; - } - var names = ent.author.split(" and "); - let name_strings = names.map(name => { - name = name.trim(); - if (name.indexOf(",") != -1) { - var last = name.split(",")[0].trim(); - var firsts = name.split(",")[1]; - } else if (name.indexOf(" ") != -1) { - var last = name - .split(" ") - .slice(-1)[0] - .trim(); - var firsts = name - .split(" ") - .slice(0, -1) - .join(" "); - } else { - var last = name.trim(); - } - var initials = ""; - if (firsts != undefined) { - initials = firsts - .trim() - .split(" ") - .map(s => s.trim()[0]); - initials = initials.join(".") + "."; - } - return template - .replace("${F}", firsts) - .replace("${L}", last) - .replace("${I}", initials) - .trim(); // in case one of first or last was empty - }); - if (names.length > 1) { - var str = name_strings.slice(0, names.length - 1).join(sep); - str += (finalSep || sep) + name_strings[names.length - 1]; - return str; - } else { - return name_strings[0]; - } - } - - function venue_string(ent) { - var cite = ent.journal || ent.booktitle || ""; - if ("volume" in ent) { - var issue = ent.issue || ent.number; - issue = issue != undefined ? "(" + issue + ")" : ""; - cite += ", Vol " + ent.volume + issue; - } - if ("pages" in ent) { - cite += ", pp. " + ent.pages; - } - if (cite != "") cite += ". "; - if ("publisher" in ent) { - cite += ent.publisher; - if (cite[cite.length - 1] != ".") cite += "."; - } - return cite; - } - - function link_string(ent) { - if ("url" in ent) { - var url = ent.url; - var arxiv_match = /arxiv\.org\/abs\/([0-9\.]*)/.exec(url); - if (arxiv_match != null) { - url = `http://arxiv.org/pdf/${arxiv_match[1]}.pdf`; - } - - if (url.slice(-4) == ".pdf") { - var label = "PDF"; - } else if (url.slice(-5) == ".html") { - var label = "HTML"; - } - return ` [${label || "link"}]`; - } /* else if ("doi" in ent){ - return ` [DOI]`; - }*/ else { - return ""; - } - } - function doi_string(ent, new_line) { - if ("doi" in ent) { - return `${new_line ? "tag. We found the following text: ' + text); - const wrapper = document.createElement('span'); - wrapper.innerHTML = addedNode.nodeValue; - addedNode.parentNode.insertBefore(wrapper, addedNode); - addedNode.parentNode.removeChild(addedNode); - } - } break; - } - } - } - }).observe(this, {childList: true}); - } - - } - - var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; - - function createCommonjsModule(fn, module) { - return module = { exports: {} }, fn(module, module.exports), module.exports; - } - - var bibtexParse = createCommonjsModule(function (module, exports) { - /* start bibtexParse 0.0.22 */ - - //Original work by Henrik Muehe (c) 2010 - // - //CommonJS port by Mikola Lysenko 2013 - // - //Port to Browser lib by ORCID / RCPETERS - // - //Issues: - //no comment handling within strings - //no string concatenation - //no variable values yet - //Grammar implemented here: - //bibtex -> (string | preamble | comment | entry)*; - //string -> '@STRING' '{' key_equals_value '}'; - //preamble -> '@PREAMBLE' '{' value '}'; - //comment -> '@COMMENT' '{' value '}'; - //entry -> '@' key '{' key ',' key_value_list '}'; - //key_value_list -> key_equals_value (',' key_equals_value)*; - //key_equals_value -> key '=' value; - //value -> value_quotes | value_braces | key; - //value_quotes -> '"' .*? '"'; // not quite - //value_braces -> '{' .*? '"'; // not quite - (function(exports) { - - function BibtexParser() { - - this.months = ["jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"]; - this.notKey = [',','{','}',' ','=']; - this.pos = 0; - this.input = ""; - this.entries = new Array(); - - this.currentEntry = ""; - - this.setInput = function(t) { - this.input = t; - }; - - this.getEntries = function() { - return this.entries; - }; - - this.isWhitespace = function(s) { - return (s == ' ' || s == '\r' || s == '\t' || s == '\n'); - }; - - this.match = function(s, canCommentOut) { - if (canCommentOut == undefined || canCommentOut == null) - canCommentOut = true; - this.skipWhitespace(canCommentOut); - if (this.input.substring(this.pos, this.pos + s.length) == s) { - this.pos += s.length; - } else { - throw "Token mismatch, expected " + s + ", found " - + this.input.substring(this.pos); - } this.skipWhitespace(canCommentOut); - }; - - this.tryMatch = function(s, canCommentOut) { - if (canCommentOut == undefined || canCommentOut == null) - canCommentOut = true; - this.skipWhitespace(canCommentOut); - if (this.input.substring(this.pos, this.pos + s.length) == s) { - return true; - } else { - return false; - } }; - - /* when search for a match all text can be ignored, not just white space */ - this.matchAt = function() { - while (this.input.length > this.pos && this.input[this.pos] != '@') { - this.pos++; - } - if (this.input[this.pos] == '@') { - return true; - } return false; - }; - - this.skipWhitespace = function(canCommentOut) { - while (this.isWhitespace(this.input[this.pos])) { - this.pos++; - } if (this.input[this.pos] == "%" && canCommentOut == true) { - while (this.input[this.pos] != "\n") { - this.pos++; - } this.skipWhitespace(canCommentOut); - } }; - - this.value_braces = function() { - var bracecount = 0; - this.match("{", false); - var start = this.pos; - var escaped = false; - while (true) { - if (!escaped) { - if (this.input[this.pos] == '}') { - if (bracecount > 0) { - bracecount--; - } else { - var end = this.pos; - this.match("}", false); - return this.input.substring(start, end); - } } else if (this.input[this.pos] == '{') { - bracecount++; - } else if (this.pos >= this.input.length - 1) { - throw "Unterminated value"; - } } if (this.input[this.pos] == '\\' && escaped == false) - escaped = true; - else - escaped = false; - this.pos++; - } }; - - this.value_comment = function() { - var str = ''; - var brcktCnt = 0; - while (!(this.tryMatch("}", false) && brcktCnt == 0)) { - str = str + this.input[this.pos]; - if (this.input[this.pos] == '{') - brcktCnt++; - if (this.input[this.pos] == '}') - brcktCnt--; - if (this.pos >= this.input.length - 1) { - throw "Unterminated value:" + this.input.substring(start); - } this.pos++; - } return str; - }; - - this.value_quotes = function() { - this.match('"', false); - var start = this.pos; - var escaped = false; - while (true) { - if (!escaped) { - if (this.input[this.pos] == '"') { - var end = this.pos; - this.match('"', false); - return this.input.substring(start, end); - } else if (this.pos >= this.input.length - 1) { - throw "Unterminated value:" + this.input.substring(start); - } } - if (this.input[this.pos] == '\\' && escaped == false) - escaped = true; - else - escaped = false; - this.pos++; - } }; - - this.single_value = function() { - var start = this.pos; - if (this.tryMatch("{")) { - return this.value_braces(); - } else if (this.tryMatch('"')) { - return this.value_quotes(); - } else { - var k = this.key(); - if (k.match("^[0-9]+$")) - return k; - else if (this.months.indexOf(k.toLowerCase()) >= 0) - return k.toLowerCase(); - else - throw "Value expected:" + this.input.substring(start) + ' for key: ' + k; - - } }; - - this.value = function() { - var values = []; - values.push(this.single_value()); - while (this.tryMatch("#")) { - this.match("#"); - values.push(this.single_value()); - } return values.join(""); - }; - - this.key = function() { - var start = this.pos; - while (true) { - if (this.pos >= this.input.length) { - throw "Runaway key"; - } // а-яА-Я is Cyrillic - //console.log(this.input[this.pos]); - if (this.notKey.indexOf(this.input[this.pos]) >= 0) { - return this.input.substring(start, this.pos); - } else { - this.pos++; - - } } }; - - this.key_equals_value = function() { - var key = this.key(); - if (this.tryMatch("=")) { - this.match("="); - var val = this.value(); - return [ key, val ]; - } else { - throw "... = value expected, equals sign missing:" - + this.input.substring(this.pos); - } }; - - this.key_value_list = function() { - var kv = this.key_equals_value(); - this.currentEntry['entryTags'] = {}; - this.currentEntry['entryTags'][kv[0]] = kv[1]; - while (this.tryMatch(",")) { - this.match(","); - // fixes problems with commas at the end of a list - if (this.tryMatch("}")) { - break; - } - kv = this.key_equals_value(); - this.currentEntry['entryTags'][kv[0]] = kv[1]; - } }; - - this.entry_body = function(d) { - this.currentEntry = {}; - this.currentEntry['citationKey'] = this.key(); - this.currentEntry['entryType'] = d.substring(1); - this.match(","); - this.key_value_list(); - this.entries.push(this.currentEntry); - }; - - this.directive = function() { - this.match("@"); - return "@" + this.key(); - }; - - this.preamble = function() { - this.currentEntry = {}; - this.currentEntry['entryType'] = 'PREAMBLE'; - this.currentEntry['entry'] = this.value_comment(); - this.entries.push(this.currentEntry); - }; - - this.comment = function() { - this.currentEntry = {}; - this.currentEntry['entryType'] = 'COMMENT'; - this.currentEntry['entry'] = this.value_comment(); - this.entries.push(this.currentEntry); - }; - - this.entry = function(d) { - this.entry_body(d); - }; - - this.bibtex = function() { - while (this.matchAt()) { - var d = this.directive(); - this.match("{"); - if (d == "@STRING") { - this.string(); - } else if (d == "@PREAMBLE") { - this.preamble(); - } else if (d == "@COMMENT") { - this.comment(); - } else { - this.entry(d); - } - this.match("}"); - } }; - } - exports.toJSON = function(bibtex) { - var b = new BibtexParser(); - b.setInput(bibtex); - b.bibtex(); - return b.entries; - }; - - /* added during hackathon don't hate on me */ - exports.toBibtex = function(json) { - var out = ''; - for ( var i in json) { - out += "@" + json[i].entryType; - out += '{'; - if (json[i].citationKey) - out += json[i].citationKey + ', '; - if (json[i].entry) - out += json[i].entry ; - if (json[i].entryTags) { - var tags = ''; - for (var jdx in json[i].entryTags) { - if (tags.length != 0) - tags += ', '; - tags += jdx + '= {' + json[i].entryTags[jdx] + '}'; - } - out += tags; - } - out += '}\n\n'; - } - return out; - - }; - - })( exports); - - /* end bibtexParse */ - }); - - // Copyright 2018 The Distill Template Authors - - function normalizeTag(string) { - return string - .replace(/[\t\n ]+/g, ' ') - .replace(/{\\["^`.'acu~Hvs]( )?([a-zA-Z])}/g, (full, x, char) => char) - .replace(/{\\([a-zA-Z])}/g, (full, char) => char); - } - - function parseBibtex(bibtex) { - const bibliography = new Map(); - const parsedEntries = bibtexParse.toJSON(bibtex); - for (const entry of parsedEntries) { - // normalize tags; note entryTags is an object, not Map - for (const [key, value] of Object.entries(entry.entryTags)) { - entry.entryTags[key.toLowerCase()] = normalizeTag(value); - } - entry.entryTags.type = entry.entryType; - // add to bibliography - bibliography.set(entry.citationKey, entry.entryTags); - } - return bibliography; - } - - function serializeFrontmatterToBibtex(frontMatter) { - return `@article{${frontMatter.slug}, - author = {${frontMatter.bibtexAuthors}}, - title = {${frontMatter.title}}, - journal = {${frontMatter.journal.title}}, - year = {${frontMatter.publishedYear}}, - note = {${frontMatter.url}}, - doi = {${frontMatter.doi}} -}`; - } - - // Copyright 2018 The Distill Template Authors - - class Bibliography extends HTMLElement { - - static get is() { return 'd-bibliography'; } - - constructor() { - super(); - - // set up mutation observer - const options = {childList: true, characterData: true, subtree: true}; - const observer = new MutationObserver( (entries) => { - for (const entry of entries) { - if (entry.target.nodeName === 'SCRIPT' || entry.type === 'characterData') { - this.parseIfPossible(); - } - } - }); - observer.observe(this, options); - } - - connectedCallback() { - requestAnimationFrame(() => { - this.parseIfPossible(); - }); - } - - parseIfPossible() { - const scriptTag = this.querySelector('script'); - if (!scriptTag) return; - if (scriptTag.type == 'text/bibtex') { - const newBibtex = scriptTag.textContent; - if (this.bibtex !== newBibtex) { - this.bibtex = newBibtex; - const bibliography = parseBibtex(this.bibtex); - this.notify(bibliography); - } - } else if (scriptTag.type == 'text/json') { - const bibliography = new Map(JSON.parse(scriptTag.textContent)); - this.notify(bibliography); - } else { - console.warn('Unsupported bibliography script tag type: ' + scriptTag.type); - } - } - - notify(bibliography) { - const options = { detail: bibliography, bubbles: true }; - const event = new CustomEvent('onBibliographyChanged', options); - this.dispatchEvent(event); - } - - /* observe 'src' attribute */ - - static get observedAttributes() { - return ['src']; - } - - receivedBibtex(event) { - const bibliography = parseBibtex(event.target.response); - this.notify(bibliography); - } - - attributeChangedCallback(name, oldValue, newValue) { - var oReq = new XMLHttpRequest(); - oReq.onload = (e) => this.receivedBibtex(e); - oReq.onerror = () => console.warn(`Could not load Bibtex! (tried ${newValue})`); - oReq.responseType = 'text'; - oReq.open('GET', newValue, true); - oReq.send(); - } - - - } - - // Copyright 2018 The Distill Template Authors - // - // Licensed under the Apache License, Version 2.0 (the "License"); - // you may not use this file except in compliance with the License. - // You may obtain a copy of the License at - // - // http://www.apache.org/licenses/LICENSE-2.0 - // - // Unless required by applicable law or agreed to in writing, software - // distributed under the License is distributed on an "AS IS" BASIS, - // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - // See the License for the specific language governing permissions and - // limitations under the License. - - // import style from '../styles/d-byline.css'; - - function bylineTemplate(frontMatter) { - return ` -
-`; - } - - class Byline extends HTMLElement { - - static get is() { return 'd-byline'; } - - set frontMatter(frontMatter) { - this.innerHTML = bylineTemplate(frontMatter); - } - - } - - // Copyright 2018 The Distill Template Authors - - const T$3 = Template( - "d-cite", - ` - - -
-
-`);
-
- class Code extends Mutating(T$4(HTMLElement)) {
-
- renderContent() {
-
- // check if language can be highlighted
- this.languageName = this.getAttribute('language');
- if (!this.languageName) {
- console.warn('You need to provide a language attribute to your `; - if (frontMatter.githubCompareUpdatesUrl) { - html += `View all changes to this article since it was first published.`; - } - html += ` - If you see mistakes or want to suggest changes, please create an issue on GitHub.
- `; - } - - const journal = frontMatter.journal; - if (typeof journal !== 'undefined' && journal.title === 'Distill') { - html += ` -Diagrams and text are licensed under Creative Commons Attribution CC-BY 4.0 with the source available on GitHub, unless noted otherwise. The figures that have been reused from other sources don’t fall under this license and can be recognized by a note in their caption: “Figure from …”.
- `; - } - - if (typeof frontMatter.publishedDate !== 'undefined') { - html += ` -For attribution in academic contexts, please cite this work as
-${frontMatter.concatenatedAuthors}, "${frontMatter.title}", Distill, ${frontMatter.publishedYear}.-
BibTeX citation
-${serializeFrontmatterToBibtex(frontMatter)}- `; - } - - return html; - } - - class DistillAppendix extends HTMLElement { - - static get is() { return 'distill-appendix'; } - - set frontMatter(frontMatter) { - this.innerHTML = appendixTemplate(frontMatter); - } - - } - - const footerTemplate = ` - - - - -`; - - // Copyright 2018 The Distill Template Authors - - const T$c = Template('distill-footer', footerTemplate); - - class DistillFooter extends T$c(HTMLElement) { - - } - - // Copyright 2018 The Distill Template Authors - - let templateIsLoading = false; - let runlevel = 0; - const initialize = function() { - if (window.distill.runlevel < 1) { - throw new Error("Insufficient Runlevel for Distill Template!"); - } - - /* 1. Flag that we're being loaded */ - if ("distill" in window && window.distill.templateIsLoading) { - throw new Error( - "Runlevel 1: Distill Template is getting loaded more than once, aborting!" - ); - } else { - window.distill.templateIsLoading = true; - console.debug("Runlevel 1: Distill Template has started loading."); - } - - /* 2. Add styles if they weren't added during prerendering */ - makeStyleTag(document); - console.debug("Runlevel 1: Static Distill styles have been added."); - console.debug("Runlevel 1->2."); - window.distill.runlevel += 1; - - /* 3. Register Controller listener functions */ - /* Needs to happen before components to their connected callbacks have a controller to talk to. */ - for (const [functionName, callback] of Object.entries(Controller.listeners)) { - if (typeof callback === "function") { - document.addEventListener(functionName, callback); - } else { - console.error("Runlevel 2: Controller listeners need to be functions!"); - } - } - console.debug("Runlevel 2: We can now listen to controller events."); - console.debug("Runlevel 2->3."); - window.distill.runlevel += 1; - - /* 4. Register components */ - const components = [ - Abstract, Appendix, Article, Bibliography, Byline, Cite, CitationList, Code, - Footnote, FootnoteList, FrontMatter$1, HoverBox, Title, DMath, References, TOC, Figure, - Slider, Interstitial - ]; - - const distillComponents = [DistillHeader, DistillAppendix, DistillFooter]; - - if (window.distill.runlevel < 2) { - throw new Error("Insufficient Runlevel for adding custom elements!"); - } - const allComponents = components.concat(distillComponents); - for (const component of allComponents) { - console.debug("Runlevel 2: Registering custom element: " + component.is); - customElements.define(component.is, component); - } - - console.debug( - "Runlevel 3: Distill Template finished registering custom elements." - ); - console.debug("Runlevel 3->4."); - window.distill.runlevel += 1; - - // If template was added after DOMContentLoaded we may have missed that event. - // Controller will check for that case, so trigger the event explicitly: - if (domContentLoaded()) { - Controller.listeners.DOMContentLoaded(); - } - - console.debug("Runlevel 4: Distill Template initialisation complete."); - window.distill.templateIsLoading = false; - window.distill.templateHasLoaded = true; - }; - - window.distill = { runlevel, initialize, templateIsLoading }; - - /* 0. Check browser feature support; synchronously polyfill if needed */ - if (Polyfills.browserSupportsAllFeatures()) { - console.debug("Runlevel 0: No need for polyfills."); - console.debug("Runlevel 0->1."); - window.distill.runlevel += 1; - window.distill.initialize(); - } else { - console.debug("Runlevel 0: Distill Template is loading polyfills."); - Polyfills.load(window.distill.initialize); - } - -}))); -//# sourceMappingURL=template.v2.js.map +!function(n){"function"==typeof define&&define.amd?define(n):n()}(function(){"use strict"; +// Copyright 2018 The Distill Template Authors +function n(n,t){n.title=t.title,t.published&&(t.published instanceof Date?n.publishedDate=t.published:t.published.constructor===String&&(n.publishedDate=new Date(t.published))),t.publishedDate&&(t.publishedDate instanceof Date?n.publishedDate=t.publishedDate:t.publishedDate.constructor===String?n.publishedDate=new Date(t.publishedDate):console.error("Don't know what to do with published date: "+t.publishedDate)),n.description=t.description,n.authors=t.authors.map(n=>new Nr(n)),n.katex=t.katex,n.password=t.password,t.doi&&(n.doi=t.doi)} +// Copyright 2018 The Distill Template Authors +function t(n=document){const t=new Set,e=n.querySelectorAll("d-cite");for(const n of e){const e=(n.getAttribute("key")||n.getAttribute("bibtex-key")).split(",").map(n=>n.trim());for(const n of e)t.add(n)}return[...t]}function e(n,t,e,i){if(null==n.author)return"";var r=n.author.split(" and ");let o=r.map(n=>{if(-1!=(n=n.trim()).indexOf(","))var e=n.split(",")[0].trim(),i=n.split(",")[1];else if(-1!=n.indexOf(" "))e=n.split(" ").slice(-1)[0].trim(),i=n.split(" ").slice(0,-1).join(" ");else e=n.trim();var r="";return i!=undefined&&(r=(r=i.trim().split(" ").map(n=>n.trim()[0])).join(".")+"."),t.replace("${F}",i).replace("${L}",e).replace("${I}",r).trim()});if(r.length>1){var a=o.slice(0,r.length-1).join(e);return a+=(i||e)+o[r.length-1]}return o[0]}function i(n){var t=n.journal||n.booktitle||"";if("volume"in n){var e=n.issue||n.number;e=e!=undefined?"("+e+")":"",t+=", Vol "+n.volume+e}return"pages"in n&&(t+=", pp. "+n.pages),""!=t&&(t+=". "),"publisher"in n&&"."!=(t+=n.publisher)[t.length-1]&&(t+="."),t}function r(n){if("url"in n){var t=n.url,e=/arxiv\.org\/abs\/([0-9\.]*)/.exec(t);if(null!=e&&(t=`http://arxiv.org/pdf/${e[1]}.pdf`),".pdf"==t.slice(-4))var i="PDF";else if(".html"==t.slice(-5))i="HTML";return` [${i||"link"}]`}return""}function o(n,t){return"doi"in n?`${t?"
',n.githubCompareUpdatesUrl&&(t+=`View all changes to this article since it was first published.`),t+=`\n If you see mistakes or want to suggest changes, please create an issue on GitHub.
\n `);const e=n.journal;return void 0!==e&&"Distill"===e.title&&(t+=`\nDiagrams and text are licensed under Creative Commons Attribution CC-BY 4.0 with the source available on GitHub, unless noted otherwise. The figures that have been reused from other sources don\u2019t fall under this license and can be recognized by a note in their caption: \u201cFigure from \u2026\u201d.
\n `),"undefined"!=typeof n.publishedDate&&(t+=`\nFor attribution in academic contexts, please cite this work as
\n${n.concatenatedAuthors}, "${n.title}", Distill, ${n.publishedYear}.\n
BibTeX citation
\n${v(n)}\n `),t}const Mr=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Tr=["Jan.","Feb.","March","April","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."],_r=n=>n<10?"0"+n:n,Cr=function(n){return`${Mr[n.getDay()].substring(0,3)}, ${_r(n.getDate())} ${Tr[n.getMonth()].substring(0,3)} ${n.getFullYear().toString()} ${n.getUTCHours().toString()}:${n.getUTCMinutes().toString()}:${n.getUTCSeconds().toString()} Z`},Ar=function(n){return Array.from(n).reduce((n,[t,e])=>Object.assign(n,{[t]:e}),{})},Er=function(n){const t=new Map;for(var e in n)n.hasOwnProperty(e)&&t.set(e,n[e]);return t};class Nr{constructor(n){this.name=n.author,this.personalURL=n.authorURL,this.affiliation=n.affiliation,this.affiliationURL=n.affiliationURL,this.affiliations=n.affiliations||[]}get firstName(){const n=this.name.split(" ");return n.slice(0,n.length-1).join(" ")}get lastName(){const n=this.name.split(" ");return n[n.length-1]}}class Lr{constructor(){this.title="unnamed article",this.description="",this.authors=[],this.bibliography=new Map,this.bibliographyParsed=!1,this.citations=[],this.citationsCollected=!1,this.journal={},this.katex={},this.doi=undefined,this.publishedDate=undefined}set url(n){this._url=n}get url(){return this._url?this._url:this.distillPath&&this.journal.url?this.journal.url+"/"+this.distillPath:this.journal.url?this.journal.url:void 0}get githubUrl(){return this.githubPath?"https://github.com/"+this.githubPath:undefined}set previewURL(n){this._previewURL=n}get previewURL(){return this._previewURL?this._previewURL:this.url+"/thumbnail.jpg"}get publishedDateRFC(){return Cr(this.publishedDate)}get updatedDateRFC(){return Cr(this.updatedDate)}get publishedYear(){return this.publishedDate.getFullYear()}get publishedMonth(){return Tr[this.publishedDate.getMonth()]}get publishedDay(){return this.publishedDate.getDate()}get publishedMonthPadded(){return _r(this.publishedDate.getMonth()+1)}get publishedDayPadded(){return _r(this.publishedDate.getDate())}get publishedISODateOnly(){return this.publishedDate.toISOString().split("T")[0]}get volume(){const n=this.publishedYear-2015;if(n<1)throw new Error("Invalid publish date detected during computing volume");return n}get issue(){return this.publishedDate.getMonth()+1}get concatenatedAuthors(){return this.authors.length>2?this.authors[0].lastName+", et al.":2===this.authors.length?this.authors[0].lastName+" & "+this.authors[1].lastName:1===this.authors.length?this.authors[0].lastName:void 0}get bibtexAuthors(){return this.authors.map(n=>n.lastName+", "+n.firstName).join(" and ")}get slug(){let n="";return this.authors.length&&(n+=this.authors[0].lastName.toLowerCase(),n+=this.publishedYear,n+=this.title.split(" ")[0].toLowerCase()),n||"Untitled"}get bibliographyEntries(){return new Map(this.citations.map(n=>{return[n,this.bibliography.get(n)]}))}set bibliography(n){n instanceof Map?this._bibliography=n:"object"==typeof n&&(this._bibliography=Er(n))}get bibliography(){return this._bibliography}static fromObject(n){const t=new Lr;return Object.assign(t,n),t}assignToObject(n){Object.assign(n,this),n.bibliography=Ar(this.bibliographyEntries),n.url=this.url,n.doi=this.doi,n.githubUrl=this.githubUrl,n.previewURL=this.previewURL,this.publishedDate&&(n.volume=this.volume,n.issue=this.issue,n.publishedDateRFC=this.publishedDateRFC,n.publishedYear=this.publishedYear,n.publishedMonth=this.publishedMonth,n.publishedDay=this.publishedDay,n.publishedMonthPadded=this.publishedMonthPadded,n.publishedDayPadded=this.publishedDayPadded),this.updatedDate&&(n.updatedDateRFC=this.updatedDateRFC),n.concatenatedAuthors=this.concatenatedAuthors,n.bibtexAuthors=this.bibtexAuthors,n.slug=this.slug}} +// Copyright 2018 The Distill Template Authors +const Dr=n=>(class extends n{constructor(){super();const n={childList:!0,characterData:!0,subtree:!0},t=new MutationObserver(()=>{t.disconnect(),this.renderIfPossible(),t.observe(this,n)});t.observe(this,n)}connectedCallback(){super.connectedCallback(),this.renderIfPossible()}renderIfPossible(){this.textContent&&this.root&&this.renderContent()}renderContent(){console.error(`Your class ${this.constructor.name} must provide a custom renderContent() method!`)}}),Or=(n,t,e=!0)=>i=>{const r=document.createElement("template");return r.innerHTML=t,e&&"ShadyCSS"in window&&ShadyCSS.prepareTemplate(r,n),class extends i{static get is(){return n}constructor(){super(),this.clone=document.importNode(r.content,!0),e&&(this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(this.clone))}connectedCallback(){this.hasAttribute("distill-prerendered")||(e?"ShadyCSS"in window&&ShadyCSS.styleElement(this):this.insertBefore(this.clone,this.firstChild))}get root(){return e?this.shadowRoot:this}$(n){return this.root.querySelector(n)}$$(n){return this.root.querySelectorAll(n)}}}; +// Copyright 2018 The Distill Template Authors +var Ir='/*\n * Copyright 2018 The Distill Template Authors\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nspan.katex-display {\n text-align: left;\n padding: 8px 0 8px 0;\n margin: 0.5em 0 0.5em 1em;\n}\n\nspan.katex {\n -webkit-font-smoothing: antialiased;\n color: rgba(0, 0, 0, 0.8);\n font-size: 1.18em;\n}\n'; +// Copyright 2018 The Distill Template Authors +const Fr=function(n,t,e){let i=e,r=0;const o=n.length;for(;i
tag. We found the following text: "+t);const e=document.createElement("span");e.innerHTML=n.nodeValue,n.parentNode.insertBefore(e,n),n.parentNode.removeChild(n)}}}}).observe(this,{childList:!0})}}var ro="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},oo=m(function(n,t){!function(n){function t(){this.months=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],this.notKey=[",","{","}"," ","="],this.pos=0,this.input="",this.entries=new Array,this.currentEntry="",this.setInput=function(n){this.input=n},this.getEntries=function(){return this.entries},this.isWhitespace=function(n){return" "==n||"\r"==n||"\t"==n||"\n"==n},this.match=function(n,t){if(t!=undefined&&null!=t||(t=!0),this.skipWhitespace(t),this.input.substring(this.pos,this.pos+n.length)!=n)throw"Token mismatch, expected "+n+", found "+this.input.substring(this.pos);this.pos+=n.length,this.skipWhitespace(t)},this.tryMatch=function(n,t){return t!=undefined&&null!=t||(t=!0),this.skipWhitespace(t),this.input.substring(this.pos,this.pos+n.length)==n},this.matchAt=function(){for(;this.input.length>this.pos&&"@"!=this.input[this.pos];)this.pos++;return"@"==this.input[this.pos]},this.skipWhitespace=function(n){for(;this.isWhitespace(this.input[this.pos]);)this.pos++;if("%"==this.input[this.pos]&&1==n){for(;"\n"!=this.input[this.pos];)this.pos++;this.skipWhitespace(n)}},this.value_braces=function(){var n=0;this.match("{",!1);for(var t=this.pos,e=!1;;){if(!e)if("}"==this.input[this.pos]){if(!(n>0)){var i=this.pos;return this.match("}",!1),this.input.substring(t,i)}n--}else if("{"==this.input[this.pos])n++;else if(this.pos>=this.input.length-1)throw"Unterminated value";e="\\"==this.input[this.pos]&&0==e,this.pos++}},this.value_comment=function(){for(var n="",t=0;!this.tryMatch("}",!1)||0!=t;){if(n+=this.input[this.pos],"{"==this.input[this.pos]&&t++,"}"==this.input[this.pos]&&t--,this.pos>=this.input.length-1)throw"Unterminated value:"+this.input.substring(start);this.pos++}return n},this.value_quotes=function(){this.match('"',!1);for(var n=this.pos,t=!1;;){if(!t){if('"'==this.input[this.pos]){var e=this.pos;return this.match('"',!1),this.input.substring(n,e)}if(this.pos>=this.input.length-1)throw"Unterminated value:"+this.input.substring(n)}t="\\"==this.input[this.pos]&&0==t,this.pos++}},this.single_value=function(){var n=this.pos;if(this.tryMatch("{"))return this.value_braces();if(this.tryMatch('"'))return this.value_quotes();var t=this.key();if(t.match("^[0-9]+$"))return t;if(this.months.indexOf(t.toLowerCase())>=0)return t.toLowerCase();throw"Value expected:"+this.input.substring(n)+" for key: "+t},this.value=function(){var n=[];for(n.push(this.single_value());this.tryMatch("#");)this.match("#"),n.push(this.single_value());return n.join("")},this.key=function(){for(var n=this.pos;;){if(this.pos>=this.input.length)throw"Runaway key";if(this.notKey.indexOf(this.input[this.pos])>=0)return this.input.substring(n,this.pos);this.pos++}},this.key_equals_value=function(){var n=this.key();if(this.tryMatch("="))return this.match("="),[n,this.value()];throw"... = value expected, equals sign missing:"+this.input.substring(this.pos)},this.key_value_list=function(){var n=this.key_equals_value();for(this.currentEntry.entryTags={},this.currentEntry.entryTags[n[0]]=n[1];this.tryMatch(",")&&(this.match(","),!this.tryMatch("}"));)n=this.key_equals_value(),this.currentEntry.entryTags[n[0]]=n[1]},this.entry_body=function(n){this.currentEntry={},this.currentEntry.citationKey=this.key(),this.currentEntry.entryType=n.substring(1),this.match(","),this.key_value_list(),this.entries.push(this.currentEntry)},this.directive=function(){return this.match("@"),"@"+this.key()},this.preamble=function(){this.currentEntry={},this.currentEntry.entryType="PREAMBLE",this.currentEntry.entry=this.value_comment(),this.entries.push(this.currentEntry)},this.comment=function(){this.currentEntry={},this.currentEntry.entryType="COMMENT",this.currentEntry.entry=this.value_comment(),this.entries.push(this.currentEntry)},this.entry=function(n){this.entry_body(n)},this.bibtex=function(){for(;this.matchAt();){var n=this.directive();this.match("{"),"@STRING"==n?this.string():"@PREAMBLE"==n?this.preamble():"@COMMENT"==n?this.comment():this.entry(n),this.match("}")}}}n.toJSON=function(n){var e=new t;return e.setInput(n),e.bibtex(),e.entries},n.toBibtex=function(n){var t="";for(var e in n){if(t+="@"+n[e].entryType,t+="{",n[e].citationKey&&(t+=n[e].citationKey+", "),n[e].entry&&(t+=n[e].entry),n[e].entryTags){var i="";for(var r in n[e].entryTags)0!=i.length&&(i+=", "),i+=r+"= {"+n[e].entryTags[r]+"}";t+=i}t+="}\n\n"}return t}}(t)});class ao extends HTMLElement{static get is(){return"d-bibliography"}constructor(){super();const n={childList:!0,characterData:!0,subtree:!0};new MutationObserver(n=>{for(const t of n)"SCRIPT"!==t.target.nodeName&&"characterData"!==t.type||this.parseIfPossible()}).observe(this,n)}connectedCallback(){requestAnimationFrame(()=>{this.parseIfPossible()})}parseIfPossible(){const n=this.querySelector("script");if(n)if("text/bibtex"==n.type){const t=n.textContent;if(this.bibtex!==t){this.bibtex=t;const n=y(this.bibtex);this.notify(n)}}else if("text/json"==n.type){const t=new Map(JSON.parse(n.textContent));this.notify(t)}else console.warn("Unsupported bibliography script tag type: "+n.type)}notify(n){const t=new CustomEvent("onBibliographyChanged",{detail:n,bubbles:!0});this.dispatchEvent(t)}static get observedAttributes(){return["src"]}receivedBibtex(n){const t=y(n.target.response);this.notify(t)}attributeChangedCallback(n,t,e){var i=new XMLHttpRequest;i.onload=(n=>this.receivedBibtex(n)),i.onerror=(()=>console.warn(`Could not load Bibtex! (tried ${e})`)),i.responseType="text",i.open("GET",e,!0),i.send()}}class so extends HTMLElement{static get is(){return"d-byline"}set frontMatter(n){this.innerHTML=w(n)}}
+// Copyright 2018 The Distill Template Authors
+const lo=Or("d-cite",'\n\n\n
\n\n`);class go extends(Dr(fo(HTMLElement))){renderContent(){if(this.languageName=this.getAttribute("language"),!this.languageName)return void console.warn('You need to provide a language attribute to your