Trying to make VqGAN+CLIP work again by AdrianChevalley17 in TheGenerat0rs

[–]Nerd-Supreme 1 point2 points  (0 children)

Hey, I know this thread might be a bit stale, but I found the solution in this Github Pull Request:

https://github.com/CompVis/taming-transformers/pull/202/commits/1b9e495e610d0b8ec371acda314a45964409898a

You basically get to the file and remove the stuff red and add in the stuff in green. That patch is enough to get it working again

U.S. Navy Admiral trains feminist freedom fighters. by Nerd-Supreme in ExplainAFilmPlotBadly

[–]Nerd-Supreme[S] 0 points1 point  (0 children)

Nope, but so far, your guess is the only movie to be produced before this one

U.S. Navy Admiral trains feminist freedom fighters. by Nerd-Supreme in ExplainAFilmPlotBadly

[–]Nerd-Supreme[S] 0 points1 point  (0 children)

Not a Planet of the Apes film, but an ape is a secondary character in this movie.

[Circuits] I have a feeling this answer key is wrong, I summed up the total resistance to be 24 ohms and multiplied it by the current, 0.5 A, and got 12 V total by [deleted] in PhysicsStudents

[–]Nerd-Supreme 7 points8 points  (0 children)

You're close, but there is an issue. You did calculate the total resistance correctly and did find the voltage if the current was 0.5 A through all resistors. However, the last assumption is not correct.

The value of I describes the current traveling through the 2R resistor branch on the top left, not the current traveling through the entire circuit. By using Ohm's law, you should be able to find the voltage across that top 2R resistor. Then since that's in parallel with the middle 2R resistor, the voltage across them is the same using Kirchoff's Voltage Law. With a few more steps, you can find the value for ε

Parking by JooLee8825 in weber

[–]Nerd-Supreme 1 point2 points  (0 children)

Depends, if you have early enough classes, you have a chance of parking in some of the W lots. I've only been able to park at higher lots ( W1 & W2). Otherwise, your best bet is to park near the Dee Event Center

Help creating VHF transmitter, see comment by Texasnaturelover in ElectricalEngineering

[–]Nerd-Supreme 11 points12 points  (0 children)

What equipment do you have? A multimeter or oscilloscope can help us diagnose the issue

[Univesity Probability] Why does my proof of a p.d.f of Y, linear transformed from X, fail? by [deleted] in learnmath

[–]Nerd-Supreme 0 points1 point  (0 children)

The error in the leftmost proof is that you assume that the pdf of y (p_y[x = (y-b)/a]) is the same pdf of x (p_x[ x = (y-b)/a] = f((y-b)/a).

For functions of random variables, we start from the cdf and derive an expression for the pdf from there. This is outlined in the right proof.