Skip to content

Tensorflow implementation of MEG(Maximum Entropy Generators for Energy-Based Models)

Notifications You must be signed in to change notification settings

zehuichen123/MEG_tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEG(Maximum Entropy Generators for Energy-Based Models)

Here is my tensorflow implementation of MEG (https://arxiv.org/abs/1901.08508, NIPS 2019 Under Review).

Note that MEG here is only implemented for anomaly detection.

There are still some bugs in this code, since the generator loss and E_fake loss here are increasing continuously, while in the MEG-pytorch code, the losses should be vibrated dramatically. And as the training goes, the gradient penalty here is prone to be the same. If you find the reason, please issue it, Thanks!

Reference

[1] MEG-pytorch (https://github.com/ritheshkumar95/energy_based_generative_models/blob/master/data/kdd.py)

About

Tensorflow implementation of MEG(Maximum Entropy Generators for Energy-Based Models)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages