Skip to content
View hduc-le's full-sized avatar

Block or report hduc-le

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

    Jupyter Notebook 1 1

  2. Vn-Legal-IRv2 Vn-Legal-IRv2 Public

    Python

  3. PhuThanh-Nguyen/Optimization-for-Deep-Learning PhuThanh-Nguyen/Optimization-for-Deep-Learning Public

    Bonus project for the 'Optimization for Machine learning and Data mining' course

    Jupyter Notebook

  4. ddp_run.py ddp_run.py
    1
    import os
    2
    import torch
    3
    import argparse
    4
    import torch.nn.functional as F
    5
    from torch.utils.data import Dataset, DataLoader