Anton Bacaj

Results 14 issues of Anton Bacaj

As stated in the title, can we have examples of horizontal flips (left to right, right to left)? Great examples btw.

I know you linked to the article regarding the algorithm but it would be useful to have a walk-through (high-level) of what the Neuroevolution is doing in the case of...

Curious to see if nar can serve as the run-time for an electron application. (https://github.com/atom/electron) I don't see why not, and has anyone done this - it seems like a...

question

How to handle http errors? For example a response with 403, the error is not exposed properly.

RecoilRoot using initializeState: ``` set(domainState, props.savedDomainState)} > ``` The Atom using an effect: ``` const domainState = atom({ key: "domainState", default: null, effects_UNSTABLE: [syncDomainStorage], }); ``` The function: syncDomainStorage is...

bug

http://codepen.io/abacaj/full/bdKPEz

When using preprocess the return type is "unknown": schema: ``` export const Size = zod.object({ width: z.preprocess((input) => { if (isNil(input)) return undefined; return parseInt(input as string, 10); }, z.number()),...

I'm trying to build a flutter plugin in Android studio using an example template. When I open the build.gradle in android studio and gradle resolves dependencies I cannot get these...

platform-android
tool
p: framework
customer: crowd
P4
a: plugins

If anyone is curious here is my run on the Alpaca dataset using another decoder model (codegen-16B-nl). Appears the dataset isn't diverse, multiple closely related answers. I believe this dataset...

**Describe the bug** Trying to run hugging face gpt-j-6b using deepspeed inference (v0.9.0) gives me this error: ``` File "/transformers/venv/lib/python3.10/site-packages/transformers/models/gptj/modeling_gptj.py", line 687, in forward outputs = block( File "/transformers/venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line...

bug
inference