Giter Site home page Giter Site logo

topofilter's People

Contributors

pxiangwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

topofilter's Issues

some question about function "calc_topo_weights_with_components_idx"

Hi, thanks for the nice code.
In the train.py, some lines confuse me as follows:

lines 277,283 and 284, define some vectors

     prob_all[indices] = softmax_outputs.detach().cpu()
     train_gt_labels[indices] = labels.cpu().numpy().astype(np.int64)
     train_pred_labels[indices] = labels.cpu().numpy().astype(np.int64)

why the "train_gt_labels" is the same as "train_pred_labels" both of which are taken as input to the function calc_topo_weights_with_components_idx? and the "prob_all" is defined but not used.

issues with the filling the variables.

Hi,
I'm wondering why in the train.py file you are feeding the same values to the ground truth label variable and the predicted label variable:

train_gt_labels[indices] = labels.cpu().numpy().astype(np.int64)
train_pred_labels[indices] = labels.cpu().numpy().astype(np.int64)

Thanks,
Naghmeh

tabular data/ noisy instances

Hi,
thanks for sharing your implementation. I have two questions about it:

  1. Does it also work on tabular data?
  2. Is it possible to identify the noisy instances (return the noisy IDs or the clean set)?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.