Skip to content
View albertbuchard's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report albertbuchard

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. slurm-pytorch-ddp-boilerplate slurm-pytorch-ddp-boilerplate Public

    A boilerplate for seamlessly integrating PyTorch's Distributed Data Parallel (DDP) with SLURM job scheduling and Weights and Biases. Kickstart your scalable deep learning projects on HPC clusters.

    Python 10 1

  2. StockHawk StockHawk Public

    Final Project of Udacity Android Development FastTrack Nanodegree

    Java

  3. pyretest pyretest Public

    Python library for questionnaire retest reliability

    Python 2

  4. GraphModelParser GraphModelParser Public

    GraphModelParser: A lightweight Python library to parse and evaluate dynamic graph models from string descriptions

    Python

  5. Experiment.js Experiment.js Public

    Javascript framework for 2D and 3D cross-platform experiments.

    JavaScript 2

  6. MINE: Mutual Information Neural Esti... MINE: Mutual Information Neural Estimation | Minimal Working Example
    1
    import math
    2
    import torch.optim as optim
    3
    import torch
    4
    from torch import nn
    5