LCWdmlearning
LCWdmlearning
hello,Do you have updated training code? thanks!
> gcc (GCC) 7.2.1 20170915 (Red Hat 7.2.1-2) hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0
hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0
> > hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0 > > I met the same problem when compiling with gcc 7.2.1. >...
> > > > hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0 > > > > > > > > > I met...
> > > > > > hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0 > > > > > > > > >...
error: "could not export python function call TopPoolFunction. Remove calls to python functions before export.". mycode: model_file = "core.models.{}".format(crf) model_file = importlib.import_module(model_file) model_c = model_file.model() model_c.cuda() sample = torch.ones(1, 3,...
> I believe that TorchScript does not support tracing of Python functions, such as TopPool. I think so, so it's a problem.