You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the train.py file in the master branch imports the eval.py file, where in the eval.py file it imports two functions which doesn't exist in the current repository. Could you update the code to fix this discrepancy or give some suggestions on how to bypass it? Thanks
from generate import generate_text, prepare_git_context
from search import hidden_to_softmax
The text was updated successfully, but these errors were encountered:
Hi, the
train.py
file in the master branch imports theeval.py
file, where in theeval.py
file it imports two functions which doesn't exist in the current repository. Could you update the code to fix this discrepancy or give some suggestions on how to bypass it? ThanksThe text was updated successfully, but these errors were encountered: