Skip to content

Release 1.4.1

Compare
Choose a tag to compare
@zsdonghao zsdonghao released this 26 Mar 13:15
· 2506 commits to master since this release

Implementing Database Management System.

This is an incomplete list among the many features added.

from tensorlayer.db import TensorDB
db = TensorDB(ip='localhost', port=27017, db_name='atari', user_name=None, password=None)