MCPcopy Create free account
hub / github.com/POSTECH-CVLab/PyTorch-StudioGAN / find_and_remove

Function find_and_remove

src/utils/misc.py:414–416  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

412
413
414def find_and_remove(path):
415 if isfile(path):
416 os.remove(path)
417
418
419def plot_img_canvas(images, save_path, num_cols, logger, logging=True):

Callers 1

save_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected