Aditya Malte
Aditya Malte
This should be included in the next build. As its a major issue, that breaks the examples in the readme file.
Hi, Thanks for the quick response. I had tried pip install pysyft too( with and without the udacity flag) but then there were two problems: 1. I lose tf2.0 and...
Hi, So we had tried the following (and some combinations as well): 1. pip install syft[tensorflow] 2.pip install syft-tensorflow pip install syft 3.pip install syft-tensorflow pip install syft[udacity] And some...
Hello, The transform method is defined in the val code as follows: ``` transform=transforms.Compose([ transforms.ToTensor(),transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]), ]) ``` The transforms function actually scales the values to...
You are welcome :)
@sayalraza Can you share the stated clean dataset
Hello, Could you elaborate on what you mean by "data with emojis". Do you mean the emoji alone or with some surrounding text? Because as far as I remember the...
Interesting. Does your training data consists of a mixture of emoji and emoji less text? Or do all of them have emojis?
That's very surprising. Could you share the hyperparameters that you have used so that I can see if something is wrong.
HI, What is the latest non-dev container that does not have this issue? I'm guessing this is a recent issue