All Projects → yanbeic → semi-memory

yanbeic / semi-memory

Licence: MIT license
Tensorflow Implementation on Paper [ECCV2018]Semi-Supervised Deep Learning with Memory

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to semi-memory

HybridNet
Pytorch Implementation of HybridNet: Classification and Reconstruction Cooperation for Semi-Supervised Learning (https://arxiv.org/abs/1807.11407)
Stars: ✭ 16 (-67.35%)
Mutual labels:  semi-supervised-learning
emotion-recognition-GAN
This project is a semi-supervised approach to detect emotions on faces in-the-wild using GAN
Stars: ✭ 20 (-59.18%)
Mutual labels:  semi-supervised-learning
gd.py
An API Wrapper for Geometry Dash written in Python.
Stars: ✭ 87 (+77.55%)
Mutual labels:  memory
Billion-scale-semi-supervised-learning
Implementing Billion-scale semi-supervised learning for image classification using Pytorch
Stars: ✭ 81 (+65.31%)
Mutual labels:  semi-supervised-learning
MemoryChecker-Unity
Unityネイティブプラグイン(iOS&Android)実機での使用メモリをチェックするプラグイン
Stars: ✭ 20 (-59.18%)
Mutual labels:  memory
deepOF
TensorFlow implementation for "Guided Optical Flow Learning"
Stars: ✭ 26 (-46.94%)
Mutual labels:  semi-supervised-learning
sesemi
supervised and semi-supervised image classification with self-supervision (Keras)
Stars: ✭ 43 (-12.24%)
Mutual labels:  semi-supervised-learning
lessram
Pure PHP implementation of array data structures that use less memory.
Stars: ✭ 20 (-59.18%)
Mutual labels:  memory
Cross-Speaker-Emotion-Transfer
PyTorch Implementation of ByteDance's Cross-speaker Emotion Transfer Based on Speaker Condition Layer Normalization and Semi-Supervised Training in Text-To-Speech
Stars: ✭ 107 (+118.37%)
Mutual labels:  semi-supervised-learning
RefRESH
Create RefRESH data: dataset tools for Learning Rigidity in Dynamic Scenes with a Moving Camera for 3D Motion Field Estimation (ECCV 2018)
Stars: ✭ 51 (+4.08%)
Mutual labels:  eccv-2018
read-process-memory
Read memory from another process
Stars: ✭ 100 (+104.08%)
Mutual labels:  memory
Nhaama
Multi-purpose .NET memory-editing library
Stars: ✭ 25 (-48.98%)
Mutual labels:  memory
pool
A generic C memory pool
Stars: ✭ 81 (+65.31%)
Mutual labels:  memory
v8-inspector-api
A simple node module to access V8 inspector + some tools to export and read the data.
Stars: ✭ 43 (-12.24%)
Mutual labels:  memory
seededlda
Semisupervided LDA for theory-driven text analysis
Stars: ✭ 46 (-6.12%)
Mutual labels:  semi-supervised-learning
DLL-INJECTOR
I created a dll injector I am going to Open source its Code. But remember one thing that is any one can use it only for Educational purpose .I again say do not use it to damage anyone's Computer.But one thing if you are using it for some good purpose like to help someone who really need help then I permit you to use it.
Stars: ✭ 14 (-71.43%)
Mutual labels:  memory
ganbert
Enhancing the BERT training with Semi-supervised Generative Adversarial Networks
Stars: ✭ 205 (+318.37%)
Mutual labels:  semi-supervised-learning
EC-GAN
EC-GAN: Low-Sample Classification using Semi-Supervised Algorithms and GANs (AAAI 2021)
Stars: ✭ 29 (-40.82%)
Mutual labels:  semi-supervised-learning
cache-bench
Explore the impact of virtual memory settings on caching efficiency on Linux systems under memory pressure
Stars: ✭ 25 (-48.98%)
Mutual labels:  memory
generative models
Pytorch implementations of generative models: VQVAE2, AIR, DRAW, InfoGAN, DCGAN, SSVAE
Stars: ✭ 82 (+67.35%)
Mutual labels:  semi-supervised-learning

semi-memory

Tensorflow Implementation of the paper Chen et al. Semi-Supervised Deep Learning with Memory, ECCV2018.

Getting Started

Prerequisite:

  • Python 2.7.
  • Tensorflow version >= 1.4.0.

Data preparation:

  1. Download and prepare datasets:
bash scripts/download_prepare_datasets.sh
  1. Convert image data to tfrecords:
bash scripts/convert_images_to_tfrecords.sh

Running Experiments

Training & Testing:

For example, to train and test on svhn, run the following command.

bash scripts/train_svhn_semi.sh

Citation

Please refer to the following if this repository is useful for your research.

Bibtex:

@inproceedings{chen2018semi,
  title={Semi-Supervised Deep Learning with Memory},
  author={Chen, Yanbei and Zhu, Xiatian and Gong, Shaogang},
  booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
  year={2018}
}

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].