karpathy / neuraltalk

NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
5.4k stars 1.32k forks source link

multiple hosts #23

Open lichengunc opened 9 years ago

lichengunc commented 9 years ago

Hi Andrej,

I really love this implementation. The most intriguing part to me is your monitorcv to visualize the cross-validation. It could help a lot during training.

In the code, I found it could show up-to-40 results with different host names, but my computer has only one hostname (using python gethostname). I bet it's my lack of related knowledge. I guess we could run on separate hosts (with different parameters or models) using the same computer, right?

Could you please give some instructions on how to do so?

Thank you so much. Best, -Ethan