Robert Bridges

Results 3 issues of Robert Bridges

Seems to be a problem w/ how Atom interprets the code. `For` loops it will give me the option to "fold" or "collapse" by clicking the carrot in the line...

UPDATE: found problem and fix. to fix change line 319 in classifiers.py: `color_map = {v: class_colors[i] for i, v in enumerate(class_values)} ## changed from color_map = {i: class_colors[i] for i,...

Line 281 of main.py is `loss_L1 = torch.nn.MSELoss()` but I think it should be `loss_L1 = torch.nn.L1Loss()`