alex li

Results 10 issues of alex li

After trying out different options, including recompling ffmpeg, this is what it took to resolve the issue `conda install ffmpeg` `conda install x264`

Hello! I am having the following issue with installing the condo environment from YML file. ``` (base) MacBook-Pro-4:snorkeling alexanderli$ conda env create --file environment.yml Collecting package metadata: done Solving environment:...

I only saw the tutorial on batch evaluation for base text-bison model, but not the chat-bison model. But the feature page does mention chat-bison has Batch requests capability. Is it...

As the topic suggests, I am highly interested to see if this library can support multivariable time series with channels that have different sampling rate and thus different length within...

question

### Question Great work! I saw that both the pre-training and instruction-150K dataset has the token inserted in the same format. I was wondering why during the pre-training stage of...

Hello authors, I saw that using your processed capture 24_30hz_full Y.npy, the unique labels are {'moderate-vigorous', 'sleep', 'light', 'sedentary'} However, I was confused when I see the corresponding UMAP feature...

bug

As I am attempting to go through the codebase, I noticed that both the finetuning and testing accuracy metrics are not computed correctly There are couple main issue 1. In...

The downstream classifier as defined as follows has a simple linear model that can map to any number between negative inf to positive infinity. I switched to nn.bce_with_logits(). ''' class...

I followed the instruction to create a new conda environment, and following the inference script to quick load the model. `(mplug_owl2) alex@HP-machine:~/mPLUG-Owl/mPLUG-Owl2$ python test_inference_mplugowl.py [2024-02-10 16:54:58,039] [INFO] [real_accelerator.py:110:get_accelerator] Setting ds_accelerator...

Hello! Trying to reproduce your result, can you share the normalization script?