diff options
| author | StevenLiuWen <liuwen@shanghaitech.edu.cn> | 2018-03-13 05:38:21 -0400 |
|---|---|---|
| committer | StevenLiuWen <liuwen@shanghaitech.edu.cn> | 2018-03-13 05:38:21 -0400 |
| commit | 596fe06acf4c5382bd48aa5ae3809449cdb0532a (patch) | |
| tree | bd5048ce403c318befdc2acd2578dda743f8f886 /Codes/constant.py | |
| parent | 4ad77cabf91f25d9bac7cc94bb8c324ee0cd1630 (diff) | |
update
Diffstat (limited to 'Codes/constant.py')
| -rw-r--r-- | Codes/constant.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Codes/constant.py b/Codes/constant.py index eafeab9..f6f78df 100644 --- a/Codes/constant.py +++ b/Codes/constant.py @@ -92,7 +92,7 @@ const.EVALUATE = args.evaluate # network constants const.HEIGHT = 256 const.WIDTH = 256 -const.FLOWNET_CHECKPOINT = 'flownet2/checkpoints/FlowNetSD/flownet-SD.ckpt-0' +const.FLOWNET_CHECKPOINT = 'models/pretrains/flownet-SD.ckpt-0' const.FLOW_HEIGHT = 384 const.FLOW_WIDTH = 512 |
