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

Textmodel integration #248

Closed
wants to merge 11 commits into from
Closed

Textmodel integration #248

wants to merge 11 commits into from

Conversation

Chandu-4444
Copy link
Contributor

I've copied the customlayers.jl from TextModels.jl package. I can say that these were working fine except the reset! function (that's the reason I've commented it out). Even though it is working fine, the pretrained were terrible and weren't different from random ones.

@ToucheSir
Copy link
Member

Could you note in the source which parts were copied from textmodels?

@Chandu-4444
Copy link
Contributor Author

Chandu-4444 commented Jul 14, 2022

Only src/Textual/models/customlayers.jl has been copied from TextModels.jl. The training loop and all has to be modified to work with DataLoaders.jl, so I didn't copy that yet.

@lorenzoh
Copy link
Member

Can you base this on #245 with the new file structure?

@Chandu-4444
Copy link
Contributor Author

Can you base this on #245 with the new file structure?

I didn't get that?

@lorenzoh
Copy link
Member

lorenzoh commented Jul 17, 2022

#245 moves the text-related files to a folder FastText which is a new subpackage. This PR should also add files to FastText/src instead of FastAI/src/Textual so that it's easier to merge

@Chandu-4444
Copy link
Contributor Author

#245 moves the text-related files to a folder FastText which is a new subpackage. This PR should also add files to FastText/src instead of FastAI/src/Textual so that it's easier to merge

Sure! I'll pull the code and will do that after #245 has been merged.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

3 participants