"LayerNormKernelImpl" not implemented for 'Half'

#27
by yikaizhou - opened

When I duplicated the repo and started it as is this error showed. A little research led me to this solution but there's no batfile in the repo. Is there a workaround for this?

I answered this earlier, here is the solution:

I got it processing, had to replace all instances of .float16 with .float32 in app.py though it is definitely impressively slow, it works. Expect to wait 10 min per 512/512 25 steps from what I am seeing .

Sign up or log in to comment