Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
import time
import boto3
blockDeviceMappings = [{
"DeviceName": "/dev/xvda",
"Ebs": {
"SnapshotId": "snap-08a7cb489033af8c7",
"DeleteOnTermination": True,
#!/usr/bin/python3
import time
import boto3
blockDeviceMappings = [{
"DeviceName": "/dev/xvda",
"Ebs": {
"DeleteOnTermination": True,
"VolumeType": "gp2",
@i4kimura
i4kimura / llvm_test.sh
Created March 31, 2019 13:41
LLVM Local Test
#!/bin/bash
TEST_LLVM_DIR=${HOME}/work/llvm/build-myriscvx/
TEST_DIR=${HOME}/work/llvm/lbdex/input
BC_DIR=${TEST_LLVM_DIR}/test_bc_dir
mkdir -p ${BC_DIR}
TEST_PATTERNS=()
TEST_PATTERNS=("${TEST_PATTERNS[@]}" ch3.cpp)
@i4kimura
i4kimura / .config
Created September 9, 2018 13:43
NVDLA Virtual Platform Buildroot 2017.11 kernel configuration
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2017.11 Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_5=y
BR2_HOST_GCC_AT_LEAST_4_6=y
BR2_HOST_GCC_AT_LEAST_4_7=y
BR2_HOST_GCC_AT_LEAST_4_8=y
BR2_HOST_GCC_AT_LEAST_4_9=y
@i4kimura
i4kimura / ゼロから作るディープラーニング② 7章 RNNによる文章生成.ipynb
Created August 18, 2018 15:11
ゼロから作るディープラーニング② 7章 RNNによる文章生成
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@i4kimura
i4kimura / ゼロから作るディープラーニング② 6章 ゲート付きRNN.ipynb
Last active August 11, 2018 17:17
ゼロから作るディープラーニング② 第6章 ゲート付きRNN
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@i4kimura
i4kimura / ゼロから作るディープラーニング② 5章 リカレントニューラルネットワーク(RNN).ipynb
Last active August 11, 2018 17:16
ゼロから作るディープラーニング② 5章 リカレントニューラルネットワーク(RNN)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@i4kimura
i4kimura / ゼロから作るディープラーニング② 4章 word2vecの高速化.ipynb
Created August 4, 2018 05:48
ゼロから作るディープラーニング② 4章 word2vecの高速化
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@i4kimura
i4kimura / ゼロから作るディープラーニング② 3章 word2vec.ipynb
Last active July 31, 2018 16:35
ゼロから作るディープラーニング② 3章 word2vec
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@i4kimura
i4kimura / ゼロから作るディープラーニング② 2章 自然言語と単語の分散表現.ipynb
Last active July 31, 2018 16:35
ゼロから作るディープラーニング② 2章 自然言語と単語の分散表現
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.