Skip to content

issues Search Results · repo:HIPS/Kayak language:Python

Filter by

16 results
 (58 ms)

16 results

inHIPS/Kayak (press backspace or delete to remove)

Something strange is happening when the graph is dynamically altered that seems to prevent nodes (or graphs) from being garbage collected. Adding a del method to differentiable that removes links to a ...
  • JasperSnoek
  • 1
  • Opened 
    on Nov 22, 2014
  • #16

Based on some advice from an avid Kayak user, I found that this was one way to do it: invN = kayak.Constant(np.atleast_2d(1.0/y.shape[0])) self.loss = kayak.MatMult(y,invN) Something like this really ...
enhancement
  • kswersky
  • 1
  • Opened 
    on Nov 2, 2014
  • #15

I had a set of targets of size (77,) and a set of predictions of size (77,1). When I applied an L2 loss to this, Kayak implicitly broadcast so that it applied an L2 loss to all 77^2 combinations of predictions ...
bug
  • kswersky
  • 3
  • Opened 
    on Nov 2, 2014
  • #14

Currently there are different variable types: Input, Target, Constant, Parameter. I understand why each of these exist, but the difference between them from a computational standpoint is not obvious. The ...
  • kswersky
  • 5
  • Opened 
    on Nov 2, 2014
  • #13

Currently the error TypeError: a class that defines slots without defining getstate cannot be pickled appears when I try to pickle Kayak objects. How would we save the trained networks?
question
  • likewei92
  • 3
  • Opened 
    on Oct 17, 2014
  • #11

We should write some documentation in the readme file indicating how to: - [ ] Install the package - [ ] Run the examples - [ ] Possibly explain somewhat how to create new modules
  • JasperSnoek
  • Opened 
    on Oct 16, 2014
  • #10

JasperSnoek should do this.
  • JasperSnoek
  • Opened 
    on Oct 9, 2014
  • #9

A small issue with data.py is that it crashes out with no useful error if the user hasn t created an empty subdirectory called data
  • JasperSnoek
  • 1
  • Opened 
    on Jul 15, 2014
  • #8

enhancement
  • rpadams
  • Opened 
    on Jul 5, 2014
  • #7
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub