Skip to content

Commit f36d777

Browse files
committed
experiment
1 parent 4b1f16d commit f36d777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ decorator to make sure that only the first process in DDP training logs data.
133133
return 'MyLogger'
134134

135135
@property
136-
@rank_zero_only
136+
@rank_zero_experiment
137137
def experiment(self):
138138
# Return the experiment object associated with this logger.
139139
pass

0 commit comments

Comments
 (0)