Adam Klein

Results 24 issues of Adam Klein

Hey there. Do you guys need help with getting this ready for Laravel? it was mentioned in this video: https://youtu.be/qwz5XVtbfSY

enhancement

Saw this interesting repo. I was curious if it were possible to see the videos of the course without being an official student?

Hello Guacamole Team, The purpose of this PR is to enable reuse of the classes from the guacamole module. What I found was it was not possible before because everything...

So I am getting the following error on this line : https://github.com/deep-learning-with-pytorch/dlwpt-code/blob/d6c0210143daa133bbdeddaffc8993b1e17b5174/p2ch14/training.py#L410 ``` TypeError: linspace() missing 1 required positional arguments: "steps" ``` ```python threshold = torch.linspace(1, 0) tpr = (metrics_t[None,...

In the function for reading in the XYZ space of the CT `.mhd` file, why do you convert to 3x3 matrix? ``` class Ct: def __init__(self, series_uid): mhd_path = glob.glob('data-unversioned/part2/luna/subset*/{}.mhd'.format(series_uid))[0]...

hey @yehoshuadimarsky - This is a super awesome package and has totally saved me a ton of time and headaches, well done to everyone who contributed! Just a heads up,...

I have an mp3 audio that I want to split and convert to FLAC. The mp3 has left/right stereo channel, and I am trying to understand how to execute the...

Hey @fideloper , I am trying to go through your course. I have Windows 7 and have all the latest downloads for the docker toolbox. After I pull your repo,...

Here are some basic edits to enable xdebug debugging. Key takeaway for Windows 7 users running boot2docker should do the following: 1. In the boot2docker VM, run the command: `export...

**Describe the bug** When I am **onboarding** and enter my Wells Fargo credentials it fails. Since, Teller is the middle man I would think this is working. I did actually...

bug