-
# Lazy Evaluation in JavaScript with Generators, Map, Filter, and Reduce
A simple wrapper class in JavaScript for map, filter, and reduce
[https://nestedsoftware.com/2018/02/27/lazy-evaluation-in-ja…
-
Found in the 6.0 branding PR: https://github.com/dotnet/runtime/pull/84315
- Job: https://dev.azure.com/dnceng-public/public/_build/results?buildId=227550&view=logs&j=f4520fb1-1559-5885-1d9c-3cb3f6…
-
I found a strange xtensor corner case bug. Or maybe it is fine and just undefined. When calling a xreducer with empty axis (jeah this is pointless...) and an initial value, one gets different results…
-
It should be possible to delay evaluation in a `let` expression, in case we are dealing with an expensive computation, the result of which will not necessarily be needed. Right now, this doesn't seem …
-
Up till now, we've been doing the incremental portion of the evaluation in every node (during `Position::play_move`).
If we pull this logic out, we can apply (potentially multiple!) moves to the ev…
-
I am using LLDB to debug some model code that I have written in mlx-swift. Unless I do an explicit eval() or print() before doing a po on the object in question, LLDB will hang. Is this behavior expec…
-
Lambda evaluation doesn't seem to take the lazyness into account:
A node marked as non lazy is still not reevaluated.
![bug_lambda_lazy](https://cloud.githubusercontent.com/assets/13200498/8932239/193…
-
No, this is not an issue. It's an example for whoever trying to use this package with their own data.
```python
from pycocoevalcap.tokenizer.ptbtokenizer import PTBTokenizer
from pycocoevalcap.b…
-
qlora请问是对fp16微调呢还是int4微调呢?
为什么我跑出来的结果需要加fp16原始的模型参数呢,这样就很大了
-
Here's how I think the Future API could be modified to meet the needs for distinguishing eager and lazy evaluation of futures.
# Consistent API with option for lazy evaluation
* `f