Skip to content

Instantly share code, notes, and snippets.

View weiji14's full-sized avatar

Wei Ji weiji14

View GitHub Profile

Keybase proof

I hereby claim:

  • I am weiji14 on github.
  • I am weiji14 (https://keybase.io/weiji14) on keybase.
  • I have a public key ASBupE9Blor9G1JfSGJPQwvn9n65cyqUo_y9-OEIG50TQQo

To claim this, I am signing this object:

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@weiji14
weiji14 / keras_tinyYoloModel_summary.txt
Last active November 28, 2017 19:34
Attempt at a keras implementation of TinyYoloModel
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
input_1 (InputLayer) (None, 416, 416, 3) 0
_________________________________________________________________
conv2d_1 (Conv2D) (None, 416, 416, 16) 432
_________________________________________________________________
batch_normalization_1 (Batch (None, 416, 416, 16) 64
_________________________________________________________________
leaky_re_lu_1 (LeakyReLU) (None, 416, 416, 16) 0
@weiji14
weiji14 / keras_deep_q_frozen_lake.ipynb
Created April 4, 2018 01:16
Keras Deep Q-Network with Convolutional layers to solve a numpy implementation of the FrozenLake OpenAI gym environment.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@weiji14
weiji14 / environment.yml
Last active September 10, 2018 22:19
Temp gist for finding out how to conda activate in binder
name: deepbedmap
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.6.6
@weiji14
weiji14 / .env
Last active October 10, 2018 06:08
Testing Dockerfile for continuous integration build ala binder, runs pipenv shell in conda environment
LD_LIBRARY_PATH=${CONDA_PREFIX}/lib/
@weiji14
weiji14 / Dockerfile
Last active September 18, 2018 11:12
Trying to use resurrected `conda run` to run pipenv inside docker
FROM buildpack-deps:bionic@sha256:b1cede2fe7fc26d4e2f59e93e67741d142fb87446d748f0667b1158175e1054f
LABEL maintainer "https://github.com/weiji14"
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
# Initiate docker container with user 'jovyan'
ENV NB_USER jovyan
ENV NB_UID 1000
ENV HOME /home/${NB_USER}
@weiji14
weiji14 / environment.yml
Last active November 1, 2018 01:13
Fixing try-gmt-python binder dependencies
name: try-gmt-python
channels:
- conda-forge
- conda-forge/label/dev
dependencies:
- gmt=6.0.0a17
- ipython=7.1.*
- jupyter=1.0.0
- notebook=5.7.0
- numpy=1.15.*
@weiji14
weiji14 / phd_proposal_talk.ipynb
Last active February 17, 2024 17:45
PhD Proposal Talk on Deep Learning in the Cryosphere
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@weiji14
weiji14 / zgis_obia_meeting_talk.ipynb
Last active April 1, 2019 07:51
Short talk during the OBIA research group meeting at ZGIS on my Deep Learning in the Cryosphere project
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.