-
I think there is some room for improvement
1. **`clear` and `peek` are essentially "untyped".**
Imagine I'm using this library for fetching two resources A and B, A has dependencies as `[num…
-
I use CoarseDropout to process the dataset.
I observed the processed pictures and found that there are some pictures where the drpout area is exactly the same.
But according to my understanding, the…
-
I've hacked together a quick prototype which demonstrates how you could use numba [cfunc](https://numba.pydata.org/numba-doc/latest/user/cfunc.html) to process data.
numba is a jit to native compil…
-
When training on Irish, English and possibly other languages, Hung et al. (2020) ["Improving Multilingual Models with Language-Clustered Vocabularies"](https://www.aclweb.org/anthology/2020.emnlp-main…
-
https://www.curseforge.com/minecraft/mc-mods/balkons-weaponmod
There's already an addon that adds support for Thaumcraft and Botania, but you could get away with other mods support.
https://www.…
-
### Environment
System:
OS: Windows 10 10.0.22000
CPU: (4) x64 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz
Memory: 2.03 GB / 7.73 GB
Binaries:
Node: 16.16.0 - ~\scoop\apps…
asrvd updated
8 months ago
-
Original name: `[docs] F.gaussian_blur should specify relation of kernel_size / sigma to PIL's sigma`
### 📚 The doc issue
A lot of legacy GaussianBlur augmentations like in https://github.com/fa…
-
**Dear Gents,**
**I am trying to fine-tune the VGG16 model in order to classify 5 classes, inspired by the link :** https://gist.github.com/fchollet/7eb39b44eb9e16e59632d25fb3119975.
**When i u…
-
Avec la portion de code suivante :
``` ruby
class A
type T : Truc
fun newInstance : T
do
var truc = new Truc
return truc
end
end
```
On définit une classe A avec un…
-
(I'm writing this down here to have a written trace, but I'm looking forward to discuss this with you all in our upcoming meetings :) )
I spent some time porting the torchvision training recipes to…