Giter Site home page Giter Site logo

Comments (7)

AakashKumarNain avatar AakashKumarNain commented on May 14, 2024 1

I am working on Merging layers.

from keras-core.

fchollet avatar fchollet commented on May 14, 2024 1

@fchollet I have one question regarding the data adapters for Pytorch. Pytorch recommends overriding Dataset which is similar to our PyDataset. Should we leverage the same for Pytorch or do you recommend implementing with the base data_adapter interface?

The general idea is that it should be possible to take an existing PyTorch data pipeline (using PyTorch Dataset and PyTorch dataloaders) and pass it to a Keras model .fit() call.

So we should not assume that the user will need to change anything to their pipeline. It should work with what they currently have.

from keras-core.

AakashKumarNain avatar AakashKumarNain commented on May 14, 2024 1

Makes sense. Thanks. I will try to come up with a good solution

from keras-core.

AakashKumarNain avatar AakashKumarNain commented on May 14, 2024

Is anyone working on the Activations layers in this list? If not, I will take up this task

from keras-core.

fchollet avatar fchollet commented on May 14, 2024

Hi Aakash -- yes, activations are already assigned. All layers are currently assigned except preprocessing layers (and FeatureSpace, not quite a layer), which are a bit special because we're not going to reimplement them (they can only run in TF), rather we're going to wrap them.

You could be working on preprocessing layers, or alternatively you could be writing a DataAdapter for a PyTorch Dataset/Dataloader...

from keras-core.

AakashKumarNain avatar AakashKumarNain commented on May 14, 2024

I will start with the DataAdapters in that case. Thank you @fchollet

from keras-core.

AakashKumarNain avatar AakashKumarNain commented on May 14, 2024

@fchollet I have one question regarding the data adapters for Pytorch. Pytorch recommends overriding Dataset which is similar to our PyDataset. Should we leverage the same for Pytorch or do you recommend implementing with the base data_adapter interface?

from keras-core.

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.