triplej0079/SLVAE

Indentation Error

Opened this issue · 0 comments

Hi there,
There is an issue with the indentation.
SLVAE/slvae.py", line 268
for test_id, test in enumerate(test_set):
IndentationError: expected an indented block

It seems like it is due to the line after
with torch.no_grad():
being commented out
# init_x =x_comparison = {}

Shall I uncomment it?
Thanks!