Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

params.yml 885 B

You have to be logged in to leave a comment. Sign In
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  1. Project: fsl-ssl
  2. adaptation: false
  3. amp: true
  4. bn_type: 2
  5. bs: 16
  6. checkpoint_dir: .//checkpoints/miniImagenet/_resnet18_protonet_5way_5shot_16query_224_lr0.0003
  7. dataset: miniImagenet
  8. dataset_unlabel: null
  9. date: ''
  10. debug: false
  11. device: '0'
  12. eval_interval: 50
  13. finetune: false
  14. firstk: 0
  15. gamma: 0.2
  16. grey: false
  17. image_size: 224
  18. iterations: 20000
  19. jigsaw: false
  20. json_seed: null
  21. lbda: 0
  22. lbda_jigsaw: 0
  23. lbda_rotation: 0
  24. loadfile: ''
  25. lr: 0.0003
  26. method: protonet
  27. model: resnet18
  28. n_query: 16
  29. n_shot: 5
  30. no_bn: false
  31. num_classes: 200
  32. optimization: Adam
  33. pretrain: false
  34. random: false
  35. resume: false
  36. rotation: false
  37. run_name: null
  38. save_freq: 100
  39. save_iter: -1
  40. scheduler: cosine
  41. seed: 10
  42. split: novel
  43. start_epoch: 0
  44. step_size: 10000
  45. stop_epoch: 150
  46. sweep: 'true'
  47. sweep_id: 0ghn37u0
  48. test_bs: 64
  49. test_n_way: 5
  50. testiter: 199
  51. tracking: false
  52. train_aug: false
  53. train_n_way: 5
  54. useVal: false
  55. warmup: false
  56. wd: 0.01
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...