Coder Social home page Coder Social logo

emmanguyen / feature_adversarial_with_topology_signatures Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 1.49 MB

Research on Deep Generative Models with Feature Adversarial Learning to learn topological signatures on 2-fold manifold

License: MIT License

Python 100.00%

feature_adversarial_with_topology_signatures's Introduction

About

(In Progress) This is a research project on Deep Generative Models with Feature Adversarial Learning to learn topological signatures on 2-fold manifold.

Work in progress

We are refactoring the code to prepare for a release of source code. If you are interested in the work, please feel free to follow us on Github.

Requirements

Please use Anaconda to set up a virtual environment for main Python 3.6 packages. If you have not known what is Anaconda, please go to the following link for more information. Then type this in a terminal,

conda create -n <virtual_env_name> python=3.6

To install all packages, please continue with following command,

pip install -r requirements.txt

Run a test on setup

python -m unittest

How to run source

Below is the main file to trigger all important settings along with experiments. Expected result will be at ../data/

python main.py --no-cuda

Description

usage: main.py [-h] [--batch-size N] [--epochs N] [--lr LR] [--alpha A]
               [--distribution DIST] [--no-cuda] [--num_workers N] [--seed S]
               [--log-interval N]

PyTorch Implementation

optional arguments:
  -h, --help           show this help message and exit
  --batch-size N       input batch size for training (default: 500)
  --epochs N           number of epochs to train (default: 30)
  --lr LR              learning rate (default: 0.001)
  --alpha A            RMSprop alpha/rho (default: 0.9)
  --distribution DIST  Latent Distribution (default: circle)
  --no-cuda            disables CUDA training
  --num_workers N      number of dataloader workers if device is CPU (default:
                       8)
  --seed S             random seed (default: 7)
  --log-interval N     number of batches to log training status (default: 10)

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.