Giter VIP home page Giter VIP logo

Comments (5)

e4s2022 avatar e4s2022 commented on September 3, 2024

Could you please post the command line output information?

from e4s.

postcw avatar postcw commented on September 3, 2024

Traceback (most recent call last):
File "scripts/train.py", line 30, in
main()
File "scripts/train.py", line 25, in main
coach = Coach(opts)
File "/root/data/practice/e4s-main/src/training/coach.py", line 152, in init
self.face_parsing_loss = FaceParsingLoss(self.opts).to(self.device).eval()
File "/root/data/practice/e4s-main/src/criteria/face_parsing/face_parsing_loss.py", line 29, in init
self.G.load_state_dict(torch.load(opts.face_parsing_model_path))
File "/root/anaconda3/envs/e4s/lib/python3.8/site-packages/torch/serialization.py", line 699, in load
with _open_file_like(f, 'rb') as opened_file:
File "/root/anaconda3/envs/e4s/lib/python3.8/site-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/root/anaconda3/envs/e4s/lib/python3.8/site-packages/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: './pretrained_ckpts/auxiliray/model.pth'

from e4s.

e4s2022 avatar e4s2022 commented on September 3, 2024

Indeed, the ./pretrained_ckpts/auxiliray/model.pth was ignored by the .gitignore file due to an incorrectly configured rule. I've added it to the main branch, please check the latest update.

Thank you for pointing out this bit.

from e4s.

qqpann avatar qqpann commented on September 3, 2024

@e4s2022 Hi, I think model_ir_se50.pth is also missing. How can i get it?

from e4s.

aprillysea avatar aprillysea commented on September 3, 2024

can not load fetch_gpen_models.sh,how can i get it

from e4s.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.