SydCaption / SAAT

MIT License
62 stars 21 forks source link

Error in make file "make: Nothing to be done for 'train'." #3

Closed AcodeC closed 4 years ago

AcodeC commented 4 years ago

Your work is awesome. When I use the code to train, I meet an error: "make: Nothing to be done for 'train'." I think the make file maybe wrong somewhere.

SydCaption commented 4 years ago

Your work is awesome. When I use the code to train, I meet an error: "make: Nothing to be done for 'train'." I think the make file maybe wrong somewhere.

Hi, this is because the checkpoint already exists. You can move it to another tmp location or you can just change the lambda paramater a bit to generate a new file.

AcodeC commented 4 years ago

Your work is awesome. When I use the code to train, I meet an error: "make: Nothing to be done for 'train'." I think the make file maybe wrong somewhere.

Hi, this is because the checkpoint already exists. You can move it to another tmp location or you can just change the lambda paramater a bit to generate a new file.

OK, it works well now. You are very kindly. Many Thanks!