Skip to content

Commit f46e020

Browse files
committed
[db] find_one_params with try
1 parent 02fb608 commit f46e020

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorlayer/db.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ def __init__(
6060
self.modelfs = gridfs.GridFS(self.db, collection="modelfs")
6161
self.paramsfs = gridfs.GridFS(self.db, collection="paramsfs")
6262
##
63-
self.buckets_f_id = {'mnist' : 0}
64-
##
6563
print("[TensorDB] Connect SUCCESS {}:{} {} {}".format(ip, port, db_name, user_name))
6664

6765
# def save_bulk_data(self, data=None, filename='filename'):

0 commit comments

Comments
 (0)