Skip to content
View glydzo's full-sized avatar
Block or Report

Block or report glydzo

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

Popular repositories

  1. CNN-on-CPU CNN-on-CPU Public

    An example of using the frugally-deep library. The goal is to perform the inference of a CNN (trained by Keras) in a c++ program and use npy files as input.

    C++ 1

  2. CNN-on-GPU CNN-on-GPU Public

    An example of using the Tensorflow-GPU with Cuda and cuDNN. The goal is to perform the inference of a CNN (trained by Keras) in a python program and use npy files as input.

    Python

  3. CNN-with-TRT CNN-with-TRT Public

    Using TensorRT integration in Tensorflow to perform CNN inference.

    Python