-
Notifications
You must be signed in to change notification settings - Fork 5
Version 0.9.6: Notebooks / Model Performance Evaluation #10
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Interpreter (Cleaner) with cleaner code / closer to fastai - To and From Pickle - to_csv Notes: - I tried doing a from_csv implimentation, however I am seeing that something like this might not be possible unless using system system stuff. Not sure when I will ever get to this. I have some ideas about saving images / states as files with file paths... Maybe to_csv generates a file system also?
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- package caching. Reference https://docs.microsoft.com/en-us/azure/devops/pipelines/caching/?view=azure-devops. Not easy to understand since it is yarn (weird example right?)
- models being all shitty. Apparently, batch norm reaaally screws them up. If you use batch norm, the batch size needs to be massive (128 wasnt large enough). By default, you can kind of turn off batch_norm in the Tabular models, but they still, when given a continuous input, will have an entry batch norm. I over-wrote it and now they work significantly better :)
- models being all shitty. Apparently, batch norm reaaally screws them up. If you use batch norm, the batch size needs to be massive (128 wasnt large enough). By default, you can kind of turn off batch_norm in the Tabular models, but they still, when given a continuous input, will have an entry batch norm. I over-wrote it and now they work significantly better :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 0.9.0 is a near ready version of the repo. This will be benchmarking model performance, and showing basic repo use. One of the final major objects that are missing is the Interpretation object. The previous one was a bunch of spaghetti code fit for a high-end Italian restaurant. We need to simplify it for now. One of the most important things is allowing an interpretation object to merge with another interpretation object to compare reward graphs. The goal will be to do this in parallel with making the jupyter notebooks for this. We will also begin finalizing the README.
Goals:
to have it somewhere not tied to github.
Edit 10/27/2019:
Edit 12/14/2019:
Edit 12/15/2019: