This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
small
tags/v1.0.0alpha
x54-729
3 years ago
parent
1ac9e75c50
commit
f87723e2eb
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
fastNLP/core/drivers/paddle_driver/fleet.py
+ 0
- 1
fastNLP/core/drivers/paddle_driver/fleet.py
View File
@@ -244,7 +244,6 @@ class PaddleFleetDriver(PaddleDriver):
"""
if self.local_rank == 0:
# 是 rank0 的话,则拉起其它子进程
print("in launcher")
launcher = FleetLauncher(self.parallel_device, self.output_from_new_proc)
launcher.launch()
# 设置参数和初始化分布式环境
Write
Preview
Loading…
Cancel
Save