mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
removed dummy d
This commit is contained in:
@@ -482,8 +482,6 @@ class Trainer(TrainerIO):
|
||||
"""
|
||||
# node rank using relative slurm id
|
||||
# otherwise default to node rank 0
|
||||
d['helloooo'] = 12.0
|
||||
|
||||
try:
|
||||
node_id = os.environ['SLURM_NODEID']
|
||||
self.node_rank = int(node_id)
|
||||
|
||||
Reference in New Issue
Block a user