TheCrazyT

Results 15 issues of TheCrazyT

Would be cool to list all CLSID that implements a given interface-id.

Because I myself find this project impressive, I made a sample google colab notebook. I tried my best to make it work (and it kinda works). I'm still trying to...

I just noticed that on black/white images the process fails. Is there a reason why the model was trained on colored images? Reason I'm asking is because you would use...

https://github.com/DeepMotionEditing/deep-motion-editing/blob/master/retargeting/eval_single_pair.py#L8 I just don't get why character names are hardcoded here. Also don't understand the meaning of the "_m" suffix of some characters. Are i'm right that it has an...

I used the following statement: python3 main.py --task AntBandits-v1 --num_subs 2 --macro_duration 1000 --num_rollouts 2000 --warmup_time 20 --train_time 50 --continue_iter 00615 --replay True AntAgent The thing i notice is that...

See: https://github.com/openai/mlsh/blob/master/mlsh_code/rollouts.py#L83 Are you shure that "and" condition there is correct? It would mean that the environment gets not reset although you already reached the goal. (It will do another...

I think currently the list of differentiable OPs is incorrect. Take `ArgMax` as an example: https://github.com/tensorflow/tensorflow/blob/87462bfac761435a46641ff2f10ad0b6e5414a4b/tensorflow/python/ops/math_grad.py#L37 It returns [None, None]. And I guess, that is why I'm still getting: `ValueError:...

just so you know that this check actually checks the result of the `echo`-command instead of the `make`-command. https://github.com/McGill-DMaS/Kam1n0-Community/blob/8b3c1496be9a10aee56ce5847082f8c809d1e13f/kam1n0-builds/linux-tar-gz/build-dependencies.sh#L14

Anybody knows if it supports gpu-acceleration? (since it only has one static libflann.so, I guess the answer is probably "no") Maybe the difference is not that much, so it won't...