Git Product home page Git Product logo

human's People

Contributors

vtn21 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

lomcin

human's Issues

Create TFRecord loader script

The AMASS loader (from npz to TFRecord) is at a nice stage, but it needs a counterpart to load data from the TFRecord files, checking how to recover all fields.

Incompatibility between selected inputs and labels

The model is currently training with raw inputs as labels, however these must be filtered using the selection vector. The network has no way of driving non-selected inputs away from zero, thus unsolvable errors will occur.

This will (probably) result in lower errors when performing training and validation.

Corrupted TFRecords created by AMASS loader

The load_amass.py script is creating corrupted TFRecord files. This might be caused by the multiple processes accessing a single file.

Try making one process for each file (test, valid, train: 3 total) and checking the files again.

Fixed-length sequences and different model structure

Training loop works properly, however complains not finding CUPTI. Try to sort this out by replacing the conda cudatoolkit from the official NVIDIA installation.

After some time training, GPU runs out of memory. See if CUPTI/CuDNN helps. Or, make the model smaller.

Save normalization weights to npz

Instead of running Normalization.adapt every time, processing the whole training dataset (from disk), save means and variances in npz file.

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.