From b8cd5c8ebb6992163230d15f0490f227f0c6a14b Mon Sep 17 00:00:00 2001 From: Tom Ouellette Date: Thu, 8 Feb 2024 21:36:28 -0500 Subject: [PATCH] Updating README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1dfca38..46b62aa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ --- +A variety of autoencoder structured models for generative modeling and/or representation learning in pytorch. Models are mostly designed for usability/extensability/research rather than production implementations. But, go ahead and train some models and reconstruct some things! + ## Table of contents - [Installation](#install) @@ -25,10 +27,6 @@ - [Future additions](#additions) - [References](#references) -## autoencodersplz - -A variety of autoencoder structured models for generative modeling and/or representation learning in pytorch. Models are mostly designed for usability/extensability/research rather than production implementations. But, go ahead and train some models and reconstruct some things! - ## Installation ```bash