-
Apple
Block or Report
Block or report TobyRoseman
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
apple/coremltools Public
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
146 contributions in the last year
Less
More
Activity overview
Contributed to
apple/coremltools,
pytorch/pytorch
Contribution activity
March 2023
Created 2 commits in 1 repository
Opened 3 pull requests in 1 repository
apple/coremltools
1
open
2
merged
Reviewed 1 pull request in 1 repository
apple/coremltools
1 pull request
Created an issue in apple/coremltools that received 4 comments
TypeError: object of type 'NoneType' has no len()
import coremltools as ct import torch import torchvision import torch.nn as nn class Wrapper(nn.Module): def __init__(self, model_name): super(Wrapper
4
comments