anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.51k forks source link

Where and How do you find the description of .mat file? #33

Closed CreatCodeBuild closed 8 years ago

CreatCodeBuild commented 8 years ago

Your code makes sense. I learned quick a lot.

One biggest confusion is how can you know what all these .mat matrices means?

Is there any web pages that describe what each axis/dimension of .mat matrices means?

Because I am trying to re-implement neural-style to fit my needs, I need to know the original network data in detail.

Thank you

anishathalye commented 8 years ago

The model came from www.vlfeat.org/matconvnet/pretrained/

You might be able to find more information in matconvnet documentation / searching Google.

anishathalye commented 8 years ago

Going to assume this is resolved. Feel free to reopen if there's anything else.