drcdr

Results 8 issues of drcdr

[This is similar to [#5](https://github.com/vikasverma1077/manifold_mixup/issues/5), but with the current code base and more networks.] I am trying to recreate the Manifold Mixup CIFAR10 results, it seems that Manifold Mixup is...

I would like to have a very fast screen capture in a loop, extracting a portion of this data to send to a server. To start, I made some small...

I noticed that there are several different --dir_data arguments in the demo.sh file: ``` ../../datasetx4 ../../datasetx3 ../../datasetx2 ``` What do these refer to? I have a single dataset set up...

I was curious as to what the effect of the similarity map was, so I added a few lines of code to the forward function of the Loss class, to...

I am trying to reproduce the results of PDARTS, which looks like it provides awesome performance, congratulations! Everything here is CIFAR-10. I didn't make any significant source-code mods; all other...

I have been trying to get started with mrtoct. After some slight modifications, I have had initial success with the data download, extract, convert and coregister, as well as running...

I'm trying to recreate the results that you achieved on the Chexpert database. I ran the following command line 3 times (I hard-coded the datapath, but didn't change any other...

Hello, This MatConvNet-to-MXNet port for ResNet-101 is very nice! Have you considered doing, or do you know anyone who has done a MatConvnet -> MXNet port for ResNet-50? Searching the...