slip away
slip away
Sorry, I looked at question #32 and I still couldn't find how to fix this. Question 32 is for windows, I am running on linux, don't know if you have...
thanks! I found it
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...