SimCLRv1-keras-tensorflow icon indicating copy to clipboard operation
SimCLRv1-keras-tensorflow copied to clipboard

Tensorflow-Keras implementation of SimCLR: Simple Framework for Contrastive Learning of Visual Representations by Chen et al. (2020)

Results 10 SimCLRv1-keras-tensorflow issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

System used: Ubuntu 18.04 Tensorflow-gpu 2.1 ----------------- I used the "2_model_SimCR.ipynb" to train a model. After two epochs, the loss function returns "nan" values and messes up the training. I...

Hello, could you please provide the way of converting the pretrained SimCLRv2 Tensorflow checkpoints into keras ones?

Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 2.0.1 to 2.2.10. Changelog Sourced from jupyterlab's changelog. github_url: 'https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md' JupyterLab Changelog 4.0 4.0.0a4 (Full Changelog) Enhancements made Don't sort context menu items by selector #10666 (@​fcollonval)...

dependencies

**Getting this error:** ``` ValueError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 y_predict_test_before = SimCLR.predict(data_test) 2 frames [/usr/local/lib/python3.7/dist-packages/keras/engine/data_adapter.py](https://localhost:8080/#) in select_data_adapter(x, y) 986 "Failed to find data adapter that...

While executing this notebook https://github.com/mwdhont/SimCLRv1-keras-tensorflow/blob/master/2_model_SimCLR.ipynb in google colab, this code ` y_predict_test_before = SimCLR.predict(data_test) ` gives the following error. ValueError: Failed to find data adapter that can handle input: ,...

I've tried to run some process based on Colab guide. But I don't know why the process didn't use GPU at all, instead it only used CPU and make the...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies