Giter Club home page Giter Club logo

vaes-experiments's Introduction

Experiments on VAEs

Project Structures

  • data/: This directory contains the training, validation, and test CSV files.
    • train.csv: The training data.
    • validation.csv: The validation data.
    • test.csv: The test data.
  • models/: This directory contains the model definition, loss function, and metrics.
    • __init__.py: An empty file indicating this directory can be imported as a Python package.
    • model.py: The PyTorch model definition.
    • loss.py: The custom loss function.
    • metrics.py: The custom metrics.
  • notebooks/: This directory contains the Jupyter notebooks used for data exploration and model training.
    • explore_data.ipynb: A Jupyter notebook for exploring the data.
    • train_model.ipynb: A Jupyter notebook for training the model.
  • trainers/: This directory contains the trainer classes for training the model.
    • __init__.py: An empty file indicating this directory can be imported as a Python package.
    • base_trainer.py: The base trainer class.
    • model_trainer.py: The trainer class used for training the PyTorch model.
  • utils/: This directory contains utility functions and classes.
    • __init__.py: An empty file indicating this directory can be imported as a Python package.
    • dataset.py: The custom dataset class.
    • config.py: The configuration file.
  • tests/: This directory contains the test files.
    • __init__.py: An empty file indicating this directory can be imported as a Python package.
    • test_model.py: The test file for the model.
    • test_trainer.py: The test file for the trainer.
  • config.yaml: The configuration file in YAML format.
  • main.py: The main script to run the training and testing.
  • README.md: This file.

vaes-experiments's People

Contributors

timothyq avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.