Pinned Repositories
sentiment-2017-imavis
From Pixels to Sentiment: Fine-tuning CNNs for Visual Sentiment Prediction
skiprnn-2017-telecombcn
Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks (ICLR 2018)
cnn_particle_filter
Object tracking with Particle Filters using activations from a CNN
edl
Code for "Explore, Discover and Learn: Unsupervised Discovery of State-Covering Skills"
efficient_densenet_pytorch
A memory-efficient implementation of DenseNets
pyinn
CuPy fused PyTorch neural networks ops
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
tensorflow-ffmpeg
Video decoding in TensorFlow with FFmpeg
tf-meetup-reinforce
Slides and code for the introduction to Reinforcement Learning session at the Barcelona TensorFlow Meetup (October 4, 2018)
weightnorm-init
Code for "How to Initialize your Network? Robust Initialization for WeightNorm & ResNets"
victorcampos7's Repositories
victorcampos7/edl
Code for "Explore, Discover and Learn: Unsupervised Discovery of State-Covering Skills"
victorcampos7/tensorflow-ffmpeg
Video decoding in TensorFlow with FFmpeg
victorcampos7/weightnorm-init
Code for "How to Initialize your Network? Robust Initialization for WeightNorm & ResNets"
victorcampos7/cnn_particle_filter
Object tracking with Particle Filters using activations from a CNN
victorcampos7/tf-meetup-reinforce
Slides and code for the introduction to Reinforcement Learning session at the Barcelona TensorFlow Meetup (October 4, 2018)
victorcampos7/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets
victorcampos7/pyinn
CuPy fused PyTorch neural networks ops
victorcampos7/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
victorcampos7/rl_a3c_pytorch
Reinforcement learning A3C LSTM Atari with Pytorch