Giter VIP home page Giter VIP logo

afgrl's People

Contributors

namkyeong 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

afgrl's Issues

[Errno 2] No such file or directory: 'data/pyg/WikiCS/processed/byg.data.pt'

It seems like a problem with the dataset "wikics", but i don't know where the problem is.

Here the stack is:

Exception has occurred: FileNotFoundError
[Errno 2] No such file or directory: 'data/pyg/WikiCS/processed/byg.data.pt'
File "/home/wanguancheng/github/AFGRL/data.py", line 64, in init
self.data, self.slices = torch.load(path)
File "/home/wanguancheng/github/AFGRL/models/AFGRL.py", line 45, in _init
self._dataset = Dataset(root=args.root, dataset=args.dataset)
File "/home/wanguancheng/github/AFGRL/models/AFGRL.py", line 33, in init
self._init()
File "/home/wanguancheng/github/AFGRL/main.py", line 22, in main
embedder = AFGRL_ModelTrainer(args)
File "/home/wanguancheng/github/AFGRL/main.py", line 28, in
main()

Question about logistic regression implementation

Thank you for providing your code!

I had a question about your logistic regression implementation. I noticed that the LogisticRegression class consists of a single nn.Linear layer without applying the logistic function.

Although the logistic function is order-preserving (and therefore will not change the end result after training since you take the argmax anyways), it seems not applying the logistic function may affect the stability of the convergence of your method. This would also seem to make your classifier a linear transform instead of logistic regression. Was this an intentional decision in your experimental design (e.g. were there better results without the logistic function?), or was it an oversight?

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.