Skip to content
View JiankunW's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report JiankunW

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JiankunW/README.md

Hi there 👋

Jiankun's wakatime stats

Pinned

  1. AWS-Lambda-ML-Training AWS-Lambda-ML-Training Public

    Training ML models with AWS Lambda

    Python

  2. mwray/Joint-Part-of-Speech-Embeddings mwray/Joint-Part-of-Speech-Embeddings Public

    Code for the Joint Part-of-Speech Embedding model

    Python 11 2

  3. Delivering folders/files (e.g. logs/... Delivering folders/files (e.g. logs/checkpoints) from one machine to another
    1
    #!/bin/bash
    2
    
                  
    3
    # Summary: sending folders/files (e.g. logs/checkpoints) from one machine to another
    4
    # 
    5
    # The preliminary step is setting up SSH key-based authentication between the source and target machines:
  4. [M]on[I]toring GPU usages of a Slurm... [M]on[I]toring GPU usages of a Slurm cluster with multiple nodes
    1
    #!/bin/bash
    2
    if [[ "$1" == "-a" ]]
    3
    then
    4
        echo "Avaiable (MIXED or IDEL) nodes:"
    5
        sinfo -N --noheader | grep -e mix -e idle | while read line
  5. yue-zhongqi/diti yue-zhongqi/diti Public

    Code release for ICLR 2024 paper: Exploring Diffusion Time-steps for Unsupervised Representation Learning

    Jupyter Notebook 7