Skip to content
View pbielak's full-sized avatar
  • Intel
  • Wrocław, Poland

Block or report pbielak

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. graph-barlow-twinsgraph-barlow-twinsPublic

    The official implementation of the Graph Barlow Twins method with the experimental pipeline

    Python 32 4

  2. dotfilesdotfilesPublic

    Configuration file e.g tmux, vim etc.

    Nix

  3. pytorch_geometric_edgepytorch_geometric_edgePublic

    Edge representation learning library

    Python 27 1

  4. gerfgerfPublic

    Official implementation of the Graph Embedding RetroFitting (GERF) method

    Python 3

  5. attre2vec/attre2vecattre2vec/attre2vecPublic

    AttrE2vec: Unsupervised Attributed Edge Representation Learning

    Jupyter Notebook 3 1

  6. My tox.ini configuration fileMy tox.ini configuration file
    1
    [tox]
    2
    envlist = pep8,docstyle
    3
    skipsdist = True
    4
    5
    [testenv:pep8]