Jon Tamir

Results 14 comments of Jon Tamir

This looks to be an issue with older Macs as well. I have traced it back to this commit: 1b142f6aca9252901ddd64cb515d7640640c4b93 is the first bad commit commit 1b142f6aca9252901ddd64cb515d7640640c4b93 Author: Martin Uecker...

You are right, that commit was a separate issue. I will make a PR to fix both. Jon Tamir, PhD Assistant Professor Electrical and Computer Engineering The University of Texas...

@mlustig can you check if this is fixed on master branch?

Related to #271 and other future wrappers

Yes, will do this in the near future

@EfratShimron to do a rebase locally first, something like: `git pull --rebase origin/gh-pages`. If all went well, you can then `push -f` to your remote branch and the PR should...

Hi, by any chance could you make a pull request with your proposed changes? You could follow the approach we took for specifying the CUDA include/lib paths while maintaining backward...

Hi, this can be controlled with the environment variable `PARALLEL_NJOBS`. For example: ```bash ~/bart $ cat Makefile.local PARALLEL=1 PARALLEL_NJOBS=2 ```

here is a possible approach: https://lernapparat.de/2d-wavelet-transform-pytorch/

I was able to get this working, though I can't remember exactly all the steps. My code is available here: https://github.com/jtamir/deepinpy/blob/master/main.py#L113 Things I remember being important: - Set num_workers=0 in...