Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@etamong
etamong
Follow
View etamong's full-sized avatar
🕹️
Focusing

Jooho Lee etamong

🕹️
Focusing
DevOps Engineer

Highlights

  • Pro

Organizations

@devsisters

Block or report etamong

Block user

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

You must be logged in to block users.

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

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

Report abuse

PinnedLoading

  1. Reset K8S NodeReset K8S Node
    1
    echo -n"Really want to reset this node? (y/N):"
    2
    read -r check
    3
    4
    if [["$check"="y" ]];then
    5
    echo"[INFO] Reset kubeadm"
  2. K8S CNI - FlannelK8S CNI - Flannel
    1
    #!/bin/bash
    2
    3
    echo"[INFO] Deploying kube-flannel..."
    4
    echo -n"Image prefix (default: '', example: 'harbor.local/library/'):"
    5
    read -r image_prefix
  3. monitor.shmonitor.sh
    1
    #!/bin/sh
    2
    tmux new-session -d'htop'
    3
    tmux split-window -h'watch -n 1 -d nvidia-smi'
    4
    tmux split-window -v'watch -n 1 -d sensors'
    5
    # tmux -2 attach-session -d
  4. pre-process_celeba.ipynbpre-process_celeba.ipynb
    1
    {
    2
    "cells": [
    3
      {
    4
    "cell_type":"markdown",
    5
    "metadata": {},
  5. facenet-pytorchfacenet-pytorchPublic

    Forked fromtimesler/facenet-pytorch

    Pretrained Pytorch face detection (MTCNN) and recognition (InceptionResnet) models

    Python

  6. recognition-based-on-Mask-RCNNrecognition-based-on-Mask-RCNNPublic

    Forked fromchordou/recognition-based-on-Mask-RCNN

    face recognition and object recognition

    Python


[8]ページ先頭

©2009-2025 Movatter.jp