GithubHelp home page GithubHelp logo

interesaaat / torchsharp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotnet/torchsharp

17.0 17.0 1.0 175.84 MB

.NET bindings for the Pytorch engine

License: MIT License

C# 67.78% Makefile 0.11% Batchfile 3.40% Shell 3.31% CMake 2.75% C++ 12.82% C 9.26% PowerShell 0.57%

torchsharp's People

Contributors

artidoro avatar gyeongin avatar interesaaat avatar joemoorhouse avatar markusweimer avatar migueldeicaza avatar motus avatar natsukium avatar niklasgustafsson avatar

Stargazers

 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

Forkers

gyeongin

torchsharp's Issues

Loss function class

In Pytorch loss functions in torch.nn work as follows:

loss = NLLLoss(SOME PARAMETERS IF NEEDED)
prediction = model.forward(input)
output = loss(prediction, target)

We should match the behavior where once initialized the loss can be applied to the prediction and the target tensors.

Error when running the template TorchTensorType.tt

When you right click and Run Custom Tool, it should generate the .cs file.
If it is not currently set up to do so, could can delete the .tt file and add it back to the solution.

When I try to run the template using the Run Custom Tool it gives me an error.

Could you fix it? (or maybe we don't need the template?)

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.