Muhammad Naufal Rizqullah commited on
Commit
71f99ec
·
1 Parent(s): d3a92a8

change dir for checkpoitn path

Browse files
Files changed (1) hide show
  1. config/core.py +1 -1
config/core.py CHANGED
@@ -21,7 +21,7 @@ class Config(BaseSettings):
21
  NUM_EPOCH: int = 500
22
 
23
  LOAD_CHECKPOINT: bool = False
24
- CKPT_PATH: str = "weights\epoch=266-step=42186.ckpt"
25
 
26
 
27
  config = Config()
 
21
  NUM_EPOCH: int = 500
22
 
23
  LOAD_CHECKPOINT: bool = False
24
+ CKPT_PATH: str = "./weights/epoch=266-step=42186.ckpt"
25
 
26
 
27
  config = Config()