Giter VIP home page Giter VIP logo

pytorch_prototype's Introduction

Temporarily repo with the draft prototypes for several projects with PyTorch implementation for the cosmo-lab

tmp_pytorch

## To get the data for testing

wget "https://archive.materialscloud.org/record/file?file_id=b612d8e3-58af-4374-96ba-b3551ac5d2f4&filename=methane.extxyz.gz&record_id=528" -O methane.extxyz.gz
gunzip -k methane.extxyz.gz
rm methane.extxyz.gz
mv methane.extxyz structures/methane.extxyz

# Install torch2trt

pip install nvidia-pyindex
pip install nvidia-tensorrt

git clone https://github.com/NVIDIA-AI-IOT/torch2trt
cd torch2trt
python setup.py install

pytorch_prototype's People

Contributors

felixmusil avatar spozdn avatar

Watchers

 avatar  avatar  avatar  avatar

pytorch_prototype's Issues

namedtuple vs dict

torch jit script warns about potential bugs with dict output. Maybe it is worth migrating to namedtuple or to adaptive behavior - if input is dict then output is also dict, and if input is namedtuple then output is namedtuple.

data type

Think about data types - use torch.get_default_dtype() or deduce data type from inputs

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.