Alper Yilmaz

Results 23 issues of Alper Yilmaz

frawk is a tool written in Rust, it can run in parallel and supports csv (esp. quoted fields). It's pretty fast and very suitable for processing large CSV or TSV...

Not sure if this is achievable but it would be a nice to have parallelization while traversing nodes via `map_bfs` or `map_dfs` functions using {future} package. So, `future_map_bfs` and `future_map_dfs`...

feature

Supporting GraphFrame in Spark (#86) would be a nice touch but it would be also very nice if it's possible to analyze large graphs with tidygraph even if they don't...

feature

Hi, In this version: * missing links were removed * if available, github repo link was used for any project * contains a script which will decorate README file *...

runs in GPU now, reshape() function didn't work with ODE output, so I just get first element of the array. The training is stuck at accuracy of 0.24, not sure...

Hi, I checked out the latest commit [d74313e53dfb](https://github.com/dspinellis/dgsh/commit/d74313e53dfb33acd7d1555600f5e8d838bc899b) and tried to compile. I got the following error: ``` lib/freadseek.c: In function 'freadptrinc': lib/freadseek.c:68:3: error: #error "Please port gnulib freadseek.c to...

I pulled `rocker/ml:4.1.1-cuda11.1` and installed Tensorflow within, `install_keras(tensorflow="gpu")`. Then I generated Keras model and compiled it. During fitting I got the following error: ``` 2021-09-08 12:25:02.448364: E tensorflow/stream_executor/cuda/cuda_dnn.cc:362] Loaded runtime...

bug

Hi, Huge thanks for bringing this repo to us, making it much easier to try large language models for us. I ran the commands and everything worked great. However, I...

I tried the nested matrix transposition and when I compiled it I got the following error: ``` /home/user/.nimble/pkgs2/weave-0.4.0-91b8ef3189383a89f75e3c35c64687b8a67bf549/weave/runtime_fsm.nim(228, 12) Error: the special identifier '_' is ignored in declarations and cannot...