Skip to content

Commit 2b9e998

Browse files
committed
Fixed incorrect import
1 parent 577a5bb commit 2b9e998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • recognition/45062540_oasis_vqvae/modules

recognition/45062540_oasis_vqvae/modules/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import matplotlib.pyplot as plt
22
import numpy as np
3-
from original import modules as dataset
3+
import modules.dataset as dataset
44
from PIL import Image
55

66
def show_subplot(original, reconstructed):

0 commit comments

Comments
 (0)