-
@EleDiaz :
En el repo https://github.com/ULL-ESIT-GRADOII-TFG/presentacion-samuel-ramos
tienes un ejemplo de como hacer la presentación usando LaTeX en un formato que respeta la identidad corpora…
-
Al ser un TFG del doble grado, que se imparte en dos facultades, también debe de aparecer el logo y nombre de la Facultad de Ciencias.
-
Issue destinado a recopilar aquellas fuentes bibliográficas, así como datos de secuenciación y herramientas de tratamiento y análisis de los mismos, que podrían resultar útiles e interesantes a la hor…
-
Hello,
when I try to call the trilinear interpolation method I get the following error:
**ModuleNotFoundError: No module named 'tensorflow_graphics.math.interpolation.trilinear'**
After inspe…
-
Hi,
I installed the tensorflow-graphics-gpu as instructed [here](https://tensorflow.google.cn/graphics/install), but this version does not contain the chamfer distance.
How to resolve this?
-
I have two version IDA, 7.6 and 8.3
I tried to use the plugin in both versions, nothing happen when i used hotkey (Shift-A) like in this script
```c
void __fastcall game_matrix_render(__int64 a1)
…
-
Hay que incorporar los mappings de OCDS. Este se puede considerar el primer paso para desvincular esta Pipeline de TBFY. Se esta empleando un TFG como apoyo para la creacion de este recurso
-
Hi @tipeXwins
Good news, we have now working PLBart:
It seems it was missing the special tokens. See the new test case I created here:
https://github.com/tipeXwins/TFG-LMBugFixing/commit/bfea2c70d…
-
Hola Hugo, en primer lugar felicitarte, he leído tu TFG y es increíble. Espero que te pusieran la MH que te mereces.
Con respecto al dataset, ¿dónde puedes descargar el zip que haces referencia? En…
-
`rotate_x`, `rotate_y` and `rotate_z`, can be simplified as `rotate(vec3 & axis, const double theta)` where axis is one of `{1,0,0}`, `{0,1,0}` or `{0,0,1}`.