CA4GitHub
CA4GitHub
Have more models been added yet? Is there a list of the models currently available in DIGITS?
In the env folder (e.g. `...\Anaconda3\envs\your_env_name\`) there should be a qt.conf file. Edit the file to point to the appropriate directories. I think you will probably need to do something...
Re PIL images vs tensors, I was experiencing the issue with antialias set to "warn" in the older torchvision versions. After looking at the forward method of the Image Classification...
I agree with @kcrans. Adding a license would be helpful.
@SpecialMOB I'm trying to understand this source code too. Currently in `OneClass_SVDD.py` I see: ``` def custom_ocnn_hyperplane_loss(self): r = rvalue center = self.cvar # w = self.oc_nn_model.layers[-2].get_weights()[0] # V =...
Thanks for your response! I'll look into the `r = rvalue` you mentioned. Is the equation in the current source code for `custom_ocnn_hyperplane_loss1` (see my comment above) supposed to be...
I see the commented out `#term1` and `#term2` variables which look like those in eq 4 in your paper. However, the `term3` implementation contains `K.square(r)` & some other values that...
@raghavchalapathy I put some comments on the pic from your paper which might help me illustrate some other confusion I have: 