torch.backends.cudnn.benchmark=False# set False for reproducible results
ifos.path.exists(output):
shutil.rmtree(output)# delete output folder
os.makedirs(output)# make new output folder
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.