kritiksoman / GIMP-ML

AI for GNU Image Manipulation Program
https://kritiksoman.github.io/GIMP-ML-Docs/index.html
MIT License
1.39k stars 127 forks source link

moveWeights.sh issues #1

Closed bedna-KU closed 4 years ago

bedna-KU commented 4 years ago

First issue mv: target 'CelebAMask-HQ/MaskGAN_demo/checkpoints/label2face_512p/' is not a directory mv: target 'monodepth2/models/mono+stereo_640x192/' is not a directory mv: cannot move 'weights/super_resolution/model_srresnet.pth' to 'pytorch-SRResNet/model/': Not a directory Resolved with mkdir pytorch-SRResNet/model

Second issue mv: target 'CelebAMask-HQ/MaskGAN_demo/checkpoints/label2face_512p/' is not a directory mv: target 'monodepth2/models/mono+stereo_640x192/' is not a directory Resolved with mkdir -p mkdir monodepth2/models/mono+stereo_640x192

Third issue mv: target 'CelebAMask-HQ/MaskGAN_demo/checkpoints/label2face_512p/' is not a directory Resolved with mkdir -p CelebAMask-HQ/MaskGAN_demo/checkpoints/label2face_512p

kritiksoman commented 4 years ago

@bedna-KU Thanks. moveWeights.sh has been updated.