Code Monkey home page Code Monkey logo

compaugcyclegan's Introduction

CompAugCycleGAN

Python PyTorch CUDA cc RSC

โฌ‡๏ธ Download: Source code DOI:10.5281/zenodo.6227643 || Pretrained DOI:10.5281/zenodo.5721355

๐Ÿ•› Latest release: 2022/02/22

TOC

Python modules

There are three submodules:

  1. cacgan.data contains classes used for processing amine-templated oxide data. atmo.csv is the csv form of ATMO dataset.
  2. cacgan.analysis are functions for analyzing ATMO composition dataset
  3. cacgan.gans is the main module for constructing Augmented CycleGAN. This is based on the Pytorch code of Augmented CycleGAN by Amjad Almahairi.

other functions include

Scripts

  • generate_dataset.py create composition datasets used for model training, by default these are two .pkl files in dataset: dataset_ab.pkl -- chemical compositions, dimset.pkl -- dimensionalities.
    • additionally, earth mover's distance matrix can be generated using the same script
  • eval_tuned.py evaluates the pretrained/tuned model which can be downloaded from DOI and placed in the tuned folder.
    • alternatively, use zenodo_get 10.5281/zenodo.5721355 in command line to download
  • hpc_pbs folder contains code for hyperparameter tuning and submission script for HPC (PBS).
  • tutorial.ipynb a notebook showing how to generate dataset and to train the augmented cycleGAN model.
  • test_emd.py unittest for sinkhorn calculator (testing results against pyemd).
  • test_layer unittest for layers used in models.

Dimensionality predictor

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.