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

Block or report datlife

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. jetson-car jetson-car Public archive

    Autonomous Racing Car using NVIDIA Jetson TX2 using end-to-end driving approach. Paper: https://arxiv.org/abs/1604.07316

    C++ 181 51

  2. yolov2 yolov2 Public

    YOLOv2 Implementation in TF/Keras. Allowing to experiment on different feature detectors (MobileNet, Darknet-19). Paper: https://arxiv.org/abs/1612.08242

    Python 49 13

  3. deepcom deepcom Public

    [NOT OFFICIAL VERSION] Communication Algorithms via Deep Learning. Paper: https://arxiv.org/abs/1805.09317

    Jupyter Notebook 20 13

  4. homelab homelab Public

    🏑 -My garden for homegrown organic software projects. πŸ‡πŸŒπŸˆπŸ‰πŸŠπŸ‹.

    Python

  5. tensorflow-on-nvidia-jetson tensorflow-on-nvidia-jetson Public

    Make life easier with ready-to-install Tensorflow for NVIDIA Jetson TK1

    24 7

  6. Training Keras model with tf.data Training Keras model with tf.data
    1
    """An example of how to use tf.Dataset in Keras Model"""
    2
    import tensorflow as tf   # only work from tensorflow==1.9.0-rc1 and after
    3
     
    4
    _EPOCHS      = 5
    5
    _NUM_CLASSES = 10