Monday, July 6, 2020

PSF GSoC students blogs: Weekly Check-in #6

What did I do this week?

I discussed on adding NLP operations with my mentors in a weekly meeting. I worked on two operations to begin and created a PR. 

What's next?

I will be working on using these operations to train a TensorFlow model and do predictions using it.

Did I get stuck somewhere?

Yes, I got stuck in writing operations but it was resolved by discussion with fellow mates.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...