-
Notifications
You must be signed in to change notification settings - Fork 266
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
a porblem need to be solve #120
Comments
Hello, I also met the same problem. Have you solved it |
下面split分割数组的时候,里面换成split('\t') |
Hello can you please more introduce me about this issue. Thanks |
Did you solve this? |
Hi did you reached to solution about this? |
下面split分割数组的时候,里面换成split('\t')
when you use 'split' to split array, use 'split('\t')'. This means using tabs to divide a row into arrays.
If you still don't understand, I can send you my code.
Best wishes.
…------------------ 原始邮件 ------------------
发件人: "agrimgupta92/sgan" ***@***.***>;
发送时间: 2023年11月9日(星期四) 晚上8:14
***@***.***>;
***@***.******@***.***>;
主题: Re: [agrimgupta92/sgan] a porblem need to be solve (Issue #120)
下面split分割数组的时候,里面换成split('\t')
Hello can you please more introduce me about this issue. Thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi again |
|
Hi sorry but I didn't understand your comment. Can I have this part of your code? |
I met this problem, too. And I finally found the problem is the default parameter 'delim' was set to ' '(space)instead of '/t' in train.py, like: |
It worked Thanks!! |
ValueError: could not convert string to float: '780.0\t1.0\t8.46\t3.59'
thanks
The text was updated successfully, but these errors were encountered: