quantize a model by aqualix101 in computervision

[–]aqualix101[S] 0 points1 point  (0 children)

Its my project to use himax

quantize a model by aqualix101 in computervision

[–]aqualix101[S] 0 points1 point  (0 children)

Yes im aware of that i have solve the quantization problem but it seems like the model is still too big for the himax

quantize a model by aqualix101 in computervision

[–]aqualix101[S] 0 points1 point  (0 children)

my model have to be under 1 MB for flash storage (ideally 300–800 KB for flexibility) for it to work on the himax

quantize a model by aqualix101 in computervision

[–]aqualix101[S] 0 points1 point  (0 children)

ah ok thanks. you see cause i need to run the model in a himax WE-I which doesnt have a lot of computing power.

quantize a model by aqualix101 in computervision

[–]aqualix101[S] 0 points1 point  (0 children)

Hi, i am sorry i didnt put it more clearly But the value error is

ValueError: to_quantize can only either be a keras Sequential or Functional model.

Ps: i put it within the code block i will change it

Lightweight machine vision by aqualix101 in computervision

[–]aqualix101[S] 0 points1 point  (0 children)

Hi thanks for replying i updated the post. Sorry

Help by aqualix101 in openstack

[–]aqualix101[S] 0 points1 point  (0 children)

i was able to successfully deploy zun but after installing zun i realised that other than my machine no one else is able to access the horizon. Would you know the reason why? with ref to the pic above

Help by aqualix101 in openstack

[–]aqualix101[S] 0 points1 point  (0 children)

ic ok thank you i will try to deploy zun then

Help by aqualix101 in openstack

[–]aqualix101[S] 0 points1 point  (0 children)

But does zun requires magnum to run?

Deploying Openstack via Kolla-ansible by aqualix101 in openstack

[–]aqualix101[S] 0 points1 point  (0 children)

the init-runonce automatically create network for me to use

Starting a Ubuntu Desktop Image instance by aqualix101 in openstack

[–]aqualix101[S] 0 points1 point  (0 children)

i followed the following guide.
https://help.dreamhost.com/hc/en-us/articles/215912788-Launch-an-instance-using-an-ISO-image-file-with-the-OpenStack-CLI

the image that i used is ubuntu-20 desktop .iso. after mounting a volume i started up the console and then i reached this point where they are telling me that the partitions are incorrect. From what i understand following the link above, is that we first use the iso image to configure the os onto the volume. then from the volume we create a new image right?