cyh-123

Results 2 issues of cyh-123

pytorch转jittor代码,一共有以下两块不支持的部分: 代码1: ``` from jittor.utils.pytorch_converter import convert pytorch_code=""" import argparse import logging import os import torch import torch.distributed as dist def train(cfg, args): if args.distributed: model = torch.nn.parallel.DistributedDataParallel(model, device_ids=[args.local_rank], output_device=args.local_rank)...

Excuse me, I want to know how clustering is done. I don't see the call of core/clustering.py in the place where the plot is drawn? Did I understand it wrong?

question