mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-08-30 03:26:06 +00:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user