Skip to content

Commit

Permalink
Fix ModuleNotFoundError: No module named 'src'
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub30 authored and WuTheFWasThat committed Feb 14, 2019
1 parent 69354b7 commit bb617c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate_unconditional_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy as np
import tensorflow as tf

from src import model, sample, encoder
import model, sample, encoder

def sample_model(
model_name='117M',
Expand Down

0 comments on commit bb617c4

Please sign in to comment.