Alexander Yalunin
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 
https://github.com/ishikota/PyPokerGUI/issues/6
@schreven according to prev issues I assume you have the latest updates, could you please share your branch?
https://github.com/ishikota/PyPokerGUI/issues/6
any updates?
> 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...
@andrey-khropov
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 --...