I am Charmie

メモとログ

2017-04-01から1ヶ月間の記事一覧

PyGTK for Python 3.5 installation on Ubuntu 16.04 with anaconda

see here conda install -c ska pygtk

VRエンジニア養成読本 (Software Design plus)

ハンティング 上・下 カリン・スローター ハーパー・コリンズ ジャパン 主人公っぽいGBI捜査官ペアのやり取りとかいらんなーって感じ.猟奇殺人犯の深層心理に迫ってないし.失読症の捜査官と良い感じの仲になりそうだった女性医師は同一著者の作品の主人公…

Implementation: CycleGAN and Pix2pix

The implementation of CycleGAN and Pix2pix based on pytorch is published on github. Here's a todo procedure with anaconda. The CPU mode installation is under test right now... pytorch installation see the repository For a machine with GPU …

ARの開発環境構築

Unity + Vuforia

Keras: multiple inputs & outputs

[code lang="python"] from keras.models import Model from keras.layers import Input, Dense input_1 = Input(..., name='input_1') x = Dense(...)(input_1) x = Dense(...)(x) ... output_1 = Dense(dim_output_1, ..., name='output_1') input_2 = Inp…

ハイパーニア封鎖

(おそらく)ハイパーニアを除く全ての場所で緋の欠片を取得しないと,ハイパーニアが封鎖して入れない. 緋の欠片イベント開始前にメグダッセ辺境州の地上絵イベントを終わらせてしまうと,上記の条件を満たせないため,ハイパーニア封鎖が解除されない. と…

階層的クラスタリング Hierarchical Clustering

階層的クラスタリングには2種類 divisive (分枝タイプ): トップダウン的に分割していく agglomerative (凝集タイプ): ボトムアップ的に形成する