StevenBanama / C3AE

C3AE implement
BSD 2-Clause "Simplified" License
86 stars 16 forks source link

not load pretrain in nets/test.py #18

Open kewin1807 opened 4 years ago

kewin1807 commented 4 years ago

i cannot load pretrained model in file nets/test.py

StevenBanama commented 4 years ago

i cannot load pretrained model in file nets/test.py

sorry, forget to update test.py for tensorflow2.1 , I will be done in recently.

StevenBanama commented 4 years ago

i cannot load pretrained model in file nets/test.py you can fetch and update. I have tested it for image, but video stream(for m camera) is not avaliable for me. Maybe, i will try it for weekends.

StevenBanama commented 4 years ago

i cannot load pretrained model in file nets/test.py U can update your code, and then retry. There exist bug in tensorflow loader when load weights from gpu-model(https://github.com/tensorflow/tensorflow/issues/38698).

StevenBanama commented 4 years ago

i cannot load pretrained model in file nets/test.py

there exist a bug from tensorflow loader. I have hot fixed it. U need to update your repos.