Skip to content

Commit

Permalink
Add login to Comet if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Jul 3, 2024
1 parent 87ec6d3 commit 537c8b2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# coding: utf-8
import argparse

import comet_ml

import deepspeed
import torch
import torch.nn as nn
Expand All @@ -10,6 +12,9 @@
from deepspeed.accelerator import get_accelerator
from deepspeed.moe.utils import split_params_into_different_moe_groups_for_optimizer

# Login to Comet if needed
comet_ml.init()


def add_argument():
parser = argparse.ArgumentParser(description="CIFAR")
Expand Down

0 comments on commit 537c8b2

Please sign in to comment.