X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=maze.py;h=f6a852e37241f176a65a7cd69c6c8cb934a3a1fc;hb=f23843d33a4fa5a38f5034deab8f473793732ee3;hp=fd0a1d27b6377e65f352dae8311be096ab93b04f;hpb=3c97745cdf9ae30a87903e3039e38c868e136d6e;p=picoclvr.git diff --git a/maze.py b/maze.py index fd0a1d2..f6a852e 100755 --- a/maze.py +++ b/maze.py @@ -285,7 +285,7 @@ def save_image( ) imgs = torch.cat((imgs, c_score_paths.unsqueeze(1)), 1) - img = torch.tensor([224, 224, 224]).view(1, -1, 1, 1) + img = torch.tensor([255, 255, 0]).view(1, -1, 1, 1) # NxKxCxHxW if path_optimal is not None: