Update utils/pipeline/scheduler.py
Browse files
utils/pipeline/scheduler.py
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
-
#
|
| 3 |
-
# @Author : Lart Pang
|
| 4 |
-
# @GitHub : https://github.com/lartpang
|
| 5 |
|
| 6 |
import copy
|
| 7 |
import math
|
|
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
+
#Author: Lart Pang (https://github.com/lartpang)
|
|
|
|
|
|
|
| 3 |
|
| 4 |
import copy
|
| 5 |
import math
|