Skip to content
View TakaoNarikawa's full-sized avatar

Highlights

  • Pro

Organizations

@GeCS-Inc
Block or Report

Block or report TakaoNarikawa

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. LayoutGAN-Reimplementation LayoutGAN-Reimplementation Public

    PyTorch reimplementation of "LayoutGAN: Generating Graphic Layouts with Wireframe Discriminators" publishsed in ICLR 2019

    Python 13 1

  2. Optimind-llc/fireclient Optimind-llc/fireclient Public

    Data management layer for Cloud Firestore & React

    TypeScript 10 2

  3. CppPuyo CppPuyo Public

    PuyoPuyo created with C++

    C++

  4. CS-Exp-Compiler CS-Exp-Compiler Public

    Compiler

    Python 1

  5. Convert darknet pre-trained model to... Convert darknet pre-trained model to CoreML model
    1
    #! /usr/bin/env python
    2
    """
    3
    Reads Darknet config and weights and creates Keras model with TF backend.
    4
    5
    """
  6. Mish.swift Mish.swift
    1
    import Foundation
    2
    import CoreML
    3
    import Accelerate
    4
    
                  
    5
    @objc(Mish) class Mish: NSObject, MLCustomLayer {