-
Notifications
You must be signed in to change notification settings - Fork 169
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
invalid argument #2
Comments
Did you get a change to fix this issue? @jiayi797 |
Unfortunately not. :( @holyglenn |
I resolved it. Probably all you need is cast one of the float point number
size to int. That's what I did.
…On Tue, Jul 31, 2018 at 6:48 AM 贾已 ***@***.***> wrote:
Unfortunately not. :(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB0XVC4AMjbayaFsB7-VgIaLoDTsty3Nks5uMDXzgaJpZM4UTG-X>
.
--
Yu Weiren
|
@holyglenn is right. Simply converts it to Int will resolve this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
when I run the code in my cpu computer, I run :
python main.py --horizon 24 --data data/electricity.txt --save save/elec.pt --output_fun Linear
Then it told me:
It puzzled me for whole day... Anyone meet this error? could you share solution with me?
Thank you anyway.
The text was updated successfully, but these errors were encountered: