tensorfreitas / Siamese-Networks-for-One-Shot-Learning

Implementation of Siamese Neural Networks for One-shot Image Recognition
601 stars 180 forks source link

tensorboard_log_path and model weights #9

Closed zjuzwb closed 4 years ago

zjuzwb commented 4 years ago

Hi, I tried to trian the network, but i can't find the tensorboard_log_path and the model weights? Could you please share these.

tensorfreitas commented 4 years ago

Hi @zjuzwb those two variables are for you to decide where to store the logs of tensorboard and the weights of the model being trained. By running the code it will store those logs and weights at those paths, respectively.