Skip to content
View Flunzmas's full-sized avatar
🤗
🤗

Highlights

  • Pro

Block or report Flunzmas

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 Loading

  1. SAP/packerl SAP/packerl Public

    [TMLR 2024] Official implementation for "Learning Sub-Second Routing Optimization in Computer Networks requires Packet-Level Dynamics"

    C++ 1 1

  2. seasoncalendar/seasoncalendar seasoncalendar/seasoncalendar Public archive

    A seasonal foods calendar app for a conscious and sustainable diet.

    Dart 77 10

  3. AIS-Bonn/vp-suite AIS-Bonn/vp-suite Public

    A general framework for video prediction in PyTorch.

    Python 23 9

  4. gym-autokey gym-autokey Public

    An OpenAI gym environment for automated rule-based deductive program verification in KeY.

    Java 7

  5. Differentiable 2-Wasserstein Distanc... Differentiable 2-Wasserstein Distance in PyTorch
    1
    import math
    2
    import torch
    3
    import torch.linalg as linalg
    4
    
                  
    5
    def calculate_2_wasserstein_dist(X, Y):
  6. DataLoader for pytorch-geometric-tem... DataLoader for pytorch-geometric-temporal (direct extension of the loader from pytorch-geometric)
    1
    from typing import Union, List, Optional
    2
    
                  
    3
    from collections.abc import Mapping, Sequence
    4
    
                  
    5
    import torch.utils.data