davidlee321

Results 5 comments of davidlee321
trafficstars

+1 for embed support. I'm currently trying to do something like: ```dataviewjs var pages = dv.pages().filter(page => page.file.name.includes('eg ')) var pages = pages.sort(page => page.file.mtime, 'desc') let embeds = pages.file.name.map(...

Noticed that Obsidian renders embeds in a list that the user manually types up. ``` - ![[page_a]] - ![[page_b]] - ![[page_c]] ``` Could a possible workaround in dataview be to...

Hi, sorry for "hijacking" this thread but I have some questions that are related to model checkpoints. Will the checkpoints in [https://www.dropbox.com/s/7dorf2grr3vdgqt/model-chks.tgz?dl=0](https://www.dropbox.com/s/7dorf2grr3vdgqt/model-chks.tgz?dl=0) be all the checkpoints needed to conduct the...

Thank you Zhuchen. I have managed to run the experiments. Can I check if the poisoning has been successful if the output is the following? It seems like the target...

Hi Zhuchen, if you would be so kind as to help with a 2nd question about defending against poisons. - Agree a poisoned dataset looks similar to normal dataset to...