Replies: 1 comment 7 replies
-
What version of tensorflow have you installed? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am configuring the phython modules, according to the manual provided.
I believe I have installed all dependencies and set all Windows environment variables.
When I use the NSFWNudityDetectTask functionality (I enabled it in the TaskInstaller.xml file) the following error is occurring:
coreClock: 1.4805GHz coreCount: 8 deviceMemorySize: 5.00GiB deviceMemoryBandwidth: 130.53GiB/s
2021-04-29 16:12:01.005537: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cudart64_110.dll
2021-04-29 16:12:01.006429: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cublas64_11.dll
2021-04-29 16:12:01.007220: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cublasLt64_11.dll
2021-04-29 16:12:01.008011: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cufft64_10.dll
2021-04-29 16:12:01.008798: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library curand64_10.dll
2021-04-29 16:12:01.009606: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cusolver64_10.dll
2021-04-29 16:12:01.010451: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cusparse64_11.dll
2021-04-29 16:12:01.011251: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cudnn64_8.dll
2021-04-29 16:12:01.012185: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1862] Adding visible gpu devices: 0
2021-04-29 16:12:01.512917: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1261] Device interconnect StreamExecutor with strength 1 edge matrix:
2021-04-29 16:12:01.512999: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1267] 0
2021-04-29 16:12:01.513031: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1280] 0: N
2021-04-29 16:12:01.514836: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1406] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 3829 MB memory) -> physical GPU (device: 0, name: NVIDIA Quadro P2000, pci bus id: 0000:21:00.0, compute capability: 6.1)
2021-04-29 16:12:01.534210: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x1e4059dee00 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices:
2021-04-29 16:12:01.534299: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): NVIDIA Quadro P2000, Compute Capability 6.1
2021-04-29 16:12:02 [ERROR] [gpinf.indexer.IndexFiles] Processing Error:
jep.JepException: <class 'AttributeError'>: 'Functional' object has no attribute '_make_predict_function'
at D:\iped\casos\novasFuncionalidades\indexador\conf\scripts\NSFWNudityDetectTask.init(NSFWNudityDetectTask.py:37) ~[?:?]
at jep.Jep.invoke(Native Method) ~[jep-3.8.2.jar:?]
at jep.Jep.invoke(Jep.java:382) ~[jep-3.8.2.jar:?]
at dpf.sp.gpinf.indexer.process.task.PythonTask.getNewJep(PythonTask.java:102) ~[iped-engine-3.18.5.jar:?]
at dpf.sp.gpinf.indexer.process.task.PythonTask.init(PythonTask.java:117) ~[iped-engine-3.18.5.jar:?]
at dpf.sp.gpinf.indexer.process.Worker.initTasks(Worker.java:113) ~[iped-engine-3.18.5.jar:?]
at dpf.sp.gpinf.indexer.process.Worker.(Worker.java:95) ~[iped-engine-3.18.5.jar:?]
at dpf.sp.gpinf.indexer.process.Manager.iniciarIndexacao(Manager.java:422) ~[iped-engine-3.18.5.jar:?]
at dpf.sp.gpinf.indexer.process.Manager.process(Manager.java:221) ~[iped-engine-3.18.5.jar:?]
at dpf.sp.gpinf.indexer.IndexFiles.startManager(IndexFiles.java:197) [iped.jar:?]
at dpf.sp.gpinf.indexer.IndexFiles.execute(IndexFiles.java:251) [iped.jar:?]
at dpf.sp.gpinf.indexer.IndexFiles.main(IndexFiles.java:321) [iped.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281]
at dpf.sp.gpinf.indexer.util.CustomLoader.run(CustomLoader.java:65) [iped-engine-3.18.5.jar:?]
at dpf.sp.gpinf.indexer.IndexFiles.main(IndexFiles.java:317) [iped.jar:?]
Locked here.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions