Skip to content
Snippets Groups Projects
Commit e25fe2ae authored by Jeppe Gade's avatar Jeppe Gade
Browse files

Back to something that fails due to in-place stuff

parent e44f4d2d
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,6 @@ class CocoDataSet(Dataset):
x = Image.fromarray(x, 'RGB')
x = self.transform(x)
inputs = runCNN(inputs)
return [x,y]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment