Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. python3.5 ./main.py
  2. Using TensorFlow backend.
  3. DEBUG 15:05:01.222 5085 selector_events.py init ------------ Using selector: EpollSelector
  4. INFO 15:05:01.222 5085 shared_array.py make_shared_storage ------------ Init shared image segment of 432 images
  5. INFO 15:05:01.281 5085 base.py start ------------ Scheduler started
  6. DEBUG 15:05:01.281 5085 scheduler.py _merge_jobs ------------ Scheduler New task anomaly_trainer with trigger <IntervalTrigger (interval=datetime.timedelta(1), start_date='2019-06-20 15:05:01 EEST', timezone='Europe/Kiev')>
  7. INFO 15:05:01.284 5085 base.py _real_add_job ------------ Added job "anomaly_trainer" to job store "default"
  8. DEBUG 15:05:01.284 5085 scheduler.py _merge_jobs ------------ Scheduler New task report_builder with trigger <IntervalTrigger (interval=datetime.timedelta(1), start_date='2019-06-20 15:05:01 EEST', timezone='Europe/Kiev')>
  9. INFO 15:05:01.285 5085 base.py _real_add_job ------------ Added job "report_builder" to job store "default"
  10. INFO 15:05:01.293 5124 command.py _make_worker ------------ Loading module core.pose3d ...
  11. INFO 15:05:02.833 5124 gpu.py set_gpu_memory ------------ Set gpu memory to 704
  12. Process Process-1:
  13. Traceback (most recent call last):
  14. File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
  15. self.run()
  16. File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
  17. self._target(*self._args, **self._kwargs)
  18. File "/media/ilia/hdd1/projects/cherry/beta1/processing/command.py", line 480, in _mainloop
  19. worker = self._get_worker(stat)
  20. File "/media/ilia/hdd1/projects/cherry/beta1/processing/command.py", line 115, in _get_worker
  21. return self._make_worker(stat)
  22. File "/media/ilia/hdd1/projects/cherry/beta1/processing/command.py", line 147, in _make_worker
  23. worker = loaded_module.worker()
  24. File "/media/ilia/hdd1/projects/cherry/beta1/core/pose3d/pose3d_worker.py", line 39, in init
  25. self.model_stand = load_model(model_path1)
  26. File "/usr/local/lib/python3.5/dist-packages/keras/engine/saving.py", line 249, in load_model
  27. f = h5py.File(filepath, mode='r')
  28. File "/usr/local/lib/python3.5/dist-packages/h5py/_hl/files.py", line 312, in init
  29. fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
  30. File "/usr/local/lib/python3.5/dist-packages/h5py/_hl/files.py", line 142, in make_fid
  31. fid = h5f.open(name, flags, fapl=fapl)
  32. File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
  33. File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
  34. File "h5py/h5f.pyx", line 78, in h5py.h5f.open
  35. OSError: Unable to open file (file signature not found)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement