mirror of
https://github.com/wassname/CoordConv.git
synced 2026-09-11 11:52:18 +08:00
add quadrant dataset predictions plot
This commit is contained in:
@@ -67,8 +67,8 @@ else:
|
||||
train_set = np.array(train_set)
|
||||
test_set = np.array(test_set)
|
||||
|
||||
train_set = train_set[:, None, None, :]
|
||||
test_set = test_set[:, None, None, :]
|
||||
train_set = train_set[:, :, None, None]
|
||||
test_set = test_set[:, :, None, None]
|
||||
|
||||
print(train_set.shape)
|
||||
print(test_set.shape)
|
||||
@@ -87,4 +87,4 @@ else:
|
||||
np.save('data-quadrant/train_onehot.npy', train_onehot)
|
||||
np.save('data-quadrant/train_images.npy', train_images)
|
||||
np.save('data-quadrant/test_onehot.npy', test_onehot)
|
||||
np.save('data-quadrant/test_images.npy', test_images)
|
||||
np.save('data-quadrant/test_images.npy', test_images)
|
||||
|
||||
Reference in New Issue
Block a user