Code Monkey home page Code Monkey logo

Comments (7)

dingdingbin avatar dingdingbin commented on August 10, 2024 1

@machanic Hi, can you share us your code of PyTorch version of PixelRL? Thank you very much.

from pixelrl.

rfuruta avatar rfuruta commented on August 10, 2024

Thank you for your question.

Why needs the pre-trained FCN weight?

The pre-trained weights are used in order to make the training of the network stable.

Can I train the FCN directly without loading?

Maybe yes, but the training will be unstable especially at the beginning.

from pixelrl.

machanic avatar machanic commented on August 10, 2024

@rfuruta I have an idea of my paper to use your code, but the reward is only a scalar value for the whole image, rather than the pixel-wise rewards. Can I use PixelRL? Maybe the difficult is that many agent & action has to determine one reward.
Thank you.

from pixelrl.

rfuruta avatar rfuruta commented on August 10, 2024

I do not think PixelRL will work in such a situation. Training PixelRL with one reward is a remaining problem.

from pixelrl.

machanic avatar machanic commented on August 10, 2024

@rfuruta Why doesn't work? Does it because that so many actions have to be made to obtain one reward?
I have implemented that idea, but it works poorly, maybe my implementation is incorrect?

from pixelrl.

rfuruta avatar rfuruta commented on August 10, 2024

I guessed it would not work because the reward value is determined by many actions.
But, my guess may be wrong if your idea is working.

from pixelrl.

Big-OrangeCat avatar Big-OrangeCat commented on August 10, 2024

我注意到您使用chainer.serializers.load_npz('../denoise_with_convGRU/model/pretrained_15.npz', net)加载预训练的 FCN 重吗?为什么需要预训练的 FCN 重? 我现在将代码翻译成 PyTorch 版本,我可以直接训练 FCN 而不是加载预训练的重吗? 谢谢!
can you share us your code of PyTorch version of PixelRL? Thank you very much.

from pixelrl.

Related Issues (13)

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.