Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
akash13singh committed Oct 26, 2016
1 parent cd25c5e commit 04f5e36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/recommendation_systems/cdl/cdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
np.random.seed(1234) # set seed
lv = 1e-2 # lambda_v/lambda_n in CDL
dir_save = 'cdl%d' % p

if not os.path.isdir(dir_save):
os.system('mkdir %s' % dir_save)
fp = open(dir_save+'/cdl.log','w')
Expand All @@ -33,7 +32,6 @@
else:
X = data.get_mult()
R = data.read_user()

# set to INFO to see less information during training
logging.basicConfig(level=logging.DEBUG)
#ae_model = AutoEncoderModel(mx.gpu(0), [784,500,500,2000,10], pt_dropout=0.2,
Expand Down

0 comments on commit 04f5e36

Please sign in to comment.