Marc Rußwurm
Marc Rußwurm
Hi @lucidrains, Thanks a lot for providing this implementation so quickly. I have a question regarding your (or other's) experience on the efficiency of Lambdalayers. I tried to implement a...
Hi @chrisyeh96 and team, Thanks for your work and this comprehensive Github repository. And congratulations on the NeurIPS data track acceptance. I wanted to install the repository directly in pip...
Dear Spacenet Team, Thank you for providing the code, environment and modelweights for the best solutions to the SpaceNet 7 challenge. I tried to build the Dockerfile of `lxastro0`, but...
I tested with the latest torch (1.3.1). However, I ran into the following error: steps to reproduce: ``` conda create -n gp-drf python=2.7 pip conda activate gp-drf pip install torch==1.3.1...
minor issue: I noticed that the readme states `python GP_DRF_example.py` However, it appears that it should be `python GP_Var_example.py`
Hi, thanks for the code. I wanted to try it out. However, there seems to be a missing determinant function in the utilils.py script steps to reproduce: ``` conda create...