-
As stated in the paper 8 GPUs were used for training the models. As the batch size in config is set to 1 this means that the batch size for each gradient step is 8 right? So when training on 1 V100 GP…
-
In lesson 6 there is a statement about the need to call `coord_sf()` when plotting `sf` objects with `ggplot`:
https://github.com/datacarpentry/r-raster-vector-geospatial/blob/16a9d65327090c4489fcb…
-
Hello @pemami4911,
The problem really was with the mask. I've fixed it and the network started to learn. My Decoder now is:
```
class Decoder(nn.Module):
def __init__(self, feactures_dim,hid…
-
### General
- [x] Prepare scaling plots until end of february. Y-axis: the speedup we get when running one epoch through the model for 2,4,6,8,10 GPUs
- [x] Find out how many samples we have in the …
-
sum up the USask-CCRN WRF 2000-2015 time series into monthly climatologies (12 raster layers each for tasmin, tasmax, and pr)
-
Great work!
I was wondering whether the distilled version might still be compatible with CTranslate2 / faster-whisper? I understand the changes to the decoder might require some changes there, not …
-
@pssstl @datalorax
**Areas of Strength:**
• You did an excellent job keeping your plots clean and clear by not trying to pack too much information in, it made them very easy to understand at first…
-
Recently much of the elm-examples repo (soon deprecated) were moved to this repo's ./examples directory as part of making elm and related tools easier to get started with. In the examples folder ther…
-
### What happened?
My first 6months of plotting/farming was wasted because of a issue with a wallet limit and a bug or design flaw in the GUI back in that time.
I mentioned this is discord and m…
-
Hi,
Is there any function like the python version:
fig = tools.make_subplots(rows=2, cols=2, subplot_titles=('Plot 1', 'Plot 2','Plot 3', 'Plot 4'))
https://plot.ly/python/subplots/#simple-subplot
…