资源算法LearningUnsupervisedLearning

LearningUnsupervisedLearning

2019-09-10 | |  74 |   0 |   0

Learning Unsupervised Learning Rules

This repository contains code and weights for the learned update rule presented in "Learning Unsupervised Learning Rules." At this time, this code can not meta-train the update rule.

Structure

run_eval.py contains the main training loop. This constructs an op that runs one iteration of the learned update rule and assigns the results to variables. Additionally, it loads the weights from our pre-trained model.

The base model and the update rule architecture definition can be found in architectures/more_local_weight_update.py. For a complete description of the model, see our paper.

Dependencies

absltensorflowsonnet

Usage

First, download the pre-trained optimizer model weights and extract it.

# move to the folder above this foldercd path_to/research/learning_unsupervised_learning/../# launch the eval scriptpython -m learning_unsupervised_learning.run_eval --train_log_dir="/tmp/learning_unsupervised_learning" --checkpoint_dir="/path/to/downloaded/model/tf_graph_data.ckpt"

Contact

Luke Metz, Niru Maheswaranathan, Github: @lukemetz, @nirum. Email: {lmetz, nirum}@google.com


上一篇:Im2txt

下一篇:LFADS

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...