James D. Morris
James D. Morris
@houqp @sagelywizard I haven't had a chance to get back to this as I've been doing the 3rd and 4th courses in the Andrew Ng Deep Learning Specialization in coursera....
@houqp So I finished the DeepLearning specialization and looked back at this issue. Now I have found the sad reality. It turns out that the openai universe team seems to...
so, you sold it or something?
I suggest that insertChildBefore('VolumePanel', {inline:false}) //no reference. same as 'prepend' insertChildAfter('VolumePanel', {inline:false}) //no reference. same as 'append' replaceChild('VolumePanel', {inline:false}) //no reference. check if VolumePanel exists. if so, replace, otherwise append...
```js videojs.getComponent('Component').prototype.replaceChild = function(child, options, newChild) { let pos = -1 this.children_.map((childObj, childPos) => pos = (childObj.name_ === child || childObj === child)?childPos:pos) if(pos === -1){ this.addChild(child, options) }else{ this.removeChild(child)...
That seems the best approach to me.
so @mister-ben, i suppose could be both, where the individual children have .after() .before() .replaceWith and the parent just has some extensions to existing methods. maybe `addChild(newChild, {}, {before|after|replace: 'existingChild'})`
I haven't got a chance to fine tune it, but for now, I have it working. Based off official pytorch docker image, I just had to add the extra dependencies...
@Dozyatom I have this issue. guide.js solves the problem. but I like the introjs interface items. Did you by any chance make a version using your "surround" method but with...
I also spent a long time setting up and building on Orin NX 16GB only for it to fail. As numpy and pytorch work fine, I expect there will be...