Anibal Sólon
Anibal Sólon
Using the TFHub module, I've found some issues in the preprocessing part of the images, before injecting them in the model. This PR is a suggestion on how to fix...
Following the discussion from #1140 with @effigies , the Opener does not guarantee the file mode (or err) when a file handler is provided instead of a filename. E.g.: ```python...
The current TCK code makes some conversions between text and binary when reading and writing, which should not be required: the file should be open in binary mode, as it...
- [ ] If it passes the tests: - [ ] Version bump - [ ] Build package - [ ] Upload to Pypi
Hey @AkiNikolaidis https://github.com/AkiNikolaidis/PyBASC/blob/master/PyBASC/basc.py#L47 At this line, shouldn't the subjects be normalized individually before concatenating them?
Give a worst-case estimation for nodes `estimated_memory`, so nipype can better schedule the resources.
To keep here the idea, the `__main__.py` `run_PyBASC` function could be one call to the pipeline, passing the lists of parameters so the whole parameters combinatory can be parallelized throug...
Hi folks, if interesting for you, I've set up a docker-compose to spin up the services used by openvsx locally. Gitpod is nice, and I've used a bit for my...
System for the admin to invite users to the Organization - [x] New `OrganizationInvitation` schema on Auth DB, fields: `inviter`, `invitee`, `invitationDate`, `invitationExpiration`, `invitationRole`, `organization`, `status` (`PENDING`, `DECLINED`, `ACCEPTED`), `updateDate`...
@francopestilli if you're ok with it, we should change the name of the tab Preprocess to Process, we have Process in the tutorials and it sounds like a better name,...