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

train_params.yml 887 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
  1. DAGsHubLogger: true
  2. Learner: <fastai.learner.Learner object at 0x7fcf56717fd0>
  3. ParamScheduler: true
  4. ProgressCallback: true
  5. Recorder: {add_time: true, train_metrics: false, valid_metrics: true}
  6. TrainEvalCallback: true
  7. batch per epoch: 159
  8. batch size: 4
  9. dataset.tfms: '[Pipeline: PILBase.create, Pipeline: get_y_fn -> PILBase.create]'
  10. device: cuda
  11. dls.after_batch: "Pipeline: IntToFloatTensor -- {'div': 255.0, 'div_mask': 1} -> Normalize\
  12. \ -- {'mean': tensor([[[[0.4850]],\n\n [[0.4560]],\n\n [[0.4060]]]],\
  13. \ device='cuda:0'), 'std': tensor([[[[0.2290]],\n\n [[0.2240]],\n\n \
  14. \ [[0.2250]]]], device='cuda:0'), 'axes': (0, 2, 3)}"
  15. dls.after_item: 'Pipeline: ToTensor'
  16. dls.before_batch: 'Pipeline: '
  17. frozen: false
  18. frozen idx: 0
  19. input 1 dim 1: 4
  20. input 1 dim 2: 3
  21. input 1 dim 3: 480
  22. input 1 dim 4: 640
  23. model parameters: 41221268
  24. n_inp: 1
  25. success: true
Tip!

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

Comments

Loading...