-
OS: Windows 11
Python == 3.11.0 64 bit
Keras == 3.0.5
---------
```python
import time
import os
from math import floor
import tensorflow as tf
tf.config.experimental.enable_op_determinism()
…
-
### System Info
accelerate==1.0.0
torch==2.5.1
transformers==4.46.0
deepspeed==0.15.3
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
- [X] An offici…
-
2024-08-31 12:49:22,685] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
[2024-08-31 12:49:22,685] [INFO] [real_accelerator.py:203:get_accelerator] Setti…
-
/kind task
## Which area/kind this issue is related to?
/area registry
## Issue Description
The `registry-viewer` does not support dynamic routing atm. A nice feature would be to add this …
-
```python
# DistilBERT 토크나이저 로드
tokenizer = DistilBertTokenizer.from_pretrained('monologg/distilkobert')
# 데이터를 DistilBERT 입력 형식으로 변환하는 함수 정의
def convert_to_input(df, tokenizer, max_length=400):…
-
**Describe the bug**
Saving trained `LSTMFCNRegressor` when enabling `attention=True` will raise errors.
Errors look like:
```
Traceback (most recent call last):
File "", line 1, in
File …
-
When I used fl-split parameter in federated learning model, can I use original dataset without conducting any data mapping? Do I need to conduct data mapping using Data_mapping.py before building fed…
-
Currently the workbooks are presented as "here's a bunch of reading", "Here are a bunch of projects", and such.
Instead grouping by theme: "Here is some reading around processes, and some projects …
-
AttributeError Traceback (most recent call last)
in
1 # train weights (output layers or 'heads')
----> 2 model.train(dataset_train, dataset_train, learning_rate=0…
-
When executing the following code to find the features importance of a LGBMRegressor model I get a KeyError: 'objective' error. The model's objective was specified as 'mean_squared_error'.
**Code:…