lspvic / jupyter_tensorboard

Start Tensorboard in Jupyter Notebook
MIT License
460 stars 81 forks source link

Set Tensorboard Config Parameters? #49

Open xanderdunn opened 5 years ago

xanderdunn commented 5 years ago

I'm successfully running tensorboard with this plugin and I'm wondering if there's any way to set tensborboard settings. For example, I'd like tensorboard to display more of the image samples I send to it. Typically these would be set via the command line when starting tensorboard. Example: tensorboard --samples_per_plugin images=100

Is there any way to modify these settings on a tensorboard that's started via Jupyter?