14 protected override void Dispose(
bool disposing)
16 if (disposing && (components !=
null))
20 base.Dispose(disposing);
23 #region Component Designer generated code
29 private void InitializeComponent()
The MyCaffeConversionControl is used to convert a MyCaffe model to a PyTorch model.
override void Dispose(bool disposing)
Clean up any resources being used.
The MyCaffe.converter.pytorch namespace contains the objects used to convert from the MyCaffe and CAF...