rolled back reduced and bifurcated training set used to test models before going away

quietlight
Mar 2, 2024, 1:17 AM
ZGLDIQ4GDQVKVUVLFUXGYD347222QA7633TVV4BUHCSHF7DAJ4DAC

Dependencies

  • [2] E3Y55MPR added perceptual colour maps and changed get_image_from_sample
  • [3] RBXUHIO2 made somn small changes and reverted them mostly
  • [4] 3FAESP6N catch up with changes, mainly construct primary dataset
  • [5] NMQCXLNG catch up commit, about to do some work on prediction loop
  • [6] NV7FXZ5Q first commit

Change contents

  • replacement in src/Train.jl at line 51
    [3.336948][2.428:493]()
    images1 = glob(glob_pattern) #|> shuffle! #|> x -> x[1:1000]
    [3.336948]
    [2.493]
    images = glob(glob_pattern) |> shuffle! #|> x -> x[1:1000]
  • replacement in src/Train.jl at line 53
    [2.494][2.494:628]()
    images2 = glob("kiwi_set_*/*/N/*.png") |> shuffle! |> x -> x[1:(length(images1))]
    images = vcat(images1, images2) |> shuffle!
    [2.494]
    [3.337010]
    #images2 = glob("kiwi_set_*/*/N/*.png") |> shuffle! |> x -> x[1:(length(images1))]
    #images = vcat(images1, images2) |> shuffle!