mirror of
https://github.com/openai/gpt-2
synced 2025-08-22 18:19:44 +00:00
Fix ModuleNotFoundError: No module named 'src' in the interactive_conditional_samples.py
This commit is contained in:
parent
bb617c436e
commit
77c7ae5ee5
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user