Skip to content

Instantly share code, notes, and snippets.

View Kajiyu's full-sized avatar

Yuma Kajihara Kajiyu

  • OIST
  • Okinawa
View GitHub Profile
@Kajiyu
Kajiyu / sn_for_rnn.py
Created August 9, 2018 09:56
Pytorch Implementation of "Spectral Normalization" for Vanilla RNN.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Most of this code is borrowed by niffler92's project.
https://github.com/niffler92/SNGAN
"""