We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fb608 commit f46e020Copy full SHA for f46e020
tensorlayer/db.py
@@ -60,8 +60,6 @@ def __init__(
60
self.modelfs = gridfs.GridFS(self.db, collection="modelfs")
61
self.paramsfs = gridfs.GridFS(self.db, collection="paramsfs")
62
##
63
- self.buckets_f_id = {'mnist' : 0}
64
- ##
65
print("[TensorDB] Connect SUCCESS {}:{} {} {}".format(ip, port, db_name, user_name))
66
67
# def save_bulk_data(self, data=None, filename='filename'):
0 commit comments