Avilash Kumar

Results 10 comments of Avilash Kumar

Looks good, will test each one and merge. The only doubt I have is the number modules of each architecture. I believe they are same for all the architectures and...

`self.features = nn.Sequential(resnet.conv1, resnet.bn1, resnet.relu, resnet.maxpool, resnet.layer1, resnet.layer2, resnet.layer3, resnet.layer4, resnet.avgpool)` https://github.com/avilash/pytorch-siamese-triplet/blob/master/model/embedding.py#L12 These are the modules. Should be same across architectures

@arsalan993 - Did you try finetuning on your speaker with 40 mins of audio. How did it go ?

Released a new version. Adapted to all changes from Tiktok. Please run ``` pip install PyTikTokAPI --upgrade ``` Also please checkout new [README](https://github.com/avilash/TikTokAPI-Python/blob/master/README.md) to add your cookie parameters

Released a new version. Adapted to all changes from Tiktok. Please run ``` pip install PyTikTokAPI --upgrade ``` Also please checkout new [README](https://github.com/avilash/TikTokAPI-Python/blob/master/README.md) to add your cookie parameters

Released a new version. Adapted to all changes from Tiktok. Please run ``` pip install PyTikTokAPI --upgrade ``` Also please checkout new [README](https://github.com/avilash/TikTokAPI-Python/blob/master/README.md) to add your cookie parameters

Ill see if I can find any other way to get that hidden video_id

Released a new version. Adapted to all changes from Tiktok. Please run ``` pip install PyTikTokAPI --upgrade ``` Also please checkout new [README](https://github.com/avilash/TikTokAPI-Python/blob/master/README.md) to add your cookie parameters

Did you find any solution to this, I'm also facing the same issue