fatma çelebi
Results
2
issues of
fatma çelebi
After I run the simclr on custom dataset, I got checkpoints and I tried to load checkpoints to resnet model like below ; import tensorflow as tf from tensorflow.keras.models import...
I just changed the line 65 in simclr/tf2/data.py ( dataset = builder.as_dataset() ) as dataset= tf.data.Dataset.from_tensor_slices(train_images) but I was not able to run the codes. Is there any document that...