mirror of https://github.com/commaai/tinygrad.git
Renamed examples/yolo to examples/vgg7_helpers because that directory contains no yolo-related code and only helper code for vgg7. This was confusing to a new user when trying to understand the examples. (#1086)
This commit is contained in:
parent
2533a992e7
commit
12ce68c1ee
|
@ -6,8 +6,8 @@ import numpy
|
|||
from PIL import Image
|
||||
from tinygrad.tensor import Tensor
|
||||
from tinygrad.nn.optim import SGD
|
||||
from examples.yolo.kinne import KinneDir
|
||||
from examples.yolo.waifu2x import image_load, image_save, Vgg7
|
||||
from examples.vgg7_helpers.kinne import KinneDir
|
||||
from examples.vgg7_helpers.waifu2x import image_load, image_save, Vgg7
|
||||
|
||||
# amount of context erased by model
|
||||
CONTEXT = 7
|
||||
|
|
Loading…
Reference in New Issue