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

ENAS integration #502

Open
ahundt opened this issue May 17, 2018 · 1 comment
Open

ENAS integration #502

ahundt opened this issue May 17, 2018 · 1 comment
Assignees

Comments

@ahundt
Copy link
Member

ahundt commented May 17, 2018

Start your first task with my fork of the ENAS repository:
https://github.com/ahundt/enas/tree/good_fixes
Modify the cifar10 code to also support running fashion-mnist
Make sure it is possible to provide a tensorflow tensor with input values
This part may take some time to understand. We can discuss how it works when you have time.
Make sure to support variable dimension inputs, since we plan to run on robot datasets next which can have 3-4 channels (red green blue depth).

@ahundt ahundt created this issue from a note in costar_hyper plan (TODO very soon) May 17, 2018
@ahundt
Copy link
Member Author

ahundt commented Jul 25, 2018

Almost there!

we might want to ask the following questions: 1. can cells be created separately fairly easily with the current code? 2. Can fashion mnist be trained well with the settings we’re using for grasping due to memory limitations (ex: 3 cells instead of 5)?

ahundt [7:15 PM]
regarding 1: We may want to consider supplying each image to a couple of cells each, concatenating that with the pose information, and passing the result of that to the next cell
ahundt [7:16 PM]
4: the convolutions may only have 20 filters, since we are inputting 128x128x15 values, should we consider increasing the number of filters for the current configuration?
ahundt [7:16 PM]
5: can any of the hyperopt models be trained from scratch (no imagenet weights)?
ahundt [7:18 PM]
6: could the principles of the paper yotam linked be causing us regression accuracy problems https://eng.uber.com/coordconv/

@ahundt ahundt moved this from TODO very soon to Doing in costar_hyper plan Jul 31, 2018
@ahundt ahundt moved this from Doing to Done in costar_hyper plan Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants