update strong pointnet++
This commit is contained in:
9
app_sim.py
Normal file
9
app_sim.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from PytorchBoot.application import PytorchBootApplication
|
||||
from runners.simulator import Simulator
|
||||
|
||||
@PytorchBootApplication("sim")
|
||||
class SimulateApp:
|
||||
@staticmethod
|
||||
def start():
|
||||
Simulator("configs/server/server_split_dataset_config.yaml").run()
|
||||
|
Reference in New Issue
Block a user