-
Ahoj,
zkouším, jak funguje tahle funkce. Jestli to chápu dobře, nedá se komentovat kód, kterej není označený jako pull request, takže to udělám přes tyhle Issues.
Chtěl jsem si spustit ten kód, al…
-
**My dataset was built based on a.csv file of my own. In the previous version, I could use model.train to train the model and could use cuda normally. But now I'm using the latest pykan0.2.4, where mo…
-
from google.colab import drive
drive.mount('/content/drives/', force_remount=True)
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
data = pd.read_csv('/con…
-
During the use of LoRA fine-tuning, everything was normal, but the following issue arose during full-scale fine-tuning.
I use the following script for full fine-tuning :
```shell
#!/bin/bash
N…
-
When re-initializing the train-test split, it fails because the dimension 'split' already exists.
![image](https://user-images.githubusercontent.com/35559713/186119890-d59c77e1-0a59-4c6b-a6d1-ae785b2…
-
### What happened + What you expected to happen
Ray train official docs [script](https://docs.ray.io/en/latest/train/getting-started-transformers.html) fails due to NCCL error.
Proxy Call to rank 1 …
-
Hi,
After creating a StellarGraph described as follow:
I am trying to sample positive and negative links with the train_test_split:
`
edge_splitter_test = EdgeSplitter(graph)
graph_test, ex…
alb-v updated
3 years ago
-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
I find myself creatin…
-
I'm getting an error when I run [this example](https://mlr3book.mlr-org.com/chapters/chapter12/model_interpretation.html#what-if-method) from the mlr3 book:
````
Error in whatif$find_counterfactua…
-
Hi,
I have tensorflow dataset
(ds_train,ds_test), ds_info = tfds.load('grains', split=["train","val"], with_info=True, as_supervised=True)
where ds_train consist of batch of image and label.
ho…