Skip to content
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

tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [256] rhs shape= [192] #50

Closed
JiaqiuZhou opened this issue Apr 4, 2019 · 17 comments

Comments

@JiaqiuZhou
Copy link

when I make the code and install the new code, there are some problems

@JiaqiuZhou
Copy link
Author

ok I didn't undapte all the new file in the project even the checkpoint is different~

@Weipeilang
Copy link

Hello,I meet the same issue.I want to know how to solve it,and I can`t understand what you say

@JiaqiuZhou
Copy link
Author

JiaqiuZhou commented May 5, 2019 via email

@Weipeilang
Copy link

Weipeilang commented May 5, 2019 via email

@JiaqiuZhou
Copy link
Author

JiaqiuZhou commented May 5, 2019 via email

@KnightOfTheMoonlight
Copy link

KnightOfTheMoonlight commented May 14, 2019

this is due to eval_testset.py file setting.

flags.DEFINE_integer('hidden', 192, 'Number of units in  hidden layer.')

->

flags.DEFINE_integer('hidden', 256, 'Number of units in  hidden layer.')

@wanqunAmy
Copy link

I

这是由于eval_testset.py文件设置。

flags.DEFINE_integer('hidden', 192, 'Number of units in  hidden layer.')

->

flags.DEFINE_integer('hidden', 256, 'Number of units in  hidden layer.')

I try this ,but did not work? How?thank you

@fashionguy
Copy link

@wanqunAmy Have you sovled the problem? I have the same one.

@zshyang
Copy link

zshyang commented Sep 15, 2020

Hi,
Do you know how to download the dataset and unzip it from the link below?
https://drive.google.com/open?id=131dH36qXCabym1JjSmEpSQZg4dmZVQid

@fashionguy
Copy link

fashionguy commented Sep 16, 2020 via email

@zshyang
Copy link

zshyang commented Sep 16, 2020

Hi,
Thanks a lot for your reply.
Do you mean that once I download all the five files then they will combine automatically?

@fashionguy
Copy link

fashionguy commented Sep 16, 2020 via email

@zshyang
Copy link

zshyang commented Sep 16, 2020

Thanks a lot for your reply.
Do you mean I could unzip the files following the following steps?
https://stackoverflow.com/questions/31481701/how-to-extract-files-from-a-large-30gb-zip-file-on-linux-server
Or do you mind to share the command line you have used?

@fashionguy
Copy link

fashionguy commented Sep 16, 2020 via email

@zshyang
Copy link

zshyang commented Sep 16, 2020

I tried the command unzip ShapeNetP2M.7z.001.
But It gives me the following error.

Archive:  ShapeNetP2M.7z.001
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of ShapeNetP2M.7z.001 or
        ShapeNetP2M.7z.001.zip, and cannot find ShapeNetP2M.7z.001.ZIP, period.

@fashionguy
Copy link

fashionguy commented Sep 18, 2020 via email

@zshyang
Copy link

zshyang commented Sep 19, 2020

Thanks a lot! I tried. But it did not work.
Screenshot from 2020-09-19 12-26-33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants