Giter VIP home page Giter VIP logo

tensormonk's People

Contributors

saripalle avatar sparupat avatar tensor46 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

tensormonk's Issues

How to use condconv

Thanks for your great work
Could you tell me how to use Condconv in my network ๏ผŸ

Mish Implementation

According to the code file, the implementation of Mish is as follows:

def mish(tensor: torch.Tensor) -> torch.Tensor:
    return tensor * tensor.exp().add(1).log().tanh()

In my repository Mish implementation is like:

def mish(tensor: torch.Tensor) -> torch.Tensor:
    return tensor * torch.tanh(F.softplus(tensor))

Is your implementation faster than mine??

Also, would appreciate if you included the paper link of Mish in the main Readme and in the activations readme, in the list of available activations, Mish is not present.

The paper link is in my repository here - https://github.com/digantamisra98/Mish

Request for a folder structure for models and the corresponding files created

Issue: While training multiple models, all the models and the corresponding files generated are all saved in the same folder. This makes it hard to search for files generated by a particular model.

Recommendation: To generate a folder for the model being created with the same name and all the corresponding files get dumped inside it.

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.