Victor Rodriguez-Fernandez
Victor Rodriguez-Fernandez
Hi. I can't visualize the socket.io metrics in my server! The rest of the metrics are displayed fine (CPU, Memory, HTTP, Mongo..) If I connect to Nodetime servers (latest version...
Hi, How can I save the nodetime metric samples in my local database? Where should I add my code? Thanks!
Is this argument doing anything? I cannot find its usage in the code. Best!
Taking the same code for Image Classification should work for `TensorTS` too: ``` @typedispatch def plot_top_losses(x:TensorTS, y:TensorCategory, samples, outs, raws, losses, nrows=None, ncols=None, figsize=None, **kwargs): axs = get_grid(len(samples), nrows=nrows, ncols=ncols,...
Hi, First of all, thank you for this amazing tool! I'm using it a lot lately. A couple of days ago I realized that some of my code stopped working...
Would it be possible to change the fixed parts of the prompt (e.g. Title, Transcription, etc..) depending on the language of the video? Thanks for this tool!
This is a working code: ```python #|export def get_enc_embs(X, enc_learn, module=None, cpu=False, average_seq_dim=True, to_numpy=True, bs=None): """ (From deepvats https://github.com/vrodriguezf/deepvats/blob/master/nbs/encoder.ipynb) Get the embeddings of X from an encoder, passed in `enc_learn...
Backend (Jupyter): - Add a configuration parameter in the MVP notebook to choose among 3 options of including the matrix profile: 1. Don't include it 2. Include it in a...
Make them more efficient and lightweight (hint: use chatgpt)