Revert "Implement shared event-trajectory reasoning backbone"
This reverts commit 06f29c0f0a.
This commit is contained in:
@@ -205,7 +205,7 @@ def main() -> None:
|
||||
|
||||
n_rows = len(landmark_dataset)
|
||||
vocab_size = int(dataset.vocab_size)
|
||||
hidden_dim = int(model.d_model)
|
||||
hidden_dim = int(getattr(model, "n_embd", cfg_get(args, cfg_model, "n_embd", 120)))
|
||||
logits_dtype = numpy_float_dtype(args.logits_dtype)
|
||||
hidden_dtype = numpy_float_dtype(args.hidden_dtype)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user