Skip to content
View dettmar's full-sized avatar
💭
💭

Highlights

  • Pro
Block or Report

Block or report dettmar

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. im2height im2height Public

    Predict height on monocular image data (PyTorch)

    Python 13 4

  2. swirl-rl swirl-rl Public

    Reinforcement Learning models to optimize angular order in Swirls

    Jupyter Notebook 1

  3. Getting Tensorflow to run on TPUs in... Getting Tensorflow to run on TPUs in Google Colab
    1
    # don't forget to first switch to TPU (Runtime > Change runtime type)
    2
    import tensorflow as tf
    3
    
                  
    4
    # create the model (which is called later within the right scope)
    5
    # make sure that the input_shape or input_dim is given in the first layer
  4. gym-swirl gym-swirl Public

    OpenAI Gym simulating an Active Particle Swirl

    Python 1