Albert Zeyer

Results 1028 comments of Albert Zeyer

@mohantym Is this also for the code in https://github.com/albertz/playground/commit/114bcaf7abe9da0c083ec64e01bac2357806d523 ? What was done to resolve this?

> Yeah , I got the code from your Github repo only. In [your gist](https://colab.sandbox.google.com/gist/mohantym/fe09a904e23d96376e631ebc7ab27417/untitled395.ipynb#scrollTo=_Jone-j0NIf0), you had the initial code here in this issue, but I was referring to this...

@mohantym I updated the code for TF2. Please see here: https://github.com/albertz/playground/blob/master/tf-crash-use-after-delete-graph.py The problem is still there. It still crashes.

I understand the argument that it is bad to have a breaking change. How to deal with the introduction of breaking changes is a topic of its own and not...

> The problem with decoding on the fly is that we currently rely on `torchaudio` for this now which relies on `torch` which is not necessarily something people would like...

Is there any update here? The latest SSHFS version is 3.7.0.

Note: I think such a thing (installing some user service) is generally useful. I also have some script ([this](https://github.com/albertz/mouse-scroll-wheel-acceleration-userspace)) where I would want to have such a systemd install script...

Hey, I already wrote [here](https://github.com/karlicoss/promnesia/issues/15#issuecomment-786587555): I think such a thing (installing some user service) is generally useful. I also have some script ([this](https://github.com/albertz/mouse-scroll-wheel-acceleration-userspace)) where I would want to have such...

It's installed via `luarocks` (via [this script](https://github.com/torch/distro/blob/master/install.sh)). It's automatically installed as a dependency of iTorch. I think it should automatically use `pkg-config` to find the ZMG lib dir.

Yes sure, but I shouldn't do that because it should do that automatically. The normal solution is use `pkg-config` which is exactly for this purpose to automatically find the path...