-
Using the `WANDB_DISABLED` environment variable is deprecated and will be removed in v5. Use the --report_to flag to control the integrations used for logging result (for instance --report_to none).
…
-
Hi,
I find that it's nice to have a few benchmark datasets integrated into libraries for easier research. My feature request boils down to the implementation of a few image retrieval datasets, name…
-
Hi, maybe I'm doing this wrong, but I was trying to implement a version of what's in the hyperparameter optimization example, but not in an interactive notebook. If I set up the training data and sea…
-
Issue resolved. The problem is that when constructing the trainer, `save_safetensors=False` should be set. Otherwise, the above `safe_serialization=False` will not work.
https://hug…
-
方法一:
```
def stats_text_en(text):
"""count english words in the text"""
result=text.replace(',',' ').replace('.','').replace('!','').replace('*',' ').replace('-','').replace('?','')
r…
-
When I run an toy example in my computer with PyTorch 1.9.0, while giving the right answer, it also gives me the following warning:
```shell
C:\Users\iTom\Desktop\pytorch-lasso\lasso\linear\utils.…
-
Thank you for your impressive job!
I am working on few shot learning scenario. After reading your paper and code, I have some questions:
1. Could you please upload the few shot data split?
2. The f…
-
Hello gents,
I was hoping I can get a second opinion about a situation I am facing while using setfit for a multi class classification use case.
The dataset is small with 255 samples across 9 clas…
-
as the original api has been removed the preview API could be used instead
here's a minimal demo:
```
token = document.cookie.split(" ").find(cookie=>cookie.includes("csrftoken")).split(/[=;]/g…
-
Hello, I am a white, after I built the deep learning environment, put front3d_rpn_data into the data folder, according to the train.sh configuration parameter, "RuntimeError: split_with_sizes expects …