dreamer4 0.0.74__py3-none-any.whl → 0.0.75__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dreamer4/dreamer4.py +7 -0
- {dreamer4-0.0.74.dist-info → dreamer4-0.0.75.dist-info}/METADATA +1 -1
- dreamer4-0.0.75.dist-info/RECORD +8 -0
- dreamer4-0.0.74.dist-info/RECORD +0 -8
- {dreamer4-0.0.74.dist-info → dreamer4-0.0.75.dist-info}/WHEEL +0 -0
- {dreamer4-0.0.74.dist-info → dreamer4-0.0.75.dist-info}/licenses/LICENSE +0 -0
dreamer4/dreamer4.py
CHANGED
|
@@ -2870,6 +2870,13 @@ class DynamicsWorldModel(Module):
|
|
|
2870
2870
|
|
|
2871
2871
|
space_tokens = self.latents_to_spatial_tokens(noised_latents)
|
|
2872
2872
|
|
|
2873
|
+
# maybe add view embedding
|
|
2874
|
+
|
|
2875
|
+
if self.video_has_multi_view:
|
|
2876
|
+
space_tokens = add('b t v ... d, v d', space_tokens, self.view_emb)
|
|
2877
|
+
|
|
2878
|
+
# merge spatial tokens
|
|
2879
|
+
|
|
2873
2880
|
space_tokens, inverse_pack_space_per_latent = pack_one(space_tokens, 'b t * d')
|
|
2874
2881
|
|
|
2875
2882
|
num_spatial_tokens = space_tokens.shape[-2]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
+
dreamer4/dreamer4.py,sha256=6ngJq_cpil97RsITPmcExlxoZTcZ6XNdFfOBDcdACQg,105915
|
|
3
|
+
dreamer4/mocks.py,sha256=Oi91Yv1oK0E-Wz-KDkf79xoyWzIXCvMLCr0WYCpJDLA,1482
|
|
4
|
+
dreamer4/trainers.py,sha256=898ye9Y1mqxGZnU_gfQS6pECibZwwyA43sL7wK_JHAU,13993
|
|
5
|
+
dreamer4-0.0.75.dist-info/METADATA,sha256=VVaIj0vNfpT2JBm9AaSr8D-SP5wfWNgHcJjszdmkwU4,3065
|
|
6
|
+
dreamer4-0.0.75.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
dreamer4-0.0.75.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
+
dreamer4-0.0.75.dist-info/RECORD,,
|
dreamer4-0.0.74.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
-
dreamer4/dreamer4.py,sha256=4B1avRi7yhQNcUKmFWPz6Y0nWlTmvvWpoyPtInvl7Mk,105712
|
|
3
|
-
dreamer4/mocks.py,sha256=Oi91Yv1oK0E-Wz-KDkf79xoyWzIXCvMLCr0WYCpJDLA,1482
|
|
4
|
-
dreamer4/trainers.py,sha256=898ye9Y1mqxGZnU_gfQS6pECibZwwyA43sL7wK_JHAU,13993
|
|
5
|
-
dreamer4-0.0.74.dist-info/METADATA,sha256=UfYxKbbOXqGDkcVU8l9_pvvDruZ4XJmRkyiG8x1JRWk,3065
|
|
6
|
-
dreamer4-0.0.74.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
dreamer4-0.0.74.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
-
dreamer4-0.0.74.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|