mirror of
https://github.com/openai/gpt-2
synced 2025-08-22 02:02:01 +00:00
Fix ModuleNotFoundError: No module named 'src'
This commit is contained in:
parent
69354b7661
commit
bb617c436e
@ -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 sample_model(
|
||||
model_name='117M',
|
||||
|
Loading…
x
Reference in New Issue
Block a user