Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Examples: Activation Units #18

Open
filmo opened this issue Nov 7, 2015 · 2 comments
Open

Problem with Examples: Activation Units #18

filmo opened this issue Nov 7, 2015 · 2 comments

Comments

@filmo
Copy link

filmo commented Nov 7, 2015

Hi, just installed this a few minutes ago and ended up using the example code on the preliminary site (rather than the included code). Looks like the old activation methods are still being used which causes an error with the current version of deeppy.

For example:

dp.Activation('relu')

http://andersbll.github.io/deeppy-website/examples/index.html

May want to update code on site in case anybody else runs across this.

(The example code on GitHub does work)

@andersbll
Copy link
Owner

Hey, thank you for the info! I have a larger update of the codebase pending and will make sure this is fixed at that point.

@Ziul
Copy link

Ziul commented Jul 11, 2016

For the ones that try the examples, here are some updates that need (and i've seen so far, version deeppy==0.1.dev0):

  • dataset.arrays replaces dataset.data
  • dp.SupervisedFeed replaces dp.SupervisedInput
  • db.Feed replaces db.Input
  • dp.ReLU() replaces dp.Activation('relu')
  • dp.GradientDescent have diferents params
  • looks like dp.GradientDescent.train_epochs replaces dp.GradientDescent.train_epochs, as max_epochs isn't a param of dp.GradientDescent anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants