Giter Site home page Giter Site logo

分类训练的路径问题 about next-vit HOT 1 OPEN

sunyclj avatar sunyclj commented on July 21, 2024
分类训练的路径问题

from next-vit.

Comments (1)

sunyclj avatar sunyclj commented on July 21, 2024

--data/ --train/ --false/ img.jpg --true/ img.jpg --val/ --false/ img.jpg --true/ img.jpg 数据集是这个结构,训练代码:bash train.sh 1 --model nextvit_small --batch-size 256 --lr 5e-4 --warmup-epochs 20 --weight-decay 0.1 --data-path ./data 报错:FileNotFoundError: Found no valid file for the classes .ipynb_checkpoints. Supported extensions are: .jpg, .jpeg, .png, .ppm, .bmp, .pgm, .tif, .tiff, .webp 定位到代码里, dataset = datasets.ImageFolder(root, transform=transform),root读取不到false或者true的数据 请问怎么修改呢?我理解的是图像的文件夹名称代表的就是类别,训练过程应该是需要路径和类别两个数据才对呀

已解决,文件夹下有隐藏的 .ipynb_checkpoints文件夹

from next-vit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.