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
In tar_rep(), tar_map_rep(), etc., it is sometimes useful to know the batch number, rep number, and overall index number (batch * (batch_size - 1) + rep). For example, sometimes a user may want to set a custom seed this way. Implementation for tar_rep() and tar_map_rep() is straightforward, I'll need to look back at the other target factories that may also benefit.
The text was updated successfully, but these errors were encountered:
In
tar_rep()
,tar_map_rep()
, etc., it is sometimes useful to know the batch number, rep number, and overall index number(batch * (batch_size - 1) + rep)
. For example, sometimes a user may want to set a custom seed this way. Implementation fortar_rep()
andtar_map_rep()
is straightforward, I'll need to look back at the other target factories that may also benefit.The text was updated successfully, but these errors were encountered: