Skip to content

Instantly share code, notes, and snippets.

View AzamatB's full-sized avatar
🏠
Working from home

Azamat Berdyshev AzamatB

🏠
Working from home
View GitHub Profile
@AzamatB
AzamatB / original_revise_error_example.jl
Created October 15, 2019 08:48
Original Revise error example
# Listen, Attend and Spell: arxiv.org/abs/1508.01211
# using CuArrays
# CuArrays.allowscalar(false)
using Flux
using Flux: flip, reset!, onecold, throttle, train!, @treelike, @epochs
using IterTools
using LinearAlgebra
using JLD2
using StatsBase
@AzamatB
AzamatB / revise_error_example.jl
Created October 15, 2019 08:30
Revise error example
# Listen, Attend and Spell: arxiv.org/abs/1508.01211
# using CuArrays
# CuArrays.allowscalar(false)
using Flux
using Flux: flip, reset!, onecold, throttle, train!, @treelike, @epochs
using IterTools
using LinearAlgebra
using JLD2
using StatsBase
@AzamatB
AzamatB / gist:f680ea21da03be411b481f5d8ab89030
Created April 5, 2018 03:32 — forked from chrissimpkins/gist:5bf5686bae86b8129bee
Atom Editor Cheat Sheet (Sweetmeat)

Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key