mirror of
https://github.com/wassname/iris_bigvae.git
synced 2026-09-09 11:24:31 +08:00
misc
This commit is contained in:
Vendored
+5
-5
@@ -17,11 +17,11 @@
|
||||
"env.train.id=BreakoutNoFrameskip-v4",
|
||||
// # make it start early
|
||||
"training.tokenizer.start_after_epochs=1",
|
||||
"training.world_model.start_after_epochs=1",
|
||||
"training.actor_critic.start_after_epochs=1",
|
||||
"training.tokenizer.steps_per_epoch=20",
|
||||
"training.world_model.steps_per_epoch=10",
|
||||
"training.actor_critic.steps_per_epoch=20",
|
||||
"training.world_model.start_after_epochs=2",
|
||||
"training.actor_critic.start_after_epochs=3",
|
||||
"training.tokenizer.steps_per_epoch=40",
|
||||
"training.world_model.steps_per_epoch=40",
|
||||
"training.actor_critic.steps_per_epoch=40",
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -102,3 +102,12 @@ Debugging:
|
||||
So I got it training, but during imagination it passes in a single token with no past steps. But the slicer seems to need at least on block? And so I get none?
|
||||
|
||||
hmm it's because num_kept_tokens is 16 not 1. So there should be a whole block passed in ?
|
||||
|
||||
wait apparently it's also a problem in the normal repo.... I confuse! maybe it's my config! maybe I need >larger than block size. nope
|
||||
|
||||
hmm it still happens in the original repo with my debug params. maybe it's my debug params
|
||||
|
||||
|
||||
... trying a full run without my debug params...
|
||||
|
||||
note trains.world_model.batch_num_samples:4 fill 20GB gpu ram for the 3b stability ai llm
|
||||
|
||||
Reference in New Issue
Block a user