Skip to content

Commit

Permalink
Fixed incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
4lon committed Nov 7, 2022
1 parent 577a5bb commit 2b9e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recognition/45062540_oasis_vqvae/modules/tools.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import matplotlib.pyplot as plt
import numpy as np
from original import modules as dataset
import modules.dataset as dataset
from PIL import Image

def show_subplot(original, reconstructed):
Expand Down

0 comments on commit 2b9e998

Please sign in to comment.