一个路过的程序员

Results 21 comments of 一个路过的程序员

I don't know My conpany conputer cannot work. but in my computer, it work?

@Akashdip-N 非常有用 版本降了就行了!!!

@dmontagu Hi, I was wondering if this repository is still up to date. It seems like it hasn't been for a long time. And the issue isn't very active.

@klamike thank you for your work I try ``` import uuid import time import warnings from tqdm.rich import tqdm warnings.filterwarnings("ignore") for i in tqdm(range(100), desc="读取文件夹"): for j in tqdm(range(100), desc="读取文件",...

``` MODEL_NAME = "microsoft/conditional-detr-resnet-50" # or "facebook/detr-resnet-50" IMAGE_SIZE = 480 from datasets import load_dataset cppe5 = load_dataset("cppe-5") import numpy as np import os from PIL import Image, ImageDraw categories =...

this is colab. the loss can be reduce to 1

this is in my computer, I try many time but loss only reduce to 3. the code is same.

@qubvel colab result transformers-cli env ``` 24-08-28 12:04:26.243851: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2024-08-28 12:04:26.306691:...

``` Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points. - `transformers` version: 4.44.2 - Platform: Linux-5.15.0-119-generic-x86_64-with-glibc2.31 - Python version: 3.11.8 - Huggingface_hub version:...

大模型预训练不就是这样学的吗? 可以去看下RethinkFun对这块的讲解 本身就是拼接训练的 data packing技术