-
Notifications
You must be signed in to change notification settings - Fork 46
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
Parameter/Checkpoint Compatability and Discriminator Network #3
Comments
Hi Aditya,
|
Hi @maxorange thank you for the quick and invaluable response. I think I do have the file but I get a warning with the file when pulling or cloning which could be the issue. Error attached as an image: Two additional questions unrelated to this issue but I was curious about (feel free to answer for these through [email protected]):
Edit Figured out the issue with the checkpoint file by looking at a closed issue. #2 If you are able to answer the other questions that'd also be great! |
Okay, I will reply to your email address. |
just for reference, 3d model coloring is well explained in this article, take a look. |
Hi @maxorange, I am a Computer Science student at USC taking a class on deep learning. For my final project, I am trying to find a technique to color a 3D model given an image or texture. I found your github repos, esp. this one, super useful resource so far towards my project and going to credit and reference you all over my final deliverables. Thank you for the super thorough implementation.
However, I am having a few issues with this repo currently. Here they are:
OutOfRangeError (see above for traceback): Read less bytes than requested [[Node: save_3/RestoreV2_53 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_recv_save_3/Const_0, save_3/RestoreV2_53/tensor_names, save_3/RestoreV2_53/shape_and_slices)]] [[Node: save_3/RestoreV2_52/_43 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/gpu:0", send_device="/job:localhost/replica:0/task:0/cpu:0", send_device_incarnation=1, tensor_name="edge_243_save_3/RestoreV2_52", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/gpu:0"]()]]
I tried loading the meta file and clearing devices too before restoring the data too and that did not seem to help.
Best, Aditya
The text was updated successfully, but these errors were encountered: