Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't go through tutorial on windows.... #8

Open
DynConcepts opened this issue May 5, 2021 · 0 comments
Open

Can't go through tutorial on windows.... #8

DynConcepts opened this issue May 5, 2021 · 0 comments

Comments

@DynConcepts
Copy link

After much struggling (e.g. installs using pip failing, having to use anaconda) I am stuck at:

`(base) PS C:\repos\github\yolov5> python train.py --img 640 --batch 8 --epochs 30 --data ./data/elephant.yaml --cfg ./models/yolov5s.yaml --weights '' --device 0
Apex recommended for faster mixed precision training: https://github.com/NVIDIA/apex
{'lr0': 0.01, 'momentum': 0.937, 'weight_decay': 0.0005, 'giou': 0.05, 'cls': 0.58, 'cls_pw': 1.0, 'obj': 1.0, 'obj_pw': 1.0, 'iou_t': 0.2, 'anchor_t': 4.0, 'fl_gamma': 0.0, 'hsv_h': 0.014, 'hsv_s': 0.68, 'hsv_v': 0.36, 'degrees': 0.0, 'translate': 0.0, 'scale': 0.5, 'shear': 0.0}
usage: train.py [-h] [--epochs EPOCHS] [--batch-size BATCH_SIZE] [--cfg CFG] [--data DATA]
[--img-size IMG_SIZE [IMG_SIZE ...]] [--rect] [--resume] [--nosave] [--notest] [--evolve]
[--bucket BUCKET] [--cache-images] [--weights WEIGHTS] [--name NAME] [--device DEVICE] [--adam]
[--multi-scale] [--single-cls]
train.py: error: argument --weights: expected one argument
(base) PS C:\repos\github\yolov5>

`

Does anyone have a validated sequence that runs from start to finish on a fresh Windows 10 Virtual Machine [NO CUDA], no assumptions, no pre-requisites...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant