Skip to content

rbavishi/atlas

Repository files navigation

Atlas

Stage Build Status codecov

A Framework for Model-Backed Generators

Installation

  • As the repository is in early development stage, you should do a development install as follows

      cd <repo-dir>
      pip install -e .
  • The requirements list tensorflow==1.13.2. If you want to use the GPU version, you can manually install tensorflow-gpu==1.13.2 using pip. Make sure CUDA version is 10.

Documentation and More Tutorials

Coming soon.