petrux/LiTeFlow
Fork: 1 Star: 2 (更新于 1970-01-01 00:00:00)
license: Apache-2.0
Language: Python .
Lightweight TensorFlow extension library
最后发布版本: v0.1.0 ( 2017-05-10 16:50:28)
LiTeFlow
LiTeFlow is a Lightweight TensorFlow extension library. It collects a bunch of functions that can help you building and testing some complex neural network layers.
DISCLAIMER
LiTeFlow is not intended to be a super-layer like Keras or Lasagne: it's just a collection of handy off-the-shelf code snippets that can make us save some time when implementing some common operations. As soon as the official TensorFlow project will be provided with higher level APIs, thisl library will become useless -- I know, with such a cool name it's kind of a waste, but building something more is way beyond the scope of my work and my abilities. Said that: have fun!
Installation.
Do you run a GPU or CPU? Whatever, you need to install the proper tensorflow version
before installing LiTeFlow
. To use LiTeFlow
, you can install it via pip
running:
$ pip install git+https://github.com/petrux/LiTeFlow.git@master
Development
If you wan to contribute to LiTeFlow
or just dig a bit deeper into it, clone the repository:
$ git clone https://github.com/petrux/LiTeFlow.git
then get into the directory and run one of the script in the bin
directory to create
a virtual environent to work with:
$ cd LiTeFlow
$ ./bin/py3venv.sh
We strongly recommend to use Python 3 and to run a virtual environment.
The ./bin/py3venv.sh
script will create a .py3venv
directory with the virtual
environment. Now, you just need to activate it and install the proper version of
TensorFlow
for your machine (GPU or CPU).
$ source .py3venv/bin/activate
$ pip install tensorflow-gpu
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2017-05-10 16:50:28 v0.1.0
2017-04-28 06:37:04 v0.0.4
2017-04-20 21:29:26 v0.0.3
2017-04-20 15:50:57 v0.0.2
petrux/LiTeFlow同语言 Python最近更新仓库
2024-11-14 21:11:52 LibraHp/GetQzonehistory
2024-11-14 08:17:54 langflow-ai/langflow
2024-11-14 06:52:29 ultralytics/ultralytics
2024-11-14 00:25:19 Huanshere/VideoLingo
2024-11-12 18:49:22 jxxghp/MoviePilot
2024-11-12 16:19:07 AnswerDotAI/rerankers