Alexander Yalunin

Results 12 comments of Alexander Yalunin

This helped me https://github.com/wting/autojump/issues/511#issuecomment-362142038: You have to `cd ` first than autojump will remember it for you the next time you call `j `

For those who need memory leak detection (aka LeakSanitizer) try this In Preferences | Build, Execution, Deployment | CMake -> Cmake options use `-DCMAKE_BUILD_TYPE=ASAN -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++` and ![2021-10-20 18 43 59](https://user-images.githubusercontent.com/23011284/138126675-c5abf2f5-f14b-4316-a108-ae5df2b598ea.jpg)

@schreven according to prev issues I assume you have the latest updates, could you please share your branch?

> Until `mujoco-py` gets updated to officially support MuJoCo 2.1.1, the following should work as a _hacky_ workaround. > > First, make sure your python is running **arm64** (NOT x86_64...

here is how ``` var classifier = new CatBoostClassifier classifier.setLossFunction(params.lossFunction) classifier.setUseBestModel(params.useBestModel) classifier.setIterations(params.iterations) classifier.setDepth(params.depth) classifier.setOneHotMaxSize(params.oneHotMaxSize) classifier.setL2LeafReg(params.l2LeafReg) classifier.setLoggingLevel(ELoggingLevel.Verbose) classifier.setCustomMetric(params.customMetric.toArray) classifier.setMetricPeriod(params.metricPeriod) classifier.setRandomSeed(params.randomSeed) params.targetBorder match { case Some(targetBorder) => classifier.setTargetBorder(targetBorder.toFloat) case None => }...

train_matrix.dtype dtype('float32') Idk how to log hardware_capabilities, here is index usearch.Index - config -- data type: ScalarKind.BF16 -- dimensions: 64 -- metric: MetricKind.Cos -- multi: False -- connectivity: 16 --...