Skip to content
View GrandArth's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Home, sweet home.

Highlights

  • Pro
Block or Report

Block or report GrandArth

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

Pinned

  1. Risi-Pwsh-Profile Risi-Pwsh-Profile Public

    Risiamu的ps配置文件备份

    PowerShell 7

  2. A package allow you to typeset Japan... A package allow you to typeset Japanese anime ASCII art in latex
    1
    \ProvidesPackage{jart}[2023/03/05 Japanese ASCII Art]
    2
    \RequirePackage{fancyvrb}
    3
    \RequirePackage{xfp}
    4
    
                  
    5
    \usepackage{fontspec}
  3. WGAN-GP implementation in PyTorch WGAN-GP implementation in PyTorch
    1
    """This file implement a WGAN-GP in pytorch,
    2
    the Structure of the Model follows the One described
    3
     in David Foster's 'Generative Deep Learning' Ch.4"""
    4
    
                  
    5
    import glob
  4. CycleGAN Implementation in Pytorch CycleGAN Implementation in Pytorch
    1
    """This file implement a CycleGAN in pytorch,
    2
    the Structure of the Model follows the One described
    3
     in David Foster's 'Generative Deep Learning' Ch.5"""
    4
    
                  
    5
    import glob
  5. AA-Text_Render AA-Text_Render Public

    This is a webpage using html5 canvas for converting text to image.

    HTML

  6. ZhangYH-Z1RZc/UltrasonicImage-N2N-Approach ZhangYH-Z1RZc/UltrasonicImage-N2N-Approach Public

    Code for Ultrasonic Image's Body Marker Annotation Removal: A Self-Supervised Noise2Noise Approach

    Python 2