Qw3rtzuiop, salvagedcircuitry and 91 Guests are viewing this topic.
Ugh bread making machines. I've a failed loaf here that someone made nearly 30 years ago with one of them as a reminder never to use them. I'll post a picture when I get a few minutes. Like my old Fiat, "nothing but aggro". Baking sheet or a can and the oven - job done!
Seeing as I already have extracted the actual "oven" lining with the element removed from the bread maker, I suppose I could try inverting it and placing over a small gas ring on the hob with a meter connected reading the resistance to ground of the element and put the gas ring on a low heat to get the element to dry out slowly and expel any moisture absorbed during storage.
Quote from: mnementh on January 06, 2021, 03:06:15 amOkay, I misunderstood the source of the data. I wouldn't have asked if I did understand. I thought the point of the project was a new learning model/methodology in and of itself. Thanks for taking the time. Now I'm a little less ignorant. "The git" is just a term some of the programmers I've worked with on FC and ESC projects used to refer to any specific repository. I figured it was common slang. mnem No worries.It will be a bit more difficult anyway.This FPGA gizmo comes on a PCI-E FPGA mining card which means that it does not have the fancy connectors that you would want for all those I/O functions you'd normally want to use.This means that I have to find a way to repurpose the card to 1) use as a more or less generic accellerator card2) find a way to access it from Vivado3) pytorch is dead as far as I am concerned (and as NMT goes). The framework to be used is tensorflow.4) hack OpenNMT to use tensorflow, integrate it into my toolchain and do a PoC tensorflow training for a popular language, let's say Klingon5) set up some basic test suite to deploy the tensorflow model (and test it), ideally with a REST API6) remodel that stuff and check if I can use the xDNN or the FINN toolkit to generate deployable FPGA models with it7) test the POC on the FPGA if successful run a real life test with a larger model (let's say English -> French with 15 million data sets out of a 275 million pool)9) check if training can be ported to such FPGA (if not, well, too bad ...)10) benchmark it against what we have now (4x Tesla P100 for training, 400 CPU cores for the deployed models)11) find someone who pays for all of that ...
Okay, I misunderstood the source of the data. I wouldn't have asked if I did understand. I thought the point of the project was a new learning model/methodology in and of itself. Thanks for taking the time. Now I'm a little less ignorant. "The git" is just a term some of the programmers I've worked with on FC and ESC projects used to refer to any specific repository. I figured it was common slang. mnem
Quote from: mnementh on January 05, 2021, 03:51:43 pm*gives look like a tree full of owls*Is it like this?
*gives look like a tree full of owls*
Quote from: Specmaster on January 06, 2021, 09:41:01 amSeeing as I already have extracted the actual "oven" lining with the element removed from the bread maker, I suppose I could try inverting it and placing over a small gas ring on the hob with a meter connected reading the resistance to ground of the element and put the gas ring on a low heat to get the element to dry out slowly and expel any moisture absorbed during storage.I don't know if I'd trust that heating element even if you manage to bake out all the moisture....if that's what the issue is and apparently that's just a guess at this point. The RCD is telling you something and if it were me that bread maker would wind up in the trash if a new element can't be found.
Nice score; finding one with the caps still on the knobs. Gonna find a replacement NE2 indicator, or epoxy the original back together...? I've done both.mnem
Since it's been rare for me, I'm taking the opportunity to report a new addition to the addiction.Siglent SPD3303X-E, that might lose the 'E' one of these days.
Yeah, I know exactly how they fall apart. I understand that epoxying the thing back together essentially makes it so the glass bulb is holding it all together; OTOH, a NE2's glass envelope is pretty strong & the mechanical stress is pretty close to zero. I've epoxied them back together when a suitable replacement wasn't handy; no regrets. mnem
A recent arrival was this HP 6237B power supply, it was described as scrap, I put a low bid on it & won it for approx £37 including postage.A quick look inside when it arrived didn't reveal any obvious reason for why the fuse had blown, after finding a replacement and testing it, all seemed fine (the earth wire was reattached first). Yesterday when I gave it a proper clean I noticed a hidden reason as to why the fuse had blown and why the seller had described it as scrap, it must have put out a lot of extra fragrant smoke. Yes another classic case of RIFA madness. A little searching found a good used plastic film based replacement capacitor that fitted the hole spacing, the power lamp also got replaced with the only spare I have (the original had disintegrated), need to find some more just in case. And I re-terminated the mains lead as someone had soldered the wire ends. DavidP.S. had to redo this post as the some text wasn't showing up between the last six pictures.
not sure I'd want a PSU that's smarter than me...
Quote from: mnementh on January 06, 2021, 03:21:11 pmnot sure I'd want a PSU that's smarter than me... You mean, like the 6237B from David?
Quote from: factory on January 06, 2021, 02:57:41 pmA recent arrival was this HP 6237B power supply, it was described as scrap, I put a low bid on it & won it for approx £37 including postage.Glad that went to a good home. I was considering it myself 6237B is an extremely useful power supply, slightly more useful than the 6236B IMHO.
A recent arrival was this HP 6237B power supply, it was described as scrap, I put a low bid on it & won it for approx £37 including postage.
Quote from: Saskia on January 06, 2021, 09:02:29 amQuote from: mnementh on January 06, 2021, 03:06:15 amOkay, I misunderstood the source of the data. I wouldn't have asked if I did understand. I thought the point of the project was a new learning model/methodology in and of itself. Thanks for taking the time. Now I'm a little less ignorant. "The git" is just a term some of the programmers I've worked with on FC and ESC projects used to refer to any specific repository. I figured it was common slang. mnem No worries.It will be a bit more difficult anyway.This FPGA gizmo comes on a PCI-E FPGA mining card which means that it does not have the fancy connectors that you would want for all those I/O functions you'd normally want to use.This means that I have to find a way to repurpose the card to 1) use as a more or less generic accellerator card2) find a way to access it from Vivado3) pytorch is dead as far as I am concerned (and as NMT goes). The framework to be used is tensorflow.4) hack OpenNMT to use tensorflow, integrate it into my toolchain and do a PoC tensorflow training for a popular language, let's say Klingon5) set up some basic test suite to deploy the tensorflow model (and test it), ideally with a REST API6) remodel that stuff and check if I can use the xDNN or the FINN toolkit to generate deployable FPGA models with it7) test the POC on the FPGA if successful run a real life test with a larger model (let's say English -> French with 15 million data sets out of a 275 million pool)9) check if training can be ported to such FPGA (if not, well, too bad ...)10) benchmark it against what we have now (4x Tesla P100 for training, 400 CPU cores for the deployed models)11) find someone who pays for all of that ...Oh, so you do have hopes of a roadmap to monetizing this project somewhere down the road which doesn't violate the laws of physics...? You're doing better than 98% of us in here, if that's the case. I guess I'm just easily excited when I think I see something really new. mnemq͡χɑpʰ.ˈlɑʔ