ruffy369 commited on
Commit
ff6fcce
·
verified ·
1 Parent(s): 162fcc3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "_name_or_path": "ruffy369/propainter",
3
- "GAN_LOSS": "hinge",
4
  "adversarial_weight": 0.01,
5
  "architectures": [
6
  "ProPainterModel"
@@ -17,6 +16,7 @@
17
  "flow_weight": 0.25,
18
  "flow_weight_flow_complete_net": 0.25,
19
  "flow_weight_propainter": 1,
 
20
  "height_flow_complete_net": 240,
21
  "height_propainter": 240,
22
  "hidden_size": 512,
 
1
  {
2
  "_name_or_path": "ruffy369/propainter",
 
3
  "adversarial_weight": 0.01,
4
  "architectures": [
5
  "ProPainterModel"
 
16
  "flow_weight": 0.25,
17
  "flow_weight_flow_complete_net": 0.25,
18
  "flow_weight_propainter": 1,
19
+ "gan_loss": "hinge",
20
  "height_flow_complete_net": 240,
21
  "height_propainter": 240,
22
  "hidden_size": 512,