Code Monkey home page Code Monkey logo

dnn_hhwwgg's Introduction

DNN_HHWWGG

Repository for the DNN for HH->WWGG Snowmass analysis.

To run jupyter from within ingrid, do the two steps:

on your local, ssh -NL port_number:localhost:port_number -i .ssh/ssh_key ingrid1-gwceci
on the cluster, jupyter notebook --no-browser --port port_number

Give a port number of your choice (one that you know is not being used at that moment); 1234, 1235 etc.

(ingrid1-gwceci is the name in my ssh config to connect to ingrid.)

What I run, for example, is sh -NL 1234:localhost:1234 -i .ssh/id_rsa.ceci ingrid1-gwceci

Once you trained your model and saved it with tensorflow, use tf2onnx.

To install: pip install -U tf2onnx

Once installed : python -m tf2onnx.convert --saved-model tensorflow-model-path --output model.onnx will convert your tf model to onnx.

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.