[debug]DLL load failed while importing _interpolative: The specified program cannot be found

DLL load failed while importing _interpolative: The specified program could not be found

Somehow the environment went wrong, and some solutions were to reinstall some modules, but my problem occurred when the model running in the originally configured environment suddenly reported an error .
insert image description here
In the process of trying to debug, there was another error report:
(1) No cuda gpus are available
(2) DefaultCPUAllocator: not enough memory: you tried to allocate 7305216 bytes.
In the second error report, it is strange that the epoch and The num_workers size training is completely fine, and the network structure has not been changed. As a result, an error is reported that the memory is not enough.

After practice, all the recent problems are related to the driver and can be solved by updating the driver .

Guess you like

Origin blog.csdn.net/gsgs1234/article/details/130679457