ilessio-aiflowlab commited on
Commit
94105c7
·
verified ·
1 Parent(s): 27430cc

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +17 -0
  2. README.md +97 -0
  3. checkpoints/best_bouncingballs.pth +3 -0
  4. checkpoints/best_hellwarrior.pth +3 -0
  5. checkpoints/best_hook.pth +3 -0
  6. checkpoints/best_jumpingjacks.pth +3 -0
  7. checkpoints/best_lego.pth +3 -0
  8. checkpoints/best_mutant.pth +3 -0
  9. checkpoints/best_standup.pth +3 -0
  10. checkpoints/best_trex.pth +3 -0
  11. configs/default.toml +34 -0
  12. configs/dnerf.toml +34 -0
  13. configs/hypernerf.toml +35 -0
  14. export_results.json +34 -0
  15. logs/training_history.json +1262 -0
  16. onnx/muninn_bouncingballs_v1.onnx +3 -0
  17. onnx/muninn_hellwarrior_v1.onnx +3 -0
  18. onnx/muninn_hook_v1.onnx +3 -0
  19. onnx/muninn_jumpingjacks_v1.onnx +3 -0
  20. onnx/muninn_lego_v1.onnx +3 -0
  21. onnx/muninn_mutant_v1.onnx +3 -0
  22. onnx/muninn_standup_v1.onnx +3 -0
  23. onnx/muninn_trex_v1.onnx +3 -0
  24. paper.pdf +3 -0
  25. pytorch/muninn_bouncingballs_v1.pth +3 -0
  26. pytorch/muninn_bouncingballs_v1.safetensors +3 -0
  27. pytorch/muninn_hellwarrior_v1.pth +3 -0
  28. pytorch/muninn_hellwarrior_v1.safetensors +3 -0
  29. pytorch/muninn_hook_v1.pth +3 -0
  30. pytorch/muninn_hook_v1.safetensors +3 -0
  31. pytorch/muninn_jumpingjacks_v1.pth +3 -0
  32. pytorch/muninn_jumpingjacks_v1.safetensors +3 -0
  33. pytorch/muninn_lego_v1.pth +3 -0
  34. pytorch/muninn_lego_v1.safetensors +3 -0
  35. pytorch/muninn_mutant_v1.pth +3 -0
  36. pytorch/muninn_mutant_v1.safetensors +3 -0
  37. pytorch/muninn_standup_v1.pth +3 -0
  38. pytorch/muninn_standup_v1.safetensors +3 -0
  39. pytorch/muninn_trex_v1.pth +3 -0
  40. pytorch/muninn_trex_v1.safetensors +3 -0
  41. tensorrt/muninn_bouncingballs_v1_fp16.trt +3 -0
  42. tensorrt/muninn_bouncingballs_v1_fp32.trt +3 -0
  43. tensorrt/muninn_hellwarrior_v1_fp16.trt +3 -0
  44. tensorrt/muninn_hellwarrior_v1_fp32.trt +3 -0
  45. tensorrt/muninn_hook_v1_fp16.trt +3 -0
  46. tensorrt/muninn_hook_v1_fp32.trt +3 -0
  47. tensorrt/muninn_jumpingjacks_v1_fp16.trt +3 -0
  48. tensorrt/muninn_jumpingjacks_v1_fp32.trt +3 -0
  49. tensorrt/muninn_lego_v1_fp16.trt +3 -0
  50. tensorrt/muninn_lego_v1_fp32.trt +3 -0
.gitattributes CHANGED
@@ -33,3 +33,20 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ paper.pdf filter=lfs diff=lfs merge=lfs -text
37
+ tensorrt/muninn_bouncingballs_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
38
+ tensorrt/muninn_bouncingballs_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
39
+ tensorrt/muninn_hellwarrior_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
40
+ tensorrt/muninn_hellwarrior_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
41
+ tensorrt/muninn_hook_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
42
+ tensorrt/muninn_hook_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
43
+ tensorrt/muninn_jumpingjacks_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
44
+ tensorrt/muninn_jumpingjacks_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
45
+ tensorrt/muninn_lego_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
46
+ tensorrt/muninn_lego_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
47
+ tensorrt/muninn_mutant_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
48
+ tensorrt/muninn_mutant_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
49
+ tensorrt/muninn_standup_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
50
+ tensorrt/muninn_standup_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
51
+ tensorrt/muninn_trex_v1_fp16.trt filter=lfs diff=lfs merge=lfs -text
52
+ tensorrt/muninn_trex_v1_fp32.trt filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - robotics
4
+ - anima
5
+ - muninn
6
+ - gaussian-splatting
7
+ - 4dgs
8
+ - dynamic-scenes
9
+ - robot-flow-labs
10
+ library_name: pytorch
11
+ pipeline_tag: robotics
12
+ license: apache-2.0
13
+ ---
14
+
15
+ # MUNINN (SD-GS) — ANIMA Wave-6 Module
16
+
17
+ Part of the [ANIMA Perception Suite](https://github.com/RobotFlow-Labs) by Robot Flow Labs.
18
+
19
+ ## Paper
20
+
21
+ **SD-GS: Structured Deformable 3D Gaussians for Efficient Dynamic Scene Reconstruction**
22
+ Wei Yao, Shuzhao Xie, Letian Li, Weixiang Zhang, Zhixin Lai, Shiqi Dai, Ke Zhang, Zhi Wang
23
+ [arXiv:2507.07465](https://arxiv.org/abs/2507.07465) (Jul 2025)
24
+
25
+ ## Architecture
26
+
27
+ MUNINN implements a **hierarchical deformable anchor grid** for 4D Gaussian Splatting:
28
+
29
+ - **Deformable Anchor Grid**: 48x48x48 grid (110,592 anchors, 442,368 Gaussians) covering the scene bounding box
30
+ - **Spatiotemporal Deformation Field**: MLP predicting per-anchor position/scale/rotation/opacity offsets per frame
31
+ - **Anchor-to-Gaussian Derivation**: Each anchor generates 4 local Gaussians via learned offsets
32
+ - **CUDA Rasterization**: diff-gaussian-rasterization kernel for real-time rendering
33
+
34
+ Key results: 60% model size reduction, 100% FPS improvement over dense 4DGS, maintained visual quality.
35
+
36
+ ## D-NeRF Benchmark Results
37
+
38
+ | Scene | val_loss | Format Sizes |
39
+ |-------|----------|-------------|
40
+ | bouncingballs | 0.449 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
41
+ | trex | 0.459 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
42
+ | hook | 0.469 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
43
+ | mutant | 0.470 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
44
+ | lego | 0.471 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
45
+ | jumpingjacks | 0.475 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
46
+ | standup | 0.475 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
47
+ | hellwarrior | 0.487 | pth: 40MB, ONNX: 7.7MB, TRT: 7.7MB |
48
+
49
+ ## Exported Formats (per scene)
50
+
51
+ | Format | File Pattern | Use Case |
52
+ |--------|-------------|----------|
53
+ | PyTorch (.pth) | `pytorch/muninn_{scene}_v1.pth` | Training, fine-tuning |
54
+ | SafeTensors | `pytorch/muninn_{scene}_v1.safetensors` | Fast loading, safe |
55
+ | ONNX | `onnx/muninn_{scene}_v1.onnx` | Cross-platform inference |
56
+ | TensorRT FP16 | `tensorrt/muninn_{scene}_v1_fp16.trt` | Edge deployment (Jetson/L4) |
57
+ | TensorRT FP32 | `tensorrt/muninn_{scene}_v1_fp32.trt` | Full precision inference |
58
+
59
+ ## Usage
60
+
61
+ ```python
62
+ import torch
63
+ from anima_muninn.core.model import MuninModel
64
+
65
+ # Load from SafeTensors
66
+ from safetensors.torch import load_file
67
+ state = load_file("pytorch/muninn_hellwarrior_v1.safetensors")
68
+ model = MuninModel(bbox=(...), grid_size=48, ...)
69
+ model.load_state_dict(state)
70
+ model.eval()
71
+
72
+ # Render a frame
73
+ output = model(poses, intrinsics, times)
74
+ rendered_image = output["rendered"] # (B, 3, 800, 800)
75
+ ```
76
+
77
+ ## Training
78
+
79
+ - **Hardware**: 5x NVIDIA L4 (23GB each)
80
+ - **Framework**: PyTorch 2.5.1 + CUDA 12.1
81
+ - **Grid**: 48x48x48 anchors, 4 Gaussians per anchor
82
+ - **Batch size**: 36 (71% VRAM)
83
+ - **Optimizer**: Adam (lr=0.0016, gamma=0.95)
84
+ - **Early stopping**: patience=200 epochs
85
+ - **Config**: See `configs/dnerf.toml`
86
+
87
+ ## ANIMA Stack Position
88
+
89
+ - **Tier**: 2 (Perception)
90
+ - **Wave**: 6
91
+ - **Upstream**: THOR (poses), FREYA (point clouds)
92
+ - **Downstream**: SURT (occupancy), MAGNI (temporal coherence)
93
+ - **Sibling**: HUGINN (complementary 4DGS compression)
94
+
95
+ ## License
96
+
97
+ Apache 2.0 -- Robot Flow Labs / AIFLOW LABS LIMITED
checkpoints/best_bouncingballs.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e8bdfebdf782ef80c992ab8d006c60803fa745f50af31c3521b266a9626ab7
3
+ size 121273730
checkpoints/best_hellwarrior.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0344c74ec6e7d4093c2098011e28f2f1130887fa494bd2cb1efba818a17c6902
3
+ size 121273730
checkpoints/best_hook.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a38a8d2d553c089ae6496bdfffe7c542dd3d68ca29c8d4f2fcf3d68ea8c2ba6
3
+ size 121273730
checkpoints/best_jumpingjacks.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01ebdef43d03762940d0e040645fbd5c80ccbf551cc8142e639bf61bd42f4d52
3
+ size 121273730
checkpoints/best_lego.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9359cf80442aab95b7afecb0b8a912c3fd370eb38a7cd979da7114d6d36460f
3
+ size 121273730
checkpoints/best_mutant.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:608b0ed3d5a29e818d9dfcdd4f810e6f5956b6b285b8804c033433a4bae54b16
3
+ size 121273730
checkpoints/best_standup.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f67d1257027f80d67e4e62c03f9644bddef0f8527ac094ac3ca3fbf9bdf1180
3
+ size 121273730
checkpoints/best_trex.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d34b5f06b7f7156557091d3df9c39dc249d30788e9716417c71f0652c716e53
3
+ size 121273730
configs/default.toml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ checkpoint_dir = "/mnt/artifacts-datai/checkpoints/project_muninn"
2
+ device = "cuda"
3
+ seed = 42
4
+
5
+ [model]
6
+ grid_size = 16
7
+ hierarchy_levels = 3
8
+ gaussians_per_anchor = 4
9
+ anchor_feat_dim = 32
10
+ deform_hidden_dim = 128
11
+
12
+ [training]
13
+ batch_size = 1
14
+ learning_rate = 0.0016
15
+ num_epochs = 200
16
+ densify_every = 1000
17
+ opacity_reset_interval = 3000
18
+ warmup_steps = 1000
19
+ lr_decay = 0.95
20
+ lr_decay_every = 5000
21
+ gradient_clip = 1.0
22
+
23
+ [losses]
24
+ l1_weight = 1.0
25
+ ssim_weight = 0.2
26
+ entropy_weight = 0.001
27
+ lpips_weight = 0.0
28
+
29
+ [data]
30
+ dataset_root = "/mnt/forge-data/datasets/dnerf/data"
31
+ dataset_name = "d_nerf"
32
+ scene_name = "hellwarrior"
33
+ split = "train"
34
+ num_workers = 4
configs/dnerf.toml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ checkpoint_dir = "/mnt/artifacts-datai/checkpoints/project_muninn"
2
+ device = "cuda"
3
+ seed = 42
4
+
5
+ [model]
6
+ grid_size = 48
7
+ hierarchy_levels = 3
8
+ gaussians_per_anchor = 4
9
+ anchor_feat_dim = 32
10
+ deform_hidden_dim = 128
11
+
12
+ [training]
13
+ batch_size = 36
14
+ learning_rate = 0.0016
15
+ num_epochs = 1400
16
+ densify_every = 999999
17
+ opacity_reset_interval = 999999
18
+ warmup_steps = 1000
19
+ lr_decay = 0.95
20
+ lr_decay_every = 5000
21
+ gradient_clip = 1.0
22
+
23
+ [losses]
24
+ l1_weight = 1.0
25
+ ssim_weight = 0.2
26
+ entropy_weight = 0.001
27
+ lpips_weight = 0.0
28
+
29
+ [data]
30
+ dataset_root = "/mnt/forge-data/datasets/dnerf/data"
31
+ dataset_name = "d_nerf"
32
+ scene_name = "hellwarrior"
33
+ split = "train"
34
+ num_workers = 4
configs/hypernerf.toml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ checkpoint_dir = "/mnt/artifacts-datai/checkpoints/project_muninn"
2
+ device = "cuda"
3
+ seed = 42
4
+
5
+ [model]
6
+ grid_size = 16
7
+ hierarchy_levels = 3
8
+ gaussians_per_anchor = 4
9
+ anchor_feat_dim = 32
10
+ deform_hidden_dim = 128
11
+
12
+ [training]
13
+ batch_size = 1
14
+ learning_rate = 0.001
15
+ num_epochs = 300
16
+ densify_every = 1500
17
+ opacity_reset_interval = 5000
18
+ warmup_steps = 2000
19
+ lr_decay = 0.95
20
+ lr_decay_every = 5000
21
+ gradient_clip = 1.0
22
+
23
+ [losses]
24
+ l1_weight = 1.0
25
+ ssim_weight = 0.2
26
+ entropy_weight = 0.001
27
+ lpips_weight = 0.0
28
+
29
+ [data]
30
+ dataset_root = "/mnt/forge-data/datasets"
31
+ # NOTE: HyperNeRF dataset is MISSING (CDN-blocked). Test with D-NeRF instead.
32
+ dataset_name = "hypernerf"
33
+ scene_name = "interp_cut_lemon"
34
+ split = "train"
35
+ num_workers = 4
export_results.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bouncingballs": {
3
+ "checkpoint": "project_muninn_cuda_v1_epoch0013_val0.4489.pth",
4
+ "val_loss": 0.4489
5
+ },
6
+ "hellwarrior": {
7
+ "checkpoint": "project_muninn_cuda_v1_epoch0030_val0.4871.pth",
8
+ "val_loss": 0.4871
9
+ },
10
+ "hook": {
11
+ "checkpoint": "project_muninn_cuda_v1_epoch0023_val0.4685.pth",
12
+ "val_loss": 0.4685
13
+ },
14
+ "jumpingjacks": {
15
+ "checkpoint": "project_muninn_cuda_v1_epoch0117_val0.4746.pth",
16
+ "val_loss": 0.4746
17
+ },
18
+ "lego": {
19
+ "checkpoint": "project_muninn_cuda_v1_epoch0043_val0.4713.pth",
20
+ "val_loss": 0.4713
21
+ },
22
+ "mutant": {
23
+ "checkpoint": "project_muninn_cuda_v1_epoch0012_val0.4699.pth",
24
+ "val_loss": 0.4699
25
+ },
26
+ "standup": {
27
+ "checkpoint": "project_muninn_cuda_v1_epoch0049_val0.4752.pth",
28
+ "val_loss": 0.4752
29
+ },
30
+ "trex": {
31
+ "checkpoint": "project_muninn_cuda_v1_epoch0011_val0.4586.pth",
32
+ "val_loss": 0.4586
33
+ }
34
+ }
logs/training_history.json ADDED
@@ -0,0 +1,1262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epochs": [
3
+ 0,
4
+ 1,
5
+ 2,
6
+ 3,
7
+ 4,
8
+ 5,
9
+ 6,
10
+ 7,
11
+ 8,
12
+ 9,
13
+ 10,
14
+ 11,
15
+ 12,
16
+ 13,
17
+ 14,
18
+ 15,
19
+ 16,
20
+ 17,
21
+ 18,
22
+ 19,
23
+ 20,
24
+ 21,
25
+ 22,
26
+ 23,
27
+ 24,
28
+ 25,
29
+ 26,
30
+ 27,
31
+ 28,
32
+ 29,
33
+ 30,
34
+ 31,
35
+ 32,
36
+ 33,
37
+ 34,
38
+ 35,
39
+ 36,
40
+ 37,
41
+ 38,
42
+ 39,
43
+ 40,
44
+ 41,
45
+ 42,
46
+ 43,
47
+ 44,
48
+ 45,
49
+ 46,
50
+ 47,
51
+ 48,
52
+ 49,
53
+ 50,
54
+ 51,
55
+ 52,
56
+ 53,
57
+ 54,
58
+ 55,
59
+ 56,
60
+ 57,
61
+ 58,
62
+ 59,
63
+ 60,
64
+ 61,
65
+ 62,
66
+ 63,
67
+ 64,
68
+ 65,
69
+ 66,
70
+ 67,
71
+ 68,
72
+ 69,
73
+ 70,
74
+ 71,
75
+ 72,
76
+ 73,
77
+ 74,
78
+ 75,
79
+ 76,
80
+ 77,
81
+ 78,
82
+ 79,
83
+ 80,
84
+ 81,
85
+ 82,
86
+ 83,
87
+ 84,
88
+ 85,
89
+ 86,
90
+ 87,
91
+ 88,
92
+ 89,
93
+ 90,
94
+ 91,
95
+ 92,
96
+ 93,
97
+ 94,
98
+ 95,
99
+ 96,
100
+ 97,
101
+ 98,
102
+ 99,
103
+ 100,
104
+ 101,
105
+ 102,
106
+ 103,
107
+ 104,
108
+ 105,
109
+ 106,
110
+ 107,
111
+ 108,
112
+ 109,
113
+ 110,
114
+ 111,
115
+ 112,
116
+ 113,
117
+ 114,
118
+ 115,
119
+ 116,
120
+ 117,
121
+ 118,
122
+ 119,
123
+ 120,
124
+ 121,
125
+ 122,
126
+ 123,
127
+ 124,
128
+ 125,
129
+ 126,
130
+ 127,
131
+ 128,
132
+ 129,
133
+ 130,
134
+ 131,
135
+ 132,
136
+ 133,
137
+ 134,
138
+ 135,
139
+ 136,
140
+ 137,
141
+ 138,
142
+ 139,
143
+ 140,
144
+ 141,
145
+ 142,
146
+ 143,
147
+ 144,
148
+ 145,
149
+ 146,
150
+ 147,
151
+ 148,
152
+ 149,
153
+ 150,
154
+ 151,
155
+ 152,
156
+ 153,
157
+ 154,
158
+ 155,
159
+ 156,
160
+ 157,
161
+ 158,
162
+ 159,
163
+ 160,
164
+ 161,
165
+ 162,
166
+ 163,
167
+ 164,
168
+ 165,
169
+ 166,
170
+ 167,
171
+ 168,
172
+ 169,
173
+ 170,
174
+ 171,
175
+ 172,
176
+ 173,
177
+ 174,
178
+ 175,
179
+ 176,
180
+ 177,
181
+ 178,
182
+ 179,
183
+ 180,
184
+ 181,
185
+ 182,
186
+ 183,
187
+ 184,
188
+ 185,
189
+ 186,
190
+ 187,
191
+ 188,
192
+ 189,
193
+ 190,
194
+ 191,
195
+ 192,
196
+ 193,
197
+ 194,
198
+ 195,
199
+ 196,
200
+ 197,
201
+ 198,
202
+ 199,
203
+ 200,
204
+ 201,
205
+ 202,
206
+ 203,
207
+ 204,
208
+ 205,
209
+ 206,
210
+ 207,
211
+ 208,
212
+ 209,
213
+ 210,
214
+ 211,
215
+ 212,
216
+ 213,
217
+ 214,
218
+ 215,
219
+ 216,
220
+ 217,
221
+ 218,
222
+ 219,
223
+ 220,
224
+ 221,
225
+ 222,
226
+ 223,
227
+ 224,
228
+ 225,
229
+ 226,
230
+ 227,
231
+ 228,
232
+ 229,
233
+ 230,
234
+ 231,
235
+ 232,
236
+ 233,
237
+ 234,
238
+ 235,
239
+ 236,
240
+ 237,
241
+ 238,
242
+ 239,
243
+ 240,
244
+ 241,
245
+ 242,
246
+ 243,
247
+ 244,
248
+ 245,
249
+ 246,
250
+ 247,
251
+ 248,
252
+ 249
253
+ ],
254
+ "train_loss": [
255
+ 1.1404286921024323,
256
+ 1.1396228075027466,
257
+ 1.1391546130180359,
258
+ 1.138797104358673,
259
+ 1.1390600204467773,
260
+ 1.1373413801193237,
261
+ 1.1370424032211304,
262
+ 1.1347297728061676,
263
+ 1.1328288316726685,
264
+ 1.1328054368495941,
265
+ 1.1228204369544983,
266
+ 1.0669479966163635,
267
+ 0.7220848947763443,
268
+ 0.5291392207145691,
269
+ 0.5291392207145691,
270
+ 0.5291392207145691,
271
+ 0.5291392207145691,
272
+ 0.5291392207145691,
273
+ 0.5291392207145691,
274
+ 0.5291392207145691,
275
+ 0.5291392207145691,
276
+ 0.5291392207145691,
277
+ 0.5291392207145691,
278
+ 0.5291392207145691,
279
+ 0.5291392207145691,
280
+ 0.5291392207145691,
281
+ 0.5291392207145691,
282
+ 0.5291392207145691,
283
+ 0.5291392207145691,
284
+ 0.5291392207145691,
285
+ 0.5291392207145691,
286
+ 0.5291392207145691,
287
+ 0.5291392207145691,
288
+ 0.5291392207145691,
289
+ 0.5291392207145691,
290
+ 0.5291392207145691,
291
+ 0.5291392207145691,
292
+ 0.5291392207145691,
293
+ 0.5291392207145691,
294
+ 0.5291392207145691,
295
+ 0.5291392207145691,
296
+ 0.5291392207145691,
297
+ 0.5291392207145691,
298
+ 0.5291392207145691,
299
+ 0.5291392207145691,
300
+ 0.5291392207145691,
301
+ 0.5291392207145691,
302
+ 0.5291392207145691,
303
+ 0.5291392207145691,
304
+ 0.5272427797317505,
305
+ 0.5253463387489319,
306
+ 0.5253463387489319,
307
+ 0.5253463387489319,
308
+ 0.5253463387489319,
309
+ 0.5253463387489319,
310
+ 0.5253463387489319,
311
+ 0.5253463387489319,
312
+ 0.5253463387489319,
313
+ 0.5253463387489319,
314
+ 0.5253463387489319,
315
+ 0.5253463387489319,
316
+ 0.5253463387489319,
317
+ 0.5253463387489319,
318
+ 0.5253463387489319,
319
+ 0.5253463387489319,
320
+ 0.5253463387489319,
321
+ 0.5253463387489319,
322
+ 0.5253463387489319,
323
+ 0.5253463387489319,
324
+ 0.5253463387489319,
325
+ 0.5253463387489319,
326
+ 0.5253463387489319,
327
+ 0.5253463387489319,
328
+ 0.5253463387489319,
329
+ 0.5253463387489319,
330
+ 0.5253463387489319,
331
+ 0.5253463387489319,
332
+ 0.5253463387489319,
333
+ 0.5253463387489319,
334
+ 0.5253463387489319,
335
+ 0.5253463387489319,
336
+ 0.5253463387489319,
337
+ 0.5253463387489319,
338
+ 0.5253463387489319,
339
+ 0.5253463387489319,
340
+ 0.5253463387489319,
341
+ 0.5253463387489319,
342
+ 0.5253463387489319,
343
+ 0.5253463387489319,
344
+ 0.5253463387489319,
345
+ 0.5253463387489319,
346
+ 0.5253463387489319,
347
+ 0.5253463387489319,
348
+ 0.5253463387489319,
349
+ 0.5253463387489319,
350
+ 0.5253463387489319,
351
+ 0.5253463387489319,
352
+ 0.5253463387489319,
353
+ 0.5253463387489319,
354
+ 0.5253463387489319,
355
+ 0.5253463387489319,
356
+ 0.5253463387489319,
357
+ 0.5253463387489319,
358
+ 0.5253463387489319,
359
+ 0.5253463387489319,
360
+ 0.5253463387489319,
361
+ 0.5253463387489319,
362
+ 0.5253463387489319,
363
+ 0.5253463387489319,
364
+ 0.5253463387489319,
365
+ 0.5253463387489319,
366
+ 0.5253463387489319,
367
+ 0.5253463387489319,
368
+ 0.5253463387489319,
369
+ 0.5253463387489319,
370
+ 0.5253463387489319,
371
+ 0.5253463387489319,
372
+ 0.5253463387489319,
373
+ 0.5253463387489319,
374
+ 0.5253463387489319,
375
+ 0.5253463387489319,
376
+ 0.5253463387489319,
377
+ 0.5253463387489319,
378
+ 0.5253463387489319,
379
+ 0.5253463387489319,
380
+ 0.5253463387489319,
381
+ 0.5253463387489319,
382
+ 0.5253463387489319,
383
+ 0.5253463387489319,
384
+ 0.5253463387489319,
385
+ 0.5253463387489319,
386
+ 0.5253463387489319,
387
+ 0.5253463387489319,
388
+ 0.5253463387489319,
389
+ 0.5253463387489319,
390
+ 0.5253463387489319,
391
+ 0.5253463387489319,
392
+ 0.5253463387489319,
393
+ 0.5253463387489319,
394
+ 0.5253463387489319,
395
+ 0.5253463387489319,
396
+ 0.5253463387489319,
397
+ 0.5253463387489319,
398
+ 0.5253463387489319,
399
+ 0.5253463387489319,
400
+ 0.5253463387489319,
401
+ 0.5253463387489319,
402
+ 0.5253463387489319,
403
+ 0.5253463387489319,
404
+ 0.5253463387489319,
405
+ 0.5253463387489319,
406
+ 0.5253463387489319,
407
+ 0.5253463387489319,
408
+ 0.5253463387489319,
409
+ 0.5253463387489319,
410
+ 0.5253463387489319,
411
+ 0.5253463387489319,
412
+ 0.5253463387489319,
413
+ 0.5253463387489319,
414
+ 0.5253463387489319,
415
+ 0.5253463387489319,
416
+ 0.5253463387489319,
417
+ 0.5253463387489319,
418
+ 0.5253463387489319,
419
+ 0.5253463387489319,
420
+ 0.5253463387489319,
421
+ 0.5253463387489319,
422
+ 0.5253463387489319,
423
+ 0.5253463387489319,
424
+ 0.5253463387489319,
425
+ 0.5253463387489319,
426
+ 0.5253463387489319,
427
+ 0.5253463387489319,
428
+ 0.5253463387489319,
429
+ 0.5253463387489319,
430
+ 0.5253463387489319,
431
+ 0.5253463387489319,
432
+ 0.5253463387489319,
433
+ 0.5253463387489319,
434
+ 0.5253463387489319,
435
+ 0.5253463387489319,
436
+ 0.5253463387489319,
437
+ 0.5253463387489319,
438
+ 0.5253463387489319,
439
+ 0.5253463387489319,
440
+ 0.5253463387489319,
441
+ 0.5253463387489319,
442
+ 0.5253463387489319,
443
+ 0.5253463387489319,
444
+ 0.5253463387489319,
445
+ 0.5253463387489319,
446
+ 0.5253463387489319,
447
+ 0.5253463387489319,
448
+ 0.5253463387489319,
449
+ 0.5253463387489319,
450
+ 0.5253463387489319,
451
+ 0.5253463387489319,
452
+ 0.5253463387489319,
453
+ 0.5253463387489319,
454
+ 0.5253463387489319,
455
+ 0.5253463387489319,
456
+ 0.5253463387489319,
457
+ 0.5253463387489319,
458
+ 0.5253463387489319,
459
+ 0.5253463387489319,
460
+ 0.5253463387489319,
461
+ 0.5253463387489319,
462
+ 0.5253463387489319,
463
+ 0.5253463387489319,
464
+ 0.5253463387489319,
465
+ 0.5253463387489319,
466
+ 0.5253463387489319,
467
+ 0.5253463387489319,
468
+ 0.5253463387489319,
469
+ 0.5253463387489319,
470
+ 0.5253463387489319,
471
+ 0.5253463387489319,
472
+ 0.5253463387489319,
473
+ 0.5253463387489319,
474
+ 0.5253463387489319,
475
+ 0.5253463387489319,
476
+ 0.5253463387489319,
477
+ 0.5253463387489319,
478
+ 0.5253463387489319,
479
+ 0.5253463387489319,
480
+ 0.5253463387489319,
481
+ 0.5253463387489319,
482
+ 0.5253463387489319,
483
+ 0.5253463387489319,
484
+ 0.5253463387489319,
485
+ 0.5253463387489319,
486
+ 0.5253463387489319,
487
+ 0.5253463387489319,
488
+ 0.5253463387489319,
489
+ 0.5253463387489319,
490
+ 0.5253463387489319,
491
+ 0.5253463387489319,
492
+ 0.5253463387489319,
493
+ 0.5253463387489319,
494
+ 0.5253463387489319,
495
+ 0.5253463387489319,
496
+ 0.5253463387489319,
497
+ 0.5253463387489319,
498
+ 0.5253463387489319,
499
+ 0.5253463387489319,
500
+ 0.5253463387489319,
501
+ 0.5253463387489319,
502
+ 0.5253463387489319,
503
+ 0.5253463387489319,
504
+ 0.5253463387489319
505
+ ],
506
+ "val_loss": [
507
+ 0.9408257007598877,
508
+ 0.9399943947792053,
509
+ 0.9403331279754639,
510
+ 0.9390912652015686,
511
+ 0.9405400156974792,
512
+ 0.9410783052444458,
513
+ 0.9411873817443848,
514
+ 0.9388081431388855,
515
+ 0.9380837678909302,
516
+ 0.9375922679901123,
517
+ 0.9238385558128357,
518
+ 0.789940357208252,
519
+ 0.47730979323387146,
520
+ 0.4781557321548462,
521
+ 0.4781557321548462,
522
+ 0.4781557321548462,
523
+ 0.4781557321548462,
524
+ 0.4781557321548462,
525
+ 0.4781557321548462,
526
+ 0.4781557321548462,
527
+ 0.4781557321548462,
528
+ 0.4781557321548462,
529
+ 0.4781557321548462,
530
+ 0.4781557321548462,
531
+ 0.4781557321548462,
532
+ 0.4781557321548462,
533
+ 0.4781557321548462,
534
+ 0.4781557321548462,
535
+ 0.4781557321548462,
536
+ 0.4781557321548462,
537
+ 0.4781557321548462,
538
+ 0.4781557321548462,
539
+ 0.4781557321548462,
540
+ 0.4781557321548462,
541
+ 0.4781557321548462,
542
+ 0.4781557321548462,
543
+ 0.4781557321548462,
544
+ 0.4781557321548462,
545
+ 0.4781557321548462,
546
+ 0.4781557321548462,
547
+ 0.4781557321548462,
548
+ 0.4781557321548462,
549
+ 0.4781557321548462,
550
+ 0.4781557321548462,
551
+ 0.4781557321548462,
552
+ 0.4781557321548462,
553
+ 0.4781557321548462,
554
+ 0.4781557321548462,
555
+ 0.4781557321548462,
556
+ 0.47521156072616577,
557
+ 0.47521156072616577,
558
+ 0.47521156072616577,
559
+ 0.47521156072616577,
560
+ 0.47521156072616577,
561
+ 0.47521156072616577,
562
+ 0.47521156072616577,
563
+ 0.47521156072616577,
564
+ 0.47521156072616577,
565
+ 0.47521156072616577,
566
+ 0.47521156072616577,
567
+ 0.47521156072616577,
568
+ 0.47521156072616577,
569
+ 0.47521156072616577,
570
+ 0.47521156072616577,
571
+ 0.47521156072616577,
572
+ 0.47521156072616577,
573
+ 0.47521156072616577,
574
+ 0.47521156072616577,
575
+ 0.47521156072616577,
576
+ 0.47521156072616577,
577
+ 0.47521156072616577,
578
+ 0.47521156072616577,
579
+ 0.47521156072616577,
580
+ 0.47521156072616577,
581
+ 0.47521156072616577,
582
+ 0.47521156072616577,
583
+ 0.47521156072616577,
584
+ 0.47521156072616577,
585
+ 0.47521156072616577,
586
+ 0.47521156072616577,
587
+ 0.47521156072616577,
588
+ 0.47521156072616577,
589
+ 0.47521156072616577,
590
+ 0.47521156072616577,
591
+ 0.47521156072616577,
592
+ 0.47521156072616577,
593
+ 0.47521156072616577,
594
+ 0.47521156072616577,
595
+ 0.47521156072616577,
596
+ 0.47521156072616577,
597
+ 0.47521156072616577,
598
+ 0.47521156072616577,
599
+ 0.47521156072616577,
600
+ 0.47521156072616577,
601
+ 0.47521156072616577,
602
+ 0.47521156072616577,
603
+ 0.47521156072616577,
604
+ 0.47521156072616577,
605
+ 0.47521156072616577,
606
+ 0.47521156072616577,
607
+ 0.47521156072616577,
608
+ 0.47521156072616577,
609
+ 0.47521156072616577,
610
+ 0.47521156072616577,
611
+ 0.47521156072616577,
612
+ 0.47521156072616577,
613
+ 0.47521156072616577,
614
+ 0.47521156072616577,
615
+ 0.47521156072616577,
616
+ 0.47521156072616577,
617
+ 0.47521156072616577,
618
+ 0.47521156072616577,
619
+ 0.47521156072616577,
620
+ 0.47521156072616577,
621
+ 0.47521156072616577,
622
+ 0.47521156072616577,
623
+ 0.47521156072616577,
624
+ 0.47521156072616577,
625
+ 0.47521156072616577,
626
+ 0.47521156072616577,
627
+ 0.47521156072616577,
628
+ 0.47521156072616577,
629
+ 0.47521156072616577,
630
+ 0.47521156072616577,
631
+ 0.47521156072616577,
632
+ 0.47521156072616577,
633
+ 0.47521156072616577,
634
+ 0.47521156072616577,
635
+ 0.47521156072616577,
636
+ 0.47521156072616577,
637
+ 0.47521156072616577,
638
+ 0.47521156072616577,
639
+ 0.47521156072616577,
640
+ 0.47521156072616577,
641
+ 0.47521156072616577,
642
+ 0.47521156072616577,
643
+ 0.47521156072616577,
644
+ 0.47521156072616577,
645
+ 0.47521156072616577,
646
+ 0.47521156072616577,
647
+ 0.47521156072616577,
648
+ 0.47521156072616577,
649
+ 0.47521156072616577,
650
+ 0.47521156072616577,
651
+ 0.47521156072616577,
652
+ 0.47521156072616577,
653
+ 0.47521156072616577,
654
+ 0.47521156072616577,
655
+ 0.47521156072616577,
656
+ 0.47521156072616577,
657
+ 0.47521156072616577,
658
+ 0.47521156072616577,
659
+ 0.47521156072616577,
660
+ 0.47521156072616577,
661
+ 0.47521156072616577,
662
+ 0.47521156072616577,
663
+ 0.47521156072616577,
664
+ 0.47521156072616577,
665
+ 0.47521156072616577,
666
+ 0.47521156072616577,
667
+ 0.47521156072616577,
668
+ 0.47521156072616577,
669
+ 0.47521156072616577,
670
+ 0.47521156072616577,
671
+ 0.47521156072616577,
672
+ 0.47521156072616577,
673
+ 0.47521156072616577,
674
+ 0.47521156072616577,
675
+ 0.47521156072616577,
676
+ 0.47521156072616577,
677
+ 0.47521156072616577,
678
+ 0.47521156072616577,
679
+ 0.47521156072616577,
680
+ 0.47521156072616577,
681
+ 0.47521156072616577,
682
+ 0.47521156072616577,
683
+ 0.47521156072616577,
684
+ 0.47521156072616577,
685
+ 0.47521156072616577,
686
+ 0.47521156072616577,
687
+ 0.47521156072616577,
688
+ 0.47521156072616577,
689
+ 0.47521156072616577,
690
+ 0.47521156072616577,
691
+ 0.47521156072616577,
692
+ 0.47521156072616577,
693
+ 0.47521156072616577,
694
+ 0.47521156072616577,
695
+ 0.47521156072616577,
696
+ 0.47521156072616577,
697
+ 0.47521156072616577,
698
+ 0.47521156072616577,
699
+ 0.47521156072616577,
700
+ 0.47521156072616577,
701
+ 0.47521156072616577,
702
+ 0.47521156072616577,
703
+ 0.47521156072616577,
704
+ 0.47521156072616577,
705
+ 0.47521156072616577,
706
+ 0.47521156072616577,
707
+ 0.47521156072616577,
708
+ 0.47521156072616577,
709
+ 0.47521156072616577,
710
+ 0.47521156072616577,
711
+ 0.47521156072616577,
712
+ 0.47521156072616577,
713
+ 0.47521156072616577,
714
+ 0.47521156072616577,
715
+ 0.47521156072616577,
716
+ 0.47521156072616577,
717
+ 0.47521156072616577,
718
+ 0.47521156072616577,
719
+ 0.47521156072616577,
720
+ 0.47521156072616577,
721
+ 0.47521156072616577,
722
+ 0.47521156072616577,
723
+ 0.47521156072616577,
724
+ 0.47521156072616577,
725
+ 0.47521156072616577,
726
+ 0.47521156072616577,
727
+ 0.47521156072616577,
728
+ 0.47521156072616577,
729
+ 0.47521156072616577,
730
+ 0.47521156072616577,
731
+ 0.47521156072616577,
732
+ 0.47521156072616577,
733
+ 0.47521156072616577,
734
+ 0.47521156072616577,
735
+ 0.47521156072616577,
736
+ 0.47521156072616577,
737
+ 0.47521156072616577,
738
+ 0.47521156072616577,
739
+ 0.47521156072616577,
740
+ 0.47521156072616577,
741
+ 0.47521156072616577,
742
+ 0.47521156072616577,
743
+ 0.47521156072616577,
744
+ 0.47521156072616577,
745
+ 0.47521156072616577,
746
+ 0.47521156072616577,
747
+ 0.47521156072616577,
748
+ 0.47521156072616577,
749
+ 0.47521156072616577,
750
+ 0.47521156072616577,
751
+ 0.47521156072616577,
752
+ 0.47521156072616577,
753
+ 0.47521156072616577,
754
+ 0.47521156072616577,
755
+ 0.47521156072616577,
756
+ 0.47521156072616577
757
+ ],
758
+ "train_psnr": [
759
+ 0.3431836888194084,
760
+ 0.34700579196214676,
761
+ 0.3500000536441803,
762
+ 0.35162150114774704,
763
+ 0.3498656749725342,
764
+ 0.35865114629268646,
765
+ 0.3600844442844391,
766
+ 0.37361812591552734,
767
+ 0.3853285536170006,
768
+ 0.38564392179250717,
769
+ 0.4457647204399109,
770
+ 0.787967324256897,
771
+ 3.817225754261017,
772
+ 1.5644052028656006,
773
+ 0.0,
774
+ 0.0,
775
+ 0.0,
776
+ 0.0,
777
+ 0.0,
778
+ 0.0,
779
+ 0.0,
780
+ 0.0,
781
+ 0.0,
782
+ 0.0,
783
+ 0.0,
784
+ 0.0,
785
+ 0.0,
786
+ 0.0,
787
+ 0.0,
788
+ 0.0,
789
+ 0.0,
790
+ 0.0,
791
+ 0.0,
792
+ 0.0,
793
+ 0.0,
794
+ 0.0,
795
+ 0.0,
796
+ 0.0,
797
+ 0.0,
798
+ 0.0,
799
+ 0.0,
800
+ 0.0,
801
+ 0.0,
802
+ 0.0,
803
+ 0.0,
804
+ 0.0,
805
+ 0.0,
806
+ 0.0,
807
+ 0.0,
808
+ 1.579911708831787,
809
+ 0.0,
810
+ 0.0,
811
+ 0.0,
812
+ 0.0,
813
+ 0.0,
814
+ 0.0,
815
+ 0.0,
816
+ 0.0,
817
+ 0.0,
818
+ 0.0,
819
+ 0.0,
820
+ 0.0,
821
+ 0.0,
822
+ 0.0,
823
+ 0.0,
824
+ 0.0,
825
+ 0.0,
826
+ 0.0,
827
+ 0.0,
828
+ 0.0,
829
+ 0.0,
830
+ 0.0,
831
+ 0.0,
832
+ 0.0,
833
+ 0.0,
834
+ 0.0,
835
+ 0.0,
836
+ 0.0,
837
+ 0.0,
838
+ 0.0,
839
+ 0.0,
840
+ 0.0,
841
+ 0.0,
842
+ 0.0,
843
+ 0.0,
844
+ 0.0,
845
+ 0.0,
846
+ 0.0,
847
+ 0.0,
848
+ 0.0,
849
+ 0.0,
850
+ 0.0,
851
+ 0.0,
852
+ 0.0,
853
+ 0.0,
854
+ 0.0,
855
+ 0.0,
856
+ 0.0,
857
+ 0.0,
858
+ 0.0,
859
+ 0.0,
860
+ 0.0,
861
+ 0.0,
862
+ 0.0,
863
+ 0.0,
864
+ 0.0,
865
+ 0.0,
866
+ 0.0,
867
+ 0.0,
868
+ 0.0,
869
+ 0.0,
870
+ 0.0,
871
+ 0.0,
872
+ 0.0,
873
+ 0.0,
874
+ 0.0,
875
+ 0.0,
876
+ 0.0,
877
+ 0.0,
878
+ 0.0,
879
+ 0.0,
880
+ 0.0,
881
+ 0.0,
882
+ 0.0,
883
+ 0.0,
884
+ 0.0,
885
+ 0.0,
886
+ 0.0,
887
+ 0.0,
888
+ 0.0,
889
+ 0.0,
890
+ 0.0,
891
+ 0.0,
892
+ 0.0,
893
+ 0.0,
894
+ 0.0,
895
+ 0.0,
896
+ 0.0,
897
+ 0.0,
898
+ 0.0,
899
+ 0.0,
900
+ 0.0,
901
+ 0.0,
902
+ 0.0,
903
+ 0.0,
904
+ 0.0,
905
+ 0.0,
906
+ 0.0,
907
+ 0.0,
908
+ 0.0,
909
+ 0.0,
910
+ 0.0,
911
+ 0.0,
912
+ 0.0,
913
+ 0.0,
914
+ 0.0,
915
+ 0.0,
916
+ 0.0,
917
+ 0.0,
918
+ 0.0,
919
+ 0.0,
920
+ 0.0,
921
+ 0.0,
922
+ 0.0,
923
+ 0.0,
924
+ 0.0,
925
+ 0.0,
926
+ 0.0,
927
+ 0.0,
928
+ 0.0,
929
+ 0.0,
930
+ 0.0,
931
+ 0.0,
932
+ 0.0,
933
+ 0.0,
934
+ 0.0,
935
+ 0.0,
936
+ 0.0,
937
+ 0.0,
938
+ 0.0,
939
+ 0.0,
940
+ 0.0,
941
+ 0.0,
942
+ 0.0,
943
+ 0.0,
944
+ 0.0,
945
+ 0.0,
946
+ 0.0,
947
+ 0.0,
948
+ 0.0,
949
+ 0.0,
950
+ 0.0,
951
+ 0.0,
952
+ 0.0,
953
+ 0.0,
954
+ 0.0,
955
+ 0.0,
956
+ 0.0,
957
+ 0.0,
958
+ 0.0,
959
+ 0.0,
960
+ 0.0,
961
+ 0.0,
962
+ 0.0,
963
+ 0.0,
964
+ 0.0,
965
+ 0.0,
966
+ 0.0,
967
+ 0.0,
968
+ 0.0,
969
+ 0.0,
970
+ 0.0,
971
+ 0.0,
972
+ 0.0,
973
+ 0.0,
974
+ 0.0,
975
+ 0.0,
976
+ 0.0,
977
+ 0.0,
978
+ 0.0,
979
+ 0.0,
980
+ 0.0,
981
+ 0.0,
982
+ 0.0,
983
+ 0.0,
984
+ 0.0,
985
+ 0.0,
986
+ 0.0,
987
+ 0.0,
988
+ 0.0,
989
+ 0.0,
990
+ 0.0,
991
+ 0.0,
992
+ 0.0,
993
+ 0.0,
994
+ 0.0,
995
+ 0.0,
996
+ 0.0,
997
+ 0.0,
998
+ 0.0,
999
+ 0.0,
1000
+ 0.0,
1001
+ 0.0,
1002
+ 0.0,
1003
+ 0.0,
1004
+ 0.0,
1005
+ 0.0,
1006
+ 0.0,
1007
+ 0.0,
1008
+ 0.0
1009
+ ],
1010
+ "val_psnr": [
1011
+ 0.34454450011253357,
1012
+ 0.35107436776161194,
1013
+ 0.3487759530544281,
1014
+ 0.35815274715423584,
1015
+ 0.34757331013679504,
1016
+ 0.34201639890670776,
1017
+ 0.3410029709339142,
1018
+ 0.3604387640953064,
1019
+ 0.3683898448944092,
1020
+ 0.37077540159225464,
1021
+ 0.4872611463069916,
1022
+ 1.7301405668258667,
1023
+ 6.306765079498291,
1024
+ 6.290655136108398,
1025
+ 6.290655136108398,
1026
+ 6.290655136108398,
1027
+ 6.290655136108398,
1028
+ 6.290655136108398,
1029
+ 6.290655136108398,
1030
+ 6.290655136108398,
1031
+ 6.290655136108398,
1032
+ 6.290655136108398,
1033
+ 6.290655136108398,
1034
+ 6.290655136108398,
1035
+ 6.290655136108398,
1036
+ 6.290655136108398,
1037
+ 6.290655136108398,
1038
+ 6.290655136108398,
1039
+ 6.290655136108398,
1040
+ 6.290655136108398,
1041
+ 6.290655136108398,
1042
+ 6.290655136108398,
1043
+ 6.290655136108398,
1044
+ 6.290655136108398,
1045
+ 6.290655136108398,
1046
+ 6.290655136108398,
1047
+ 6.290655136108398,
1048
+ 6.290655136108398,
1049
+ 6.290655136108398,
1050
+ 6.290655136108398,
1051
+ 6.290655136108398,
1052
+ 6.290655136108398,
1053
+ 6.290655136108398,
1054
+ 6.290655136108398,
1055
+ 6.290655136108398,
1056
+ 6.290655136108398,
1057
+ 6.290655136108398,
1058
+ 6.290655136108398,
1059
+ 6.290655136108398,
1060
+ 6.345976829528809,
1061
+ 6.345976829528809,
1062
+ 6.345976829528809,
1063
+ 6.345976829528809,
1064
+ 6.345976829528809,
1065
+ 6.345976829528809,
1066
+ 6.345976829528809,
1067
+ 6.345976829528809,
1068
+ 6.345976829528809,
1069
+ 6.345976829528809,
1070
+ 6.345976829528809,
1071
+ 6.345976829528809,
1072
+ 6.345976829528809,
1073
+ 6.345976829528809,
1074
+ 6.345976829528809,
1075
+ 6.345976829528809,
1076
+ 6.345976829528809,
1077
+ 6.345976829528809,
1078
+ 6.345976829528809,
1079
+ 6.345976829528809,
1080
+ 6.345976829528809,
1081
+ 6.345976829528809,
1082
+ 6.345976829528809,
1083
+ 6.345976829528809,
1084
+ 6.345976829528809,
1085
+ 6.345976829528809,
1086
+ 6.345976829528809,
1087
+ 6.345976829528809,
1088
+ 6.345976829528809,
1089
+ 6.345976829528809,
1090
+ 6.345976829528809,
1091
+ 6.345976829528809,
1092
+ 6.345976829528809,
1093
+ 6.345976829528809,
1094
+ 6.345976829528809,
1095
+ 6.345976829528809,
1096
+ 6.345976829528809,
1097
+ 6.345976829528809,
1098
+ 6.345976829528809,
1099
+ 6.345976829528809,
1100
+ 6.345976829528809,
1101
+ 6.345976829528809,
1102
+ 6.345976829528809,
1103
+ 6.345976829528809,
1104
+ 6.345976829528809,
1105
+ 6.345976829528809,
1106
+ 6.345976829528809,
1107
+ 6.345976829528809,
1108
+ 6.345976829528809,
1109
+ 6.345976829528809,
1110
+ 6.345976829528809,
1111
+ 6.345976829528809,
1112
+ 6.345976829528809,
1113
+ 6.345976829528809,
1114
+ 6.345976829528809,
1115
+ 6.345976829528809,
1116
+ 6.345976829528809,
1117
+ 6.345976829528809,
1118
+ 6.345976829528809,
1119
+ 6.345976829528809,
1120
+ 6.345976829528809,
1121
+ 6.345976829528809,
1122
+ 6.345976829528809,
1123
+ 6.345976829528809,
1124
+ 6.345976829528809,
1125
+ 6.345976829528809,
1126
+ 6.345976829528809,
1127
+ 6.345976829528809,
1128
+ 6.345976829528809,
1129
+ 6.345976829528809,
1130
+ 6.345976829528809,
1131
+ 6.345976829528809,
1132
+ 6.345976829528809,
1133
+ 6.345976829528809,
1134
+ 6.345976829528809,
1135
+ 6.345976829528809,
1136
+ 6.345976829528809,
1137
+ 6.345976829528809,
1138
+ 6.345976829528809,
1139
+ 6.345976829528809,
1140
+ 6.345976829528809,
1141
+ 6.345976829528809,
1142
+ 6.345976829528809,
1143
+ 6.345976829528809,
1144
+ 6.345976829528809,
1145
+ 6.345976829528809,
1146
+ 6.345976829528809,
1147
+ 6.345976829528809,
1148
+ 6.345976829528809,
1149
+ 6.345976829528809,
1150
+ 6.345976829528809,
1151
+ 6.345976829528809,
1152
+ 6.345976829528809,
1153
+ 6.345976829528809,
1154
+ 6.345976829528809,
1155
+ 6.345976829528809,
1156
+ 6.345976829528809,
1157
+ 6.345976829528809,
1158
+ 6.345976829528809,
1159
+ 6.345976829528809,
1160
+ 6.345976829528809,
1161
+ 6.345976829528809,
1162
+ 6.345976829528809,
1163
+ 6.345976829528809,
1164
+ 6.345976829528809,
1165
+ 6.345976829528809,
1166
+ 6.345976829528809,
1167
+ 6.345976829528809,
1168
+ 6.345976829528809,
1169
+ 6.345976829528809,
1170
+ 6.345976829528809,
1171
+ 6.345976829528809,
1172
+ 6.345976829528809,
1173
+ 6.345976829528809,
1174
+ 6.345976829528809,
1175
+ 6.345976829528809,
1176
+ 6.345976829528809,
1177
+ 6.345976829528809,
1178
+ 6.345976829528809,
1179
+ 6.345976829528809,
1180
+ 6.345976829528809,
1181
+ 6.345976829528809,
1182
+ 6.345976829528809,
1183
+ 6.345976829528809,
1184
+ 6.345976829528809,
1185
+ 6.345976829528809,
1186
+ 6.345976829528809,
1187
+ 6.345976829528809,
1188
+ 6.345976829528809,
1189
+ 6.345976829528809,
1190
+ 6.345976829528809,
1191
+ 6.345976829528809,
1192
+ 6.345976829528809,
1193
+ 6.345976829528809,
1194
+ 6.345976829528809,
1195
+ 6.345976829528809,
1196
+ 6.345976829528809,
1197
+ 6.345976829528809,
1198
+ 6.345976829528809,
1199
+ 6.345976829528809,
1200
+ 6.345976829528809,
1201
+ 6.345976829528809,
1202
+ 6.345976829528809,
1203
+ 6.345976829528809,
1204
+ 6.345976829528809,
1205
+ 6.345976829528809,
1206
+ 6.345976829528809,
1207
+ 6.345976829528809,
1208
+ 6.345976829528809,
1209
+ 6.345976829528809,
1210
+ 6.345976829528809,
1211
+ 6.345976829528809,
1212
+ 6.345976829528809,
1213
+ 6.345976829528809,
1214
+ 6.345976829528809,
1215
+ 6.345976829528809,
1216
+ 6.345976829528809,
1217
+ 6.345976829528809,
1218
+ 6.345976829528809,
1219
+ 6.345976829528809,
1220
+ 6.345976829528809,
1221
+ 6.345976829528809,
1222
+ 6.345976829528809,
1223
+ 6.345976829528809,
1224
+ 6.345976829528809,
1225
+ 6.345976829528809,
1226
+ 6.345976829528809,
1227
+ 6.345976829528809,
1228
+ 6.345976829528809,
1229
+ 6.345976829528809,
1230
+ 6.345976829528809,
1231
+ 6.345976829528809,
1232
+ 6.345976829528809,
1233
+ 6.345976829528809,
1234
+ 6.345976829528809,
1235
+ 6.345976829528809,
1236
+ 6.345976829528809,
1237
+ 6.345976829528809,
1238
+ 6.345976829528809,
1239
+ 6.345976829528809,
1240
+ 6.345976829528809,
1241
+ 6.345976829528809,
1242
+ 6.345976829528809,
1243
+ 6.345976829528809,
1244
+ 6.345976829528809,
1245
+ 6.345976829528809,
1246
+ 6.345976829528809,
1247
+ 6.345976829528809,
1248
+ 6.345976829528809,
1249
+ 6.345976829528809,
1250
+ 6.345976829528809,
1251
+ 6.345976829528809,
1252
+ 6.345976829528809,
1253
+ 6.345976829528809,
1254
+ 6.345976829528809,
1255
+ 6.345976829528809,
1256
+ 6.345976829528809,
1257
+ 6.345976829528809,
1258
+ 6.345976829528809,
1259
+ 6.345976829528809,
1260
+ 6.345976829528809
1261
+ ]
1262
+ }
onnx/muninn_bouncingballs_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
onnx/muninn_hellwarrior_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
onnx/muninn_hook_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
onnx/muninn_jumpingjacks_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
onnx/muninn_lego_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
onnx/muninn_mutant_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
onnx/muninn_standup_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
onnx/muninn_trex_v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad7775cea046d9feeb57dc00fe84ea1fa5c904ee02cf1ec8913a11b14ff7b87
3
+ size 7680150
paper.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd9442b09a505b900cba30516f298d08352c578cbc9f47bfc53de62adcb963e8
3
+ size 12090752
pytorch/muninn_bouncingballs_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de8459b2eeb29e95d5105272644d1f478113701d722617a4e53c7d6064b754f0
3
+ size 40423654
pytorch/muninn_bouncingballs_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f83256d44fc29c603688f7e59746fbd82b76c6b2b6f61427e19cda4b70ac751e
3
+ size 40418884
pytorch/muninn_hellwarrior_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22639359e260657e386a6d1a86f2436e27a9ecf8c5b271ce9b2db70fa84f833
3
+ size 40423550
pytorch/muninn_hellwarrior_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b389e91366b40213559686d40dfa6ae1cc27890eba7251db5d5e7bb0975d9bd6
3
+ size 40418884
pytorch/muninn_hook_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0063fc1cb499322595e8845293ed42171b9d8d0c9f702e801fec06415d374c2c
3
+ size 40423410
pytorch/muninn_hook_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002992879201dbb6bf4f962512baede7911139b5d6e81f33658ff75c682643f7
3
+ size 40418884
pytorch/muninn_jumpingjacks_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba200f98ea13e2d1c1811b402e340e0780666baf9c64ad91ce6d61dd17af42a
3
+ size 40423634
pytorch/muninn_jumpingjacks_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029e14c64ae96b0d6d93e3d7fb4167ee89f76c5f1f0524420f560b46896b02dc
3
+ size 40418884
pytorch/muninn_lego_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b025d1c0109761f9e74a5e5ce65c501a2bdc881cedbc29bb6da321a84a06dc27
3
+ size 40423410
pytorch/muninn_lego_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1393814e3dae7a893815794e4f30ad05b3d0a5a928cc6e6018043d2de3288e9
3
+ size 40418884
pytorch/muninn_mutant_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d28796a263a5b600a5c6a6215e42a3ff7c4a358c9cec173414245ed75807051a
3
+ size 40423450
pytorch/muninn_mutant_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e115c4e11d7e028fe17f4f57ceb311608b40d0bf4ab56e26e594dfd2e331457e
3
+ size 40418884
pytorch/muninn_standup_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aca2cbb3f60393fe2d2c5449f116f81ad0b6db3a72648349fe77b31b0a4ab07
3
+ size 40423470
pytorch/muninn_standup_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2dcee51aa7fe438fc7fefcbbd13f5493b687b7efad3002254357eb552798a6b
3
+ size 40418884
pytorch/muninn_trex_v1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7990c7199b2d6f4053fd9795a9f0082bcc315c1a9761ade19a4e61fcfb6f4e48
3
+ size 40423410
pytorch/muninn_trex_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec606e555d922829a0aaeb1f46c6069bfb4c715eb416ac0368ad7c96bd48c1d5
3
+ size 40418884
tensorrt/muninn_bouncingballs_v1_fp16.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_bouncingballs_v1_fp32.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_hellwarrior_v1_fp16.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_hellwarrior_v1_fp32.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_hook_v1_fp16.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_hook_v1_fp32.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_jumpingjacks_v1_fp16.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_jumpingjacks_v1_fp32.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700
tensorrt/muninn_lego_v1_fp16.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b706f90eee1d9478c37165fc179f38c33fc4549dd3265b325deeb4839a287bd8
3
+ size 7683700
tensorrt/muninn_lego_v1_fp32.trt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72a1cebda87b3737262edc9a7aa46b86d90b6325e4436f1f728b655477ccfd0
3
+ size 7683700