hyperdash-sdk-py
hyperdash-sdk-py copied to clipboard
Parameter view doesn’t allow scrolling
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.
+1