n_burnin=min(dataloader.nB/5,1000)# number of burn-in batches
n_burnin=min(round(dataloader.nB/5),1000)# number of burn-in batches
forepochinrange(epochs):
epoch+=start_epoch
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.