hyperdash-sdk-py icon indicating copy to clipboard operation
hyperdash-sdk-py copied to clipboard

Parameter view doesn’t allow scrolling

Open csheldrick opened this issue 7 years ago • 1 comments

I am dumping my models layers as params with: def make_exp_params(exp, layers): # layers is a list of layers If exp is None: return for i, layer in enumerate(layers): config = layer.get_config() for k,v in config.items(): exp.param(“Layer {}-{}”.format(I+1, k), str(v))

but viewing the params on the app shows the middle of the window and you can’t scroll.

csheldrick avatar Nov 30 '17 19:11 csheldrick

+1

david-vazquez avatar Jan 16 '18 16:01 david-vazquez