-
so i have studyed your code.
it is very interesting as replication of INSWAPPER, but right now it is only distillation of inswapper. this will limit this model.
we can use this replication as initia…
-
-
Hi teaching team, I am wondering if it will be posssible to release the suggested answers for the final exam paper for years 18/19 S1 and S2 and 17/18 S1 that I found on NUS libraries? Also will it be…
-
JezSw updated
1 month ago
-
It seems that if a directory is included with the `-I` flag (or `idirs` in `easycrypt.conf`), then it cannot be accessed as a direct "local" require anymore.
To reproduce:
1. Create empty file `a…
-
I would like to be able to write `local` on some definitions:
```
Definition foo_def[local]:
foo n = n + 1:num
End
```
The intended meaning is the same as writing:
```
Definition foo_def:
…
-
I noticed that the functions gcd (Greatest Common Divisor) and lcm (Least Common Multiple) found in Functions - Number Theory , won't accept and input with only 2 variables although the UI says the th…
-
-
I want to include a theory guide with the documentation of FeOs. The scope should be clearly separated from the user and developer guides that are already part of the documentation. That means, it is …
-
Hi,
I have a question about inference with unseen input samples.
- If I understand correctly, the code here performs inference over timesteps that were used for training, and the "test" step recon…