This commit is contained in:
2023-03-13 19:47:25 +08:00
parent 2f162b970b
commit 09b59d8778
10 changed files with 113 additions and 210 deletions

View File

@@ -36,7 +36,8 @@ if __name__ == '__main__':
from controller_db import ControllerDB
controller_db = ControllerDB(args.exp, reset_flag=args.reset)
controller_db.reset_db()
# controller_db.reset_db()
controller_db.reset_db(force_drop=True)
controller_db.prepare_list_sample()