We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the retvec model as embeding methods, but the GPU memory abnormal increase to 40G. tensorflow 2.15.0 keras 2.15.0 tf-keras 2.15.0 retvec 1.0.1
Using methods:
def get_retvec_tokenizer(model_path): with tf.device('/CPU:0'): inputs = layers.Input(shape=(1,), dtype=tf.string) outputs = RETVecTokenizer(model=model_path)(inputs) retvec = tf.keras.Model(inputs=inputs, outputs=outputs) return retvec
Init the model state:
Using the model state inference:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the retvec model as embeding methods, but the GPU memory abnormal increase to 40G.
tensorflow 2.15.0
keras 2.15.0
tf-keras 2.15.0
retvec 1.0.1
Using methods:
Init the model state:
![image](https://private-user-images.githubusercontent.com/48522006/335877409-234f038d-cd5d-40e5-961d-9cf43db14537.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzAxNTYsIm5iZiI6MTczOTA2OTg1NiwicGF0aCI6Ii80ODUyMjAwNi8zMzU4Nzc0MDktMjM0ZjAzOGQtY2Q1ZC00MGU1LTk2MWQtOWNmNDNkYjE0NTM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAyNTczNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNkNjJlNmI3MWFmNjQ0NGFkZGUzMmM0NTM2NDdhMTk0NTM2MTI1ZmM1ZmMzYzZkMjM2YzhhOTUwMzY5MjcxNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.y0Glbhff9gHqQhyojNY4_l5W-H-fpKiAe-bZtLOv06s)
Using the model state inference:
![image](https://private-user-images.githubusercontent.com/48522006/335877521-05c9267a-4e64-488c-8739-73acba9c08d0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzAxNTYsIm5iZiI6MTczOTA2OTg1NiwicGF0aCI6Ii80ODUyMjAwNi8zMzU4Nzc1MjEtMDVjOTI2N2EtNGU2NC00ODhjLTg3MzktNzNhY2JhOWMwOGQwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAyNTczNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ2MTQyOWYyMGU5NWQ1NzE1ZDMyZjQ4MTM1NDRjYmRiZGRhMmY4OTQ3MjY0ZTY1Y2M2OGRhMzZlYjBmN2E2N2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PQHTyAU67C7gwO14eMVfamkBlodiRxE14ApPfOqv4no)
The text was updated successfully, but these errors were encountered: