Git Product home page Git Product logo

Comments (12)

zcl912 avatar zcl912 commented on May 18, 2024 1

the important thing is:
yolox_s.py, but you used yolox-s.py

yeah, thx, i just copy the command from the readme, and ignore the detail.

from yolox.

Joker316701882 avatar Joker316701882 commented on May 18, 2024

Hi, did you successfully install yolox?
Please open a python console and try:
import yolox

from yolox.

zcl912 avatar zcl912 commented on May 18, 2024

Hi, did you successfully install yolox?
Please open a python console and try:
import yolox

thx, i installed yolox successfully

from yolox.

Joker316701882 avatar Joker316701882 commented on May 18, 2024

Can you show us a screenshot of your error?

from yolox.

zcl912 avatar zcl912 commented on May 18, 2024

Can you show us a screenshot of your bug?

the error is as follow:
914182119

from yolox.

Joker316701882 avatar Joker316701882 commented on May 18, 2024

@zcl912 Can you try to pull the latest main branch? Seems we have fixed this issue.

from yolox.

zcl912 avatar zcl912 commented on May 18, 2024

@zcl912 Can you try to pull the latest main branch? Seems we have fixed this issue.

yeah, i just git clone the latest project, but it doesn't work

from yolox.

Joker316701882 avatar Joker316701882 commented on May 18, 2024

@zcl912 the exp file is yolox_s.py, not yolox-s.py
by the way, the total batch size suggested equals to 8 * num_gpu, you use 1 gpu, so -b 8 is better.

please try:
python tools/train.py -f exps/default/yolox_s.py -d 1 -b 8 --fp16 -o

from yolox.

zcl912 avatar zcl912 commented on May 18, 2024

on tools/train.py -f exps/default/yolox_s.py -d 1 -b 8 --fp16 -o

em, but bs is irrevelent with the error

from yolox.

zcl912 avatar zcl912 commented on May 18, 2024

on tools/train.py -f exps/default/yolox_s.py -d 1 -b 8 --fp16 -o

em, but bs is irrevelent with the error

from yolox.

Joker316701882 avatar Joker316701882 commented on May 18, 2024

the important thing is:
yolox_s.py, but you used yolox-s.py

from yolox.

Joker316701882 avatar Joker316701882 commented on May 18, 2024

And if you don't change batch-size, you will meet OOM error.

from yolox.

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.