Muhammad Rizqi Nur

Results 36 issues of Muhammad Rizqi Nur

This is a stripped down PR of #4214, cherry picked and added a few changes There was still some issue or room for improvements in #3986: 1. restore_base_vae was actually...

Here I'm using canny edge. No lora, hypernet, or embedding used. ![image](https://user-images.githubusercontent.com/1442761/219854227-0891f89b-a34a-455e-9dc6-891f266d016e.png) Here's an example with batch count=4, weight=1, and guidance=0.94 (or higher) ![00024-904911766-EimisAnimeDiff___](https://user-images.githubusercontent.com/1442761/219854248-59d3fb62-8adc-4d30-b785-7c47127c7af5.png) ![00025-904911767-EimisAnimeDiff___](https://user-images.githubusercontent.com/1442761/219854251-9b31eb35-15c6-48a3-8428-53c6d84df3d8.png) ![00026-904911768-EimisAnimeDiff___](https://user-images.githubusercontent.com/1442761/219854253-a7007b4f-5fad-4887-9984-7b1f84c60fd1.png) ![00027-904911769-EimisAnimeDiff___](https://user-images.githubusercontent.com/1442761/219854254-f1694ea0-cced-4a16-ba94-bb7a0278461b.png) But when I...

bug

Windows Defender flagged zluda.exe (Version 3) as a Trojan:Win32/Wacatac.B!ml ![image](https://github.com/vosen/ZLUDA/assets/1442761/c3a104d4-a798-4c03-b672-37034be96c1e) [3 flags on VirusTotal](https://www.virustotal.com/gui/file/8c06c8a80000bdf1f3ce2b58c5a577a7b84393505b5aedbdbd8cc940b64820dc) It should be a false positive, right?

### Motivation Simultaneously optimizing a general hyperparameter set, such as activation functions, and dataset-specific hyperparameter set, such as hidden dimension size. Doing the search in parallel for different datasets. ###...

feature

**Is your feature request related to a problem? Please describe.** Torchinfo summary is very useful to debug shapes and module chain. However, it doesn't work when it encounters error. Often,...

Fixes #143 In case cat_name isn't provided, cat_id will be converted to string and used as cat_name. If this gets merged, this behavior should probably be documented though. Next, specifying...

Cat_names is optional, but ShowClassSplits() have to use cat_names. This makes ShowClassSplits return empty dataframe ![image](https://github.com/pylabel-project/pylabel/assets/1442761/512ae082-fef4-403e-848a-1a3e48b18678) It should just use cat_id if cat_names is not provided. I'll try fixing

# Feature Request I have a lot of parameters and only want to view some of them in parallel coordinates. However they're all enabled by default. Unchecking almost every parameters...

enhancement
contribution-welcome

I'd like to use texture with automatic UV mapping like in minecraft grass

Issue #6553, resume=True doesn't actually enforce caching. It was caused by resuming a model that was trained with caching. This PR allows overriding cache and epochs. It also removes and...