fix overlap bug
This commit is contained in:
8
app_heuristic.py
Normal file
8
app_heuristic.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from PytorchBoot.application import PytorchBootApplication
|
||||
from runners.heuristic import Heuristic
|
||||
|
||||
@PytorchBootApplication("exp_heuristic")
|
||||
class ExpHeuristic:
|
||||
@staticmethod
|
||||
def start():
|
||||
Heuristic("configs/local/heuristic_exp_config.yaml").run()
|
Reference in New Issue
Block a user