Jose
Jose
Why isn’t bootstrapping included in confidence intervals? It is a very useful and popular tool.
I have seen that you have included a BatchNorm2D layer in core.leras but haven't used it in any model. Why is so? Batch normalization can help reducing the number of...
- [x] I have searched to see if a similar issue already exists. I'd like to have EXR support so that gradio is valid for production environments. The sRGB space...
## Problem The current code does not make any real difference between trainable and non-trainable weights. Every layer has a unique `get_weights` method and later on the trainable weights are...
The `run.py` now can read EXR files and write EXR files. It creates an extra folder for saving the EXR with float32 precision, which are ready to be used in...
I followed your instructions and got one test not passed. It says the following: ``` FAIL: test_lm_score_may_fail_numerically_for_external_meliad (__main__.LmInferenceTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/mnt/array50tb/projects/alphageometry/lm_inference_test.py", line 82, in test_lm_score_may_fail_numerically_for_external_meliad...
In the `defs.txt` there are terms not defined neither on the article nor the references I searched. Could you please explain the syntaxis of this: ``` on_circle x o a...
I would like to finetune an LLM to automatically parse problem statements. With 300 examples I think it should be possible. If you publish the original statements I could try...
I was trying to solve a problem that involved defining the tangent of two circles and found myself needing cc_tangent0 which just outputs two points of tangency. However, cc_tangent0 has...
GRU fix
Looking at your formulas in the article I see your implementation of the GRU does not coincide with the code you provide. I don't want you to merge this fork...