nn.Module: Network Construction Background To define our network, we should succeed class nn.Module and implement the function forward. We put all the layers we want in the function __init__() and define how Sakuragawa Error 3 Oct 2019 · 2 min read
Argparse To use argparse module, we should only know a few functions. 1.Creating a parser parser = argparse.ArgumentParser(description='Head pose estimation using the Hopenet network.') 1.1.Function Sakuragawa Error 29 Sep 2019 · 2 min read
History of Deepfake Media Detection Abstract In 2017, Reddit user "deepfakes" posted several porn videos on the Internet which were not real, having been created with artificial intelligence. Deepfake is a portmanteau of "deep learning" Sakuragawa Error 5 Sep 2019 · 5 min read
Getting Started Setting Up CI of Flexibility in GitLab GitLab has introduced CI/CD services since version 8.0. It could manage automation for building, testing, deploying and releasing projects. Sakuragawa Asaba 26 Aug 2019 · 4 min read
Machine Learning TensorFlow Implementation of DQN for Atari Games Introduction Configuration win64+Python 3.7+Pycharm+OpenAI gym Prior knowledge In paper PlayingAtariwithDeepReinforcementLearning [https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf], the author illuminates why he introduces deep Sakuragawa Error 24 Aug 2019 · 7 min read
Machine Learning Some TFlearn Introduction In this post, I'd like to record my experience of studying TFlearn. Ingredient To build a functional network, we should know how a convolutional layer is created and initialized. Sakuragawa Error 21 Aug 2019 · 3 min read
Machine Learning Environment Error in OpenAI gym[atari] with Pycharm Environment Win64 + Pycharm + Python 3.7 + OpenAI gym Error 1. Install problem When I run OpenAI Atari [https://github.com/openai/gym#atari] in Pycharm, I first install Atari as Sakuragawa Error 19 Aug 2019 · 4 min read
Hardware Flash LSI SAS9211-8i in VMware Hypervisor LSI adapters could be easily upgraded without preparing a FreeDOS boot media or playing with UEFI. Sakuragawa Asaba 25 May 2019 · 2 min read
Fixes with GlusterFS Block Volume in CNS Container native storage, or CNS, is a technology that widely used on Kubernetes and many other container platforms. No Space Error when Provisioning Block Volume OpenShift supports GlusterFS block volume Sakuragawa Asaba 30 Apr 2019 · 2 min read
Fix OpenShift Docker Build Failure Docker Build Failure in OpenShift I recently built a new Docker container for building and serving Sphinx document. I wrote the Dockerfile and tested on my work machine, but when Sakuragawa Asaba 2 Apr 2019 · 4 min read
Open Source Adding Footnotes to GitHub-flavored Markdown GitHub Flavored Markdown doesn't support footnotes, but it could be faked with superscript tags. It could be even made clickable here as well. Sakuragawa Asaba 14 Mar 2019 · 1 min read
Container Bare Metal OpenShift (OKD) 3.11 with GlusterFS Persistent Storage Setting up a OpenShift Origin (OKD) cluster with containerized GlusterFS, customized self-signed CA certificates and trouble shooting. Sakuragawa Asaba 6 Dec 2018 · 5 min read
Open Source Bare Metal Installation of GlusterFS and Heketi GlusterFS is a popular solution for distributed storage. To provide persistent storage for Kubenetes cluster from GlusterFS cluster, Heketi is spreadly used as an API. Sakuragawa Asaba 15 Nov 2018 · 2 min read
Cloud Hands-on Rancher Container Cloud Days before, I migrated docker-compose services to Rancher container cloud. I will demostrate how I deploy Gitea, a popular self-hosted coding hosting software, with full Web UI and native-like SSH functionality. Sakuragawa Asaba 5 Sep 2018 · 3 min read
Cloud From OpenShift 3.7 to OKD 3.10: A Painful Upgrade One of our internal production is running an OpenShift 3.7 cluster. As OKD 3.10 is rolling out, 3.7 is far too old and missing some useful new features. "Let's get it upgraded!" I shouted out, and nightmares started too to pour out. How did I break it? How should I fix it? Sakuragawa Asaba 28 Aug 2018 · 5 min read
Container Use Docker Volumes with Local Filesystem Path and NFS In docker containers, volumes could be mounted as a file or a path. Docker volumes could be even shared among containers, and provides same experience upon different backends. Sakuragawa Asaba 15 Aug 2018 · 1 min read
Cloud Deploy Granafa with Prometheus and OAuth2 on OpenShift Grafana has an official docker image. Though permission problems occurred in previous versions, it can running flawlessly. There is also an example in OKD. We will start with the examples, but also do further configuration with data sources and dashboards. Sakuragawa Asaba 13 Aug 2018 · 4 min read
Linux Quick Reference Handbook: Setting Up Fedora Workstation Installation Fedora Workstation is a up-to-date and easy-to-use GNU/Linux distribution. After installing Fedora Workstation 28, some tweaking work could be done to make the system more comfortable. Sakuragawa Asaba 2 Jul 2018 · 2 min read