File size: 793 Bytes
486ff80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "human-face": {
    "van-gogh": "./models/van-gogh-humans-epoch15.pth",
    "claude-monet": "./models/claude-monet-humans-epoch10.pth"
  },

  "cars": {
    "van-gogh": "./models/car-van-gogh-gpt_edgeAMP_epoch25.pth",
    "claude-monet": "./models/car-claude-monet-gpt_edgeAMP_epoch12.pth"
  },

  "cats": {
    "van-gogh": "./models/cats-van-gogh-gpt_edgeAMP_epoch12.pth",
    "claude-monet": "./models/cat-claude-monet-gpt_edgeAMP_epoch12.pth"    
  },

  "dogs": {
    "van-gogh": "./models/dogs-van-gogh-gpt_edgeAMP_epoch12.pth",
    "claude-monet": "./models/dogs-claude-monet-gpt_edgeAMP_epoch12.pth"    
  },

  "landscape": {
    "van-gogh": "./models/landscape-van-gogh-gpt_edgeAMP_epoch30.pth",
    "claude-monet": "./models/landscape-claude-monet-gpt_edgeAMP_epoch30.pth"
  }
}