You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazing work!
I was interested in working and tweaking a few things in the code. However, from my understanding of the paper, you start the mixed prompt/condition at 0.7*Timesteps, however, I couldn't figure out where exactly this is triggered in the code. It will be really helpful if you can possibly help me in this regard.
Thank you!
The text was updated successfully, but these errors were encountered:
Thank you very much for your interest in our work. This is triggered through the "lambda_t_star" variable (for example, in edit.sh this is set to 10 [here]). This is passed in our model here so that finally the mixed prompt/condition will start at the position of (50-10)/50 timesteps, or 0.8 T shown in Appendix Table 2. You can simply adjust this to any values between 0 and 50.
Amazing work!
I was interested in working and tweaking a few things in the code. However, from my understanding of the paper, you start the mixed prompt/condition at 0.7*Timesteps, however, I couldn't figure out where exactly this is triggered in the code. It will be really helpful if you can possibly help me in this regard.
Thank you!
The text was updated successfully, but these errors were encountered: