titans-pytorch 0.1.28__tar.gz → 0.1.29__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: titans-pytorch
3
- Version: 0.1.28
3
+ Version: 0.1.29
4
4
  Summary: Titans
5
5
  Project-URL: Homepage, https://pypi.org/project/titans-pytorch/
6
6
  Project-URL: Repository, https://github.com/lucidrains/titans-pytorch
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "titans-pytorch"
3
- version = "0.1.28"
3
+ version = "0.1.29"
4
4
  description = "Titans"
5
5
  authors = [
6
6
  { name = "Phil Wang", email = "lucidrains@gmail.com" }
@@ -37,7 +37,6 @@ NEURAL_MEM_SEGMENT_LEN = WINDOW_SIZE // 2 # set smaller for more granularity for
37
37
  SLIDING_WINDOWS = True
38
38
  STORE_ATTN_POOL_CHUNKS = True # whether to use attention pooling for chunk derived momentum, per-layer lr mod, decay
39
39
  KV_RECON_LOSS_WEIGHT = 0.
40
- LEARNED_MEM_MODEL_WEIGHTS = True
41
40
 
42
41
  # experiment related
43
42
 
@@ -91,7 +90,6 @@ model = MemoryAsContextTransformer(
91
90
  attn_pool_chunks = STORE_ATTN_POOL_CHUNKS,
92
91
  momentum = NEURAL_MEM_MOMENTUM,
93
92
  use_accelerated_scan = USE_ACCELERATED_SCAN,
94
- learned_mem_model_weights = LEARNED_MEM_MODEL_WEIGHTS,
95
93
  default_model_kwargs = dict(
96
94
  depth = NEURAL_MEMORY_DEPTH,
97
95
  )
File without changes