Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 committed May 22, 2018
1 parent 8d48c00 commit 60a0824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch08/visualize_attention.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
import sys
sys.path.append('..') # 親ディレクトリのファイルをインポートするための設定
import numpy as np`
sys.path.append('..')
import numpy as np
from dataset import sequence
import matplotlib.pyplot as plt
from attention_seq2seq import AttentionSeq2seq
Expand Down

0 comments on commit 60a0824

Please sign in to comment.