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

Modifying for binary classification #26

Open
ekuluke opened this issue Dec 11, 2021 · 2 comments
Open

Modifying for binary classification #26

ekuluke opened this issue Dec 11, 2021 · 2 comments

Comments

@ekuluke
Copy link

ekuluke commented Dec 11, 2021

Hi, trying to solve a binary classification problem with these movinets and was wondering how I would go about creating a MoVinet with some augmentation with the aim of reducing the TFLOPS required and decreasing the inference time

@kaethebu
Copy link

Hey, have you solved your binary classification problem? I'm also working with MoViNets and binary classification atm and have a few questions.

@patrick620
Copy link

Hi, using (2+1)D convolution can reduce computation compared with 3D convolution. But I think the stream model should be well designed to decrease the inference time. Also, the stream buffer is returned by the model and sent back to the model in TF version, but that is stored inside the model in this PyTorch implementation. Maybe TF version is a good choice?!

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