Skip to content
View Jimmy2027's full-sized avatar

Organizations

@IBT-FMI
Block or Report

Block or report Jimmy2027

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

    Python 1

  2. NORBY NORBY Public

    Get notified via a telegram bot when your bash command finished

    Python

  3. MLEBE MLEBE Public

    Machine Learning Enabled Brain Extraction

    Jupyter Notebook 6 1

  4. How to correctly run DistributedData... How to correctly run DistributedDataParallel when using torch.distributions. (The same code fails when using torch.nn.DataParallel: https://gist.github.com/Jimmy2027/a8b460180bc8bca757da4cc647df6595) Solves the problem of https://discuss.pytorch.org/t/using-torch-nn-dataparallel-with-torch-distributions-laplace-throws-typeerror-laplace-object-is-not-iterable/102454/5
    1
    import os
    2
    
                  
    3
    import torch
    4
    import torch.distributed as dist
    5
    import torch.multiprocessing as mp
  5. Code snippet to create a cleaning sc... Code snippet to create a cleaning schedule for your flat
    1
    import random
    2
    from datetime import datetime
    3
    
                  
    4
    import numpy as np
    5
    import pandas as pd
  6. overlay overlay Public

    Gentoo Overlay

    Shell