Giter Club home page Giter Club logo

Comments (15)

generallc avatar generallc commented on June 29, 2024

Hello, where did you training the module, CPU or GPU? I can train it on CPU, but maybe my 2 8G Kingston RAMs can't offer enough storage capacity,only can train the module in Tc+Td epochs. So the result seems not good because my computer did not complete the training of the entire model.

from image_completion_tf2.

dongdong092 avatar dongdong092 commented on June 29, 2024

Ooh,I just run the master branch code on my gpu.I ignored the tc and the td stage.I would try to run the animi branch today.

from image_completion_tf2.

generallc avatar generallc commented on June 29, 2024

Yeah, the master branch code does not involve the tc and the td stage. I am looking forward to your new result on the animi branch.
Could you please tell me the version of your GPU, CUDA, Tensorflow-gpu and Keras , My computer is nvidia GTX1080, CUDA8.0 Tensorflow-gpu(1.6.0) and Keras (2.1.5) ,but it doesn't work for the anim and separate_c_d branch.

from image_completion_tf2.

dongdong092 avatar dongdong092 commented on June 29, 2024

I use M40,cuda8.0,Tensorflow-gpu(1.6.0)and Keras(2.0.8)and it run 100 epochs about 2.5 hours.

from image_completion_tf2.

generallc avatar generallc commented on June 29, 2024

Oh, thanks, maybe my GPU is only 8G, I‘ll try to change the code for solving the problems.

from image_completion_tf2.

zhangqingbo1 avatar zhangqingbo1 commented on June 29, 2024

@dongdong092 when you finished the training, how do you load the trained weight to predict the test sets. Please give me some advice, thanks!

from image_completion_tf2.

dongdong092 avatar dongdong092 commented on June 29, 2024

I run the other branch .In the 20th opoches,it stops by the following error:
print("%d [D loss: %e] [G mse: %e]" % (n, d_loss, g_loss))
TypeError: must be real number, not list

from image_completion_tf2.

zhangqingbo1 avatar zhangqingbo1 commented on June 29, 2024

I also met this error,because the g_loss is not a real number, I print g_loss separately by the following code, which show g_loss is a list such as 'G mse: [0.0028160308, 0.0028160308, 1.1920933e-07]':
print('%d G mse:' % n),
print(g_loss),
print("[D loss: %e]" %d_loss)

from image_completion_tf2.

zhangqingbo1 avatar zhangqingbo1 commented on June 29, 2024

And could you please tell me your email address?

from image_completion_tf2.

neka-nat avatar neka-nat commented on June 29, 2024

Hi.
I will check the "TypeError" and fix it.
Thanks.

from image_completion_tf2.

neka-nat avatar neka-nat commented on June 29, 2024

I fixed the "TypeError" and merged to master branch.

from image_completion_tf2.

xieenze avatar xieenze commented on June 29, 2024

I train this model on Street View dataset,my result doesn't good as well. Do anybody achieve good result?

from image_completion_tf2.

Alex-toto avatar Alex-toto commented on June 29, 2024

@xieenze I train the model on place2 dataset, the result looks good. But when I test images with arbitrary mask shape, the results are too bad. Do you test any images and how to do it ?

from image_completion_tf2.

micklexqg avatar micklexqg commented on June 29, 2024

@Alex-toto , which branch did you use? the master or animi?

from image_completion_tf2.

varoudis avatar varoudis commented on June 29, 2024

@dongdong092 im running very slow compared to your 100Ep @ 2.5Hours.
I use batch size 16 on a TitanV GPU (and dual xeon cpus to spare) and Im getting around 20mins per Epoch... Im also only using the 35000 validation images from places...

from image_completion_tf2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.