Skip to content
Snippets Groups Projects
Select Git revision
  • a8928b64ae37cc43c51f084129a9d5c54d4ac3aa
  • main default protected
  • potentialRestart
  • EneryBooster
  • Coordinates_And_Body_size
  • 9-spectator
  • 8-deadplayers
  • 7-camera
  • 6-rooms
  • test-of-collision&growing
  • 5-rooms
  • 0-setup-initial-server
  • 3-initial-game-code
13 results

app.js

Blame
  • README.rst 600 B

    Sparse Coding Library for Tensorflow

    Installation

    To install the package, clone it to a local folder, then run pip install -e . from the folder to install the package in edit mode (so changes to the code are used).

    Overview

    Main sparse coding file is found at: sparse_coding_torch/train_sparse_model.py

    Sparse coding command example: python train_sparse_model.py

    Main classification model is found at: sparse_coding_torch/train_classifier.py

    Classification command example: python small_data_classifier.py --checkpoint sparse.pt