-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
predict() got an unexpected keyword argument 'batch_size' #51
Comments
what is the script you are using to run this? |
I am using this: python3 main.py config_chrestien3_keras.txt --train data/chrestien3/train --dev data/chrestien3/dev --test data/chrestien3/test with the current master version. |
Great, it seems to work now. |
It looks like the only place where |
In a side note, what are the reasons for having |
This is a result from the merge operation that should be settled: I'm
guessing main.py should become obsolete.
…On Mon, Oct 2, 2017 at 3:05 PM, Enrique Manjavacas ***@***.*** > wrote:
In a side note, what are the reasons for having main.py, unseen.py and
train.py as different scripts? The first two are actually the same, as
far as I can see.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AELJL64t8S4_8RjF2ki-QCBOuMBa_smoks5soN-vgaJpZM4PqkY->
.
|
train.py should be replaced by the content of main.py though |
I reopened this as a separate issue #52, llet's move the discussion over there! |
Trying to train with a PyTorch model, I encounter this error at the time of evaluation
Indeed, if we go to pandora/impl/base_model.py, l. 125,
does not have the batch_size argument.
The text was updated successfully, but these errors were encountered: