BlueskyFR / pastequeflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PastequeFlow logo

🍉 This repository hosts PastequeFlow's source code!

PastequeFlow is a wrapper around TensorFlow and Keras, using an Object-Oriented approach.

Keras is used first and TensorFlow is used directly when more appropriate.

PastequeFlow is undergoing heavy development and is unstable right now. The framework is not yet ready to use anywhere.

As of now, it is recommended to develop it using git submodules.

Dependencies

The dependencies can be loaded into a (existing or not) conda environment by importing environment.yml:

# This will create/add the dependencies to the "tf" env (default name);
# you can customize the name of the environment with `-n <name>`
# and the path it will be install to using `-p <path>`
conda env update --file environment.yml

About


Languages

Language:Python 100.0%