tancik / StegaStamp

Invisible Hyperlinks in Physical Photographs
http://www.matthewtancik.com/stegastamp
MIT License
675 stars 191 forks source link

Encode messages of different lengths. #24

Closed edwardocano closed 4 years ago

edwardocano commented 4 years ago

Where can i change the length of the message.

tancik commented 4 years ago

You can change the message length with the argument --secret_size

edwardocano commented 4 years ago

Thanks!, i have been trying to re-train in spite of i install al the requirements for cuda the training just run in the cpu. Is there any configuration for GPU?

tancik commented 4 years ago

All of the code is designed to run on GPU (we have never trained on CPU). Likely your tensorflow installation isn't finding your GPU.

edwardocano commented 4 years ago

Yes! it was a problem of compatibility. thanks!