Fix ModuleNotFoundError: No module named 'src' in the interactive_conditional_samples.py

This commit is contained in:
子兎音
2019-02-15 05:00:12 +09:00
committed by Jeff Wu
parent bb617c436e
commit 77c7ae5ee5

View File

@ -6,7 +6,7 @@ import os
import numpy as np
import tensorflow as tf
from src import model, sample, encoder
import model, sample, encoder
def interact_model(
model_name='117M',