Skip to content

Commit

Permalink
DenseNet161 with SGD
Browse files Browse the repository at this point in the history
  • Loading branch information
Junhong Xu committed Jun 14, 2017
1 parent ffd58e1 commit cc4b783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def add_record(self, key, value):
self.save_dict[key].append(value)

def save(self):

df = pd.DataFrame.from_dict(self.save_dict)
df.to_csv(os.path.join(self.save_dir, '%s.csv' % self.name), header=True, index=False)

Expand Down

0 comments on commit cc4b783

Please sign in to comment.